ar71xx: fix sections mismatch warnings in the nand drivers
[openwrt/staging/dedeckeh.git] / target / linux / ar71xx / files / drivers / mtd / nand / rb750_nand.c
index b6adb41d995a297fa8efbe6fed3af41973851da5..79e8a060ce5be0470edabf680972020801dec158 100644 (file)
@@ -260,7 +260,7 @@ static void __init rb750_nand_gpio_init(void)
        rb750_latch_change(~out & RB750_NAND_IO0, out & RB750_NAND_IO0);
 }
 
-static int __init rb750_nand_probe(struct platform_device *pdev)
+static int __devinit rb750_nand_probe(struct platform_device *pdev)
 {
        struct rb750_nand_info  *info;
        int ret;