diff options
Diffstat (limited to 'drivers/net/tokenring')
-rw-r--r-- | drivers/net/tokenring/ibmtr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/tokenring/ibmtr.c b/drivers/net/tokenring/ibmtr.c index e896ad0e8d24..e257a00fe14b 100644 --- a/drivers/net/tokenring/ibmtr.c +++ b/drivers/net/tokenring/ibmtr.c | |||
@@ -123,6 +123,7 @@ in the event that chatty debug messages are desired - jjs 12/30/98 */ | |||
123 | /* some 95 OS send many non UI frame; this allow removing the warning */ | 123 | /* some 95 OS send many non UI frame; this allow removing the warning */ |
124 | #define TR_FILTERNONUI 1 | 124 | #define TR_FILTERNONUI 1 |
125 | 125 | ||
126 | #include <linux/interrupt.h> | ||
126 | #include <linux/ioport.h> | 127 | #include <linux/ioport.h> |
127 | #include <linux/netdevice.h> | 128 | #include <linux/netdevice.h> |
128 | #include <linux/ip.h> | 129 | #include <linux/ip.h> |