[PATCH] missing includes in hilkbd
Now that it's built on m68k too... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Родитель
ee36c2bf8e
Коммит
db71b7f19c
|
@ -23,7 +23,12 @@
|
|||
#include <linux/init.h>
|
||||
#include <linux/interrupt.h>
|
||||
#include <linux/hil.h>
|
||||
#include <linux/io.h>
|
||||
#include <linux/spinlock.h>
|
||||
#include <asm/irq.h>
|
||||
#ifdef CONFIG_HP300
|
||||
#include <asm/hwtest.h>
|
||||
#endif
|
||||
|
||||
|
||||
MODULE_AUTHOR("Philip Blundell, Matthew Wilcox, Helge Deller");
|
||||
|
|
Загрузка…
Ссылка в новой задаче