Commit 8ee8110e authored by David S. Miller's avatar David S. Miller

[SIS900]: 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 1ca45a72
......@@ -69,6 +69,7 @@
#include <asm/processor.h> /* Processor type for cache alignment. */
#include <asm/io.h>
#include <asm/irq.h>
#include <asm/uaccess.h> /* User space memory access functions */
#include "sis900.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