diff options
author | Jason Liu <r64343@freescale.com> | 2013-04-07 09:08:42 +0800 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2013-04-07 09:33:34 +0800 |
commit | 49e57ecf2e9aae6a68a1751b8fa5bd58f0b5b851 (patch) | |
tree | e6a9a0166215c7c0b27731723cccba3a1345a6ec /include | |
parent | 790715dfbc95afe64521f9d7ef60ef85c4a33849 (diff) |
ENGR00257658 Revert "ENGR00256893-2 MX6Q/DL-Fix Ethernet performance issue
This reverts commit 573bab0be2427d6664420eaf9d8e272dbe9d840f.
i.mx6dl/dq sabreauto/sabresd board will boot up failed
randomly with this patch-set, thus revert it. [Jason]
Signed-off-by: Jason Liu <r64343@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/fec.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/fec.h b/include/linux/fec.h index a9d659456eba..97a56d4add74 100644 --- a/include/linux/fec.h +++ b/include/linux/fec.h @@ -21,9 +21,6 @@ struct fec_platform_data { int (*power_hibernate) (struct phy_device *); phy_interface_t phy; unsigned char mac[ETH_ALEN]; -#ifdef CONFIG_MX6_ENET_IRQ_TO_GPIO - unsigned int gpio_irq; -#endif }; #endif |