On Fri, Sep 12, 2008 at 01:53:11PM +1000, Stephen Rothwell wrote: > Hi Greg, > > Today's linux-next build (x86_64 allmodconfig) failed like this: > > drivers/net/wireless/atmel_cs.c: In function 'atmel_config': > drivers/net/wireless/atmel_cs.c:237: error: incompatible type for argument 1 of 'dev_get_drvdata' > > Introduced by commit 107aeb9753159da848f066b26557f0aaab900a90 ("Driver > core: Use dev_get_drvdata() accessors"). handle_to_dev returns a struct > device not a struct device *. > > I applied the following patch. > -- > Cheers, > Stephen Rothwell sfr@xxxxxxxxxxxxxxxx > http://www.canb.auug.org.au/~sfr/ > > From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> > Date: Fri, 12 Sep 2008 13:50:07 +1000 > Subject: [PATCH] driver-core: atmel_cs.c fixup > > Signed-off-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Merged in, thanks. greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html