Pull sbs into release branch
[sfrench/cifs-2.6.git] / arch / mips / au1000 / common / platform.c
index 32702e5fbf6761600bc09ec3cf4e392425c8d3fd..d51e18fb789b5bd2396617c2b9181cfe1912e019 100644 (file)
@@ -7,7 +7,6 @@
  * License version 2.  This program is licensed "as is" without any
  * warranty of any kind, whether express or implied.
  */
-#include <linux/config.h>
 #include <linux/device.h>
 #include <linux/platform_device.h>
 #include <linux/kernel.h>
@@ -290,7 +289,7 @@ static struct platform_device *au1xxx_platform_devices[] __initdata = {
 #endif
 };
 
-int au1xxx_platform_init(void)
+int __init au1xxx_platform_init(void)
 {
        return platform_add_devices(au1xxx_platform_devices, ARRAY_SIZE(au1xxx_platform_devices));
 }