Messages in this thread |  | | | Date | Mon, 21 Feb 2011 17:02:26 +1100 | | From | Stephen Rothwell <> | | Subject | linux-next: build warning after merge of the driver-core tree |
| |
Hi Greg,
After merging the driver-core tree, today's linux-next build (x86_64 allmodconfig) produced this warning:
drivers/net/dnet.c: In function 'dnet_mii_init': drivers/net/dnet.c:340: warning: passing argument 1 of 'platform_set_drvdata' from incompatible pointer type include/linux/platform_device.h:138: note: expected 'struct platform_device *' but argument is of type 'struct net_device *'
Revealed by commit 71d642908d4e8e7a2a4a6e0490432e719ff466d5 ("Driver core: convert platform_{get,set}_drvdata to static inline functions"). Introduced by commit 4796417417a62e2ae83d92cb92e1ecf9ec67b5f5 ("dnet: Dave DNET ethernet controller driver (updated)"). -- Cheers, Stephen Rothwell sfr@canb.auug.org.au http://www.canb.auug.org.au/~sfr/[unhandled content-type:application/pgp-signature] |  |