Commit ffbc03bc authored by Stephen Rothwell's avatar Stephen Rothwell Committed by David S. Miller

net: add needed interrupt.h

Fixes these errors after the removal of interrupt.h from netdevice.h:

drivers/net/ll_temac_main.c: In function 'temac_open':
drivers/net/ll_temac_main.c:859:2: error: implicit declaration of function 'request_irq'
drivers/net/ll_temac_main.c:870:2: error: implicit declaration of function 'free_irq'
drivers/net/ll_temac_main.c: In function 'temac_poll_controller':
drivers/net/ll_temac_main.c:903:2: error: implicit declaration of function 'disable_irq'
drivers/net/ll_temac_main.c:909:2: error: implicit declaration of function 'enable_irq'
Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent cb2bad86
...@@ -48,6 +48,7 @@ ...@@ -48,6 +48,7 @@
#include <linux/io.h> #include <linux/io.h>
#include <linux/ip.h> #include <linux/ip.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/interrupt.h>
#include "ll_temac.h" #include "ll_temac.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment