forked from Ivasoft/openwrt
ar71xx: make ag71xx_mdio_platform_data visible
This enables us to modify the ag71xx_mdio_platform_data from within the board support files. Signed-off-by: Felix Kaechele <heffer@fedoraproject.org> Patchwork: http://patchwork.openwrt.org/patch/4613/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39126
This commit is contained in:
@@ -39,7 +39,7 @@ static struct resource ath79_mdio0_resources[] = {
|
||||
}
|
||||
};
|
||||
|
||||
static struct ag71xx_mdio_platform_data ath79_mdio0_data;
|
||||
struct ag71xx_mdio_platform_data ath79_mdio0_data;
|
||||
|
||||
struct platform_device ath79_mdio0_device = {
|
||||
.name = "ag71xx-mdio",
|
||||
@@ -60,7 +60,7 @@ static struct resource ath79_mdio1_resources[] = {
|
||||
}
|
||||
};
|
||||
|
||||
static struct ag71xx_mdio_platform_data ath79_mdio1_data;
|
||||
struct ag71xx_mdio_platform_data ath79_mdio1_data;
|
||||
|
||||
struct platform_device ath79_mdio1_device = {
|
||||
.name = "ag71xx-mdio",
|
||||
|
||||
Reference in New Issue
Block a user