Title: [5821] trunk/sound/blackfin/ad1836.c: bug[#4667]mark snd_ad1836_spi_probed with __devinit,since it's called by a function with annotatin __devinit
Revision
5821
Author
cliff
Date
2008-12-04 22:52:06 -0600 (Thu, 04 Dec 2008)

Log Message

bug[#4667]mark snd_ad1836_spi_probed with __devinit,since it's called by a function with annotatin __devinit

Modified Paths

Diff

Modified: trunk/sound/blackfin/ad1836.c (5820 => 5821)


--- trunk/sound/blackfin/ad1836.c	2008-12-05 04:43:15 UTC (rev 5820)
+++ trunk/sound/blackfin/ad1836.c	2008-12-05 04:52:06 UTC (rev 5821)
@@ -2147,7 +2147,7 @@
 	},
 };
 
-int snd_ad1836_spi_probed(struct ad1836_spi *spi)
+int __devinit snd_ad1836_spi_probed(struct ad1836_spi *spi)
 {
 	int err;
 
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to