diff options
-rw-r--r-- | drivers/net/ethernet/renesas/sh_eth.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/ethernet/renesas/sh_eth.c b/drivers/net/ethernet/renesas/sh_eth.c index 6aa0704fc26a..9b230740c6ab 100644 --- a/drivers/net/ethernet/renesas/sh_eth.c +++ b/drivers/net/ethernet/renesas/sh_eth.c | |||
@@ -21,6 +21,9 @@ | |||
21 | */ | 21 | */ |
22 | 22 | ||
23 | #include <linux/init.h> | 23 | #include <linux/init.h> |
24 | #include <linux/module.h> | ||
25 | #include <linux/kernel.h> | ||
26 | #include <linux/spinlock.h> | ||
24 | #include <linux/interrupt.h> | 27 | #include <linux/interrupt.h> |
25 | #include <linux/dma-mapping.h> | 28 | #include <linux/dma-mapping.h> |
26 | #include <linux/etherdevice.h> | 29 | #include <linux/etherdevice.h> |