ramips: rt3883: make rt3883_wlan_data visible
SVN-Revision: 30631
This commit is contained in:
parent
799e9cbec8
commit
5710530c41
@ -310,10 +310,7 @@ static struct resource rt3883_wlan_resources[] = {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct rt2x00_platform_data rt3883_wlan_data = {
|
struct rt2x00_platform_data rt3883_wlan_data;
|
||||||
.eeprom_file_name = "RT3883.eeprom",
|
|
||||||
};
|
|
||||||
|
|
||||||
static struct platform_device rt3883_wlan_device = {
|
static struct platform_device rt3883_wlan_device = {
|
||||||
.name = "rt2800_wmac",
|
.name = "rt2800_wmac",
|
||||||
.resource = rt3883_wlan_resources,
|
.resource = rt3883_wlan_resources,
|
||||||
@ -325,6 +322,7 @@ static struct platform_device rt3883_wlan_device = {
|
|||||||
|
|
||||||
void __init rt3883_register_wlan(void)
|
void __init rt3883_register_wlan(void)
|
||||||
{
|
{
|
||||||
|
rt3883_wlan_data.eeprom_file_name = "RT3883.eeprom",
|
||||||
platform_device_register(&rt3883_wlan_device);
|
platform_device_register(&rt3883_wlan_device);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -23,6 +23,8 @@ void rt3883_register_nand(struct mtd_partition *parts, int nr_parts);
|
|||||||
extern struct ramips_eth_platform_data rt3883_eth_data;
|
extern struct ramips_eth_platform_data rt3883_eth_data;
|
||||||
void rt3883_register_ethernet(void);
|
void rt3883_register_ethernet(void);
|
||||||
void rt3883_register_usbhost(void);
|
void rt3883_register_usbhost(void);
|
||||||
|
|
||||||
|
extern struct rt2x00_platform_data rt3883_wlan_data;
|
||||||
void rt3883_register_wlan(void);
|
void rt3883_register_wlan(void);
|
||||||
void rt3883_register_wdt(bool enable_reset);
|
void rt3883_register_wdt(bool enable_reset);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user