[include] cmake.mk: fix passing of LDFLAGS
[openwrt.git] / target / linux / ar71xx / files / drivers / mtd / nand / rb750_nand.c
index b6adb41..79e8a06 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;
This page took 0.020126 seconds and 4 git commands to generate.