mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
ar71xx: qihoo: define flash variable as static
Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44306 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
1fcecf6f5b
commit
c26b155ba7
@ -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)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user