summaryrefslogtreecommitdiff
path: root/include/linux/fec.h
diff options
context:
space:
mode:
authorRanjani Vaidyanathan <ra5478@freescale.com>2013-07-09 16:13:48 -0500
committerRanjani Vaidyanathan <ra5478@freescale.com>2013-07-12 10:44:22 -0500
commit9e268cc3e4386f1a5a31a62f7207e5a9b8420124 (patch)
treee1ddcf86adbb1d63ba794b73b8fdc19a5e88f36d /include/linux/fec.h
parent40e02d9761dc6111363d74166d030e24f86b19cd (diff)
ENGR00262502-2 [MX6Q/MX6DLS]Add commandline option to route enet irq to gpio
Add a command line option to route the ENET interrupts to the GPIO_1_6. To route the ENET interrupts to GPIO_6 add "enet_gpio_6" to the kernel command line. Also remove the CONFIG option (MX6_ENET_IRQ_TO_GPIO). This commit should be applied on top of following commits: 72c86f0b9a953e91bb1ed31021b71f337050bc28 808863866d2c17aeb3e70a7fcd094bd96db4b601 bae4d40849f3acdd9663f5a0857c9415ed7e6d5d Signed-off-by: Ranjani Vaidyanathan <ra5478@freescale.com>
Diffstat (limited to 'include/linux/fec.h')
-rw-r--r--include/linux/fec.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/fec.h b/include/linux/fec.h
index a9d659456eba..7d4e73d138ce 100644
--- a/include/linux/fec.h
+++ b/include/linux/fec.h
@@ -21,9 +21,7 @@ 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
+ int gpio_irq;
};
#endif