]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/fec.h
ENGR00262502-2 [MX6Q/MX6DLS]Add commandline option to route enet irq to gpio
[karo-tx-linux.git] / include / linux / fec.h
index a9d659456ebab4e19d9e396d28434d64baf79c1c..7d4e73d138cedbd5ef35a36370001674cfa3fcac 100644 (file)
@@ -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