diff options
Diffstat (limited to 'drivers/net/es3210.c')
-rw-r--r-- | drivers/net/es3210.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/es3210.c b/drivers/net/es3210.c index 0ba5e7b90584..7a09575ecff0 100644 --- a/drivers/net/es3210.c +++ b/drivers/net/es3210.c | |||
@@ -54,6 +54,7 @@ static const char version[] = | |||
54 | #include <linux/errno.h> | 54 | #include <linux/errno.h> |
55 | #include <linux/string.h> | 55 | #include <linux/string.h> |
56 | #include <linux/init.h> | 56 | #include <linux/init.h> |
57 | #include <linux/interrupt.h> | ||
57 | #include <linux/netdevice.h> | 58 | #include <linux/netdevice.h> |
58 | #include <linux/etherdevice.h> | 59 | #include <linux/etherdevice.h> |
59 | 60 | ||