Convert the nand driver to a platform_device, should only allow routerboards to use it
[openwrt.git] / target / linux / adm5120-2.6 / files / arch / mips / adm5120 / boards / mikrotik.c
index 7ced1f1..fccb284 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)
This page took 0.023751 seconds and 4 git commands to generate.