Convert the nand driver to a platform_device, should only allow routerboards to use it
[openwrt/openwrt.git] / target / linux / adm5120-2.6 / files / arch / mips / adm5120 / boards / mikrotik.c
index 7ced1f196cbc106e9fa32c0d407eb043b8601806..fccb284d6c2c0371f292dbdf59494961d4d8cdfa 100644 (file)
@@ -47,6 +47,7 @@ static struct mtd_partition rb1xx_partitions[] = {
 
 static struct platform_device *rb1xx_devices[] __initdata = {
        &adm5120_flash0_device,
+       &adm5120_nand_device,
 };
 
 static void __init rb1xx_setup(void)