Skip to content
Snippets Groups Projects
Commit d288a96f authored by luka's avatar luka
Browse files

ar71xx: qihoo: define flash variable as static


Signed-off-by: default avatarLuka Perkov <luka@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44306 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 8ead9744
No related branches found
No related tags found
No related merge requests found
......@@ -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)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment