On Thu, Dec 4, 2008 at 23:43, <[EMAIL PROTECTED]> wrote: > -int __init_or_module snd_ad1836_spi_probed(struct ad1836_spi *spi) > +int snd_ad1836_spi_probed(struct ad1836_spi *spi)
snd_ad1836_spi_probed is only called by ad1836_spi_probe which is marked __devinit ... that means snd_ad1836_spi_probed should be marked with __devinit -mike _______________________________________________ Linux-kernel-commits mailing list [email protected] http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
