ar71xx: qihoo: define flash variable as static
authorLuka Perkov <luka@openwrt.org>
Sat, 7 Feb 2015 19:59:02 +0000 (19:59 +0000)
committerLuka Perkov <luka@openwrt.org>
Sat, 7 Feb 2015 19:59:02 +0000 (19:59 +0000)
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 44306

target/linux/ar71xx/files/arch/mips/ath79/mach-qihoo-c301.c

index 08a602f78d859bd8e56c2882f0586d36ad7cab5d..a682f35e2c0be3e58ff84eec08e446a8befc9f7c 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)
 {