Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1463887

Re: linux-next: Tree for Aug 16 (mellanox/mlx5 & sound/oss/)

From Randy Dunlap <rdunlap@infradead.org>
Newsgroups linux.kernel
Subject Re: linux-next: Tree for Aug 16 (mellanox/mlx5 & sound/oss/)
Date 2016-08-16 17:30 +0200
Message-ID <s6Otr-4M4-3@gated-at.bofh.it> (permalink)
References <s6DRo-6CR-21@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 08/15/16 21:01, Stephen Rothwell wrote:
> Hi all,
> 
> Changes since 20160815:
> 

on i386:

sound/built-in.o:(.data+0x5c): multiple definition of `dev_list'
drivers/built-in.o:(.data+0x6aee8): first defined here
ld: Warning: size of symbol `dev_list' changed from 8 in drivers/built-in.o to 16 in sound/built-in.o


sound/ is an old oss driver (soundcard.c):

struct oss_minor_dev {
	unsigned short minor;
	unsigned int enabled;
} dev_list[] = {
	{ SND_DEV_DSP16 },
	{ SND_DEV_AUDIO },
};

=====

drivers/ is net/ethernet/mellanox/mlx5/core/mlx5_core.h:

extern struct list_head dev_list;




-- 
~Randy

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

linux-next: Tree for Aug 16 Stephen Rothwell <sfr@canb.auug.org.au> - 2016-08-16 06:10 +0200
  Re: linux-next: Tree for Aug 16 (mellanox/mlx5 & sound/oss/) Randy Dunlap <rdunlap@infradead.org> - 2016-08-16 17:30 +0200
    Re: linux-next: Tree for Aug 16 (mellanox/mlx5 & sound/oss/) Saeed Mahameed <saeedm@dev.mellanox.co.il> - 2016-08-16 19:00 +0200

csiph-web