X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fphy.h;h=f0742b6aaa649ba49b6a9a8543bcd4083bb12b1e;hb=1212663fba7c5e003e05d24f043d5ed57eb18b24;hp=2a659789f9ca10bcca00497dcfde170023906475;hpb=98b96173c777c67daaa7d163a35e591e1928a164;p=linux-2.6 diff --git a/include/linux/phy.h b/include/linux/phy.h index 2a659789f9..f0742b6aaa 100644 --- a/include/linux/phy.h +++ b/include/linux/phy.h @@ -25,6 +25,8 @@ #include #include +#include + #define PHY_BASIC_FEATURES (SUPPORTED_10baseT_Half | \ SUPPORTED_10baseT_Full | \ SUPPORTED_100baseT_Half | \ @@ -281,6 +283,7 @@ struct phy_device { /* Interrupt and Polling infrastructure */ struct work_struct phy_queue; struct timer_list phy_timer; + atomic_t irq_disable; spinlock_t lock;