summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJason Liu <r64343@freescale.com>2013-04-07 09:08:42 +0800
committerNitin Garg <nitin.garg@freescale.com>2014-06-03 23:00:13 -0500
commitc6bf17dca51b8e810240527d4bbd5e42ed4fd6ae (patch)
tree9754f4672d7f55a69adfa0aa24d7ed9601034838 /include
parent1f7fe1ecac62be2f67b249179d37f5d1b501d537 (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> Signed-off-by: Huang Shijie <b32955@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/fec.h3
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