brcm47xx: fix build of tg3 for kernel 2.6.34
[openwrt.git] / target / linux / ar71xx / files / arch / mips / include / asm / mach-ar71xx / platform.h
index 52f41f4..145e79f 100644 (file)
@@ -25,6 +25,7 @@ struct ag71xx_platform_data {
        u32             reset_bit;
        u32             mii_if;
        u8              mac_addr[ETH_ALEN];
+       struct device   *mii_bus_dev;
 
        u8              has_gbit:1;
        u8              is_ar91xx:1;
@@ -33,6 +34,10 @@ struct ag71xx_platform_data {
 
        void            (* ddr_flush)(void);
        void            (* set_pll)(int speed);
+
+       u32             fifo_cfg1;
+       u32             fifo_cfg2;
+       u32             fifo_cfg3;
 };
 
 struct ag71xx_mdio_platform_data {
This page took 0.022496 seconds and 4 git commands to generate.