ar71xx: qihoo: define flash variable as static
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 44306
This commit is contained in:
parent
81db848656
commit
8ca6c1acd4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue