Commit 112e925e authored by David S. Miller's avatar David S. Miller

[SK98LIN]: Driver needs to include asm/irq.h

Otherwise declarations for disable_irq()/enable_irq() will
not be obtained on platforms not doing CONFIG_GENERIC_HARDIRQS.
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 20bd1298
......@@ -69,6 +69,7 @@ typedef struct s_AC SK_AC;
#include <linux/bitops.h>
#include <asm/byteorder.h>
#include <asm/io.h>
#include <asm/irq.h>
#include <linux/netdevice.h>
#include <linux/etherdevice.h>
#include <linux/skbuff.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