You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user