]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - Documentation/spi/spi-summary
Merge current mainline tree into linux-omap tree
[linux-2.6-omap-h63xx.git] / Documentation / spi / spi-summary
index 8bae2f018d342cf6f027ec5a2dc3ace9ad709bb8..0f5122eb282bad1616b4bff089af95ac35e33a1f 100644 (file)
@@ -215,7 +215,7 @@ So for example arch/.../mach-*/board-*.c files might have code like:
        /* if your mach-* infrastructure doesn't support kernels that can
         * run on multiple boards, pdata wouldn't benefit from "__init".
         */
-       static struct mysoc_spi_data __init pdata = { ... };
+       static struct mysoc_spi_data __initdata pdata = { ... };
 
        static __init board_init(void)
        {