ar71xx: qihoo: define flash variable as static
[openwrt.git] / target / linux / ar71xx / files / arch / mips / ath79 / mach-qihoo-c301.c
index 08a602f..a682f35 100644 (file)
@@ -79,7 +79,7 @@ static struct gpio_keys_button qihoo_c301_gpio_keys[] __initdata = {
        },
 };
 
-struct flash_platform_data flash __initdata = {NULL, NULL, 0};
+static struct flash_platform_data flash __initdata = {NULL, NULL, 0};
 
 static void qihoo_c301_get_mac(const char *name, char *mac)
 {