diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-07-02 21:37:46 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-07-02 21:37:46 +0000 |
commit | 022e126a6b8c27220f3f0ec2475d1610f38ec713 (patch) | |
tree | bfd8747848f1bb107c49201687d77adb63cd24f3 /target/linux/ixp4xx/patches-2.6.26/161-wg302v1_mac_plat_info.patch | |
parent | f7bdd481d260cf2e059a3ee47756a6ab61b0082e (diff) |
ixp4xx patches cleanup, round one
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11619 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ixp4xx/patches-2.6.26/161-wg302v1_mac_plat_info.patch')
-rw-r--r-- | target/linux/ixp4xx/patches-2.6.26/161-wg302v1_mac_plat_info.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/target/linux/ixp4xx/patches-2.6.26/161-wg302v1_mac_plat_info.patch b/target/linux/ixp4xx/patches-2.6.26/161-wg302v1_mac_plat_info.patch deleted file mode 100644 index 76066fb9a..000000000 --- a/target/linux/ixp4xx/patches-2.6.26/161-wg302v1_mac_plat_info.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- a/arch/arm/mach-ixp4xx/wg302v1-setup.c -+++ b/arch/arm/mach-ixp4xx/wg302v1-setup.c -@@ -77,9 +77,27 @@ - .resource = &wg302v1_uart_resource, - }; - -+/* Built-in 10/100 Ethernet MAC interfaces */ -+static struct eth_plat_info wg302_plat_eth[] = { -+ { -+ .phy = 30, -+ .rxq = 3, -+ .txreadyq = 20, -+ } -+}; -+ -+static struct platform_device wg302_eth[] = { -+ { -+ .name = "ixp4xx_eth", -+ .id = IXP4XX_ETH_NPEB, -+ .dev.platform_data = wg302_plat_eth, -+ } -+}; -+ - static struct platform_device *wg302v1_devices[] __initdata = { - &wg302v1_flash, - &wg302v1_uart, -+ &wg302_eth[0], - }; - - static void __init wg302v1_init(void) |