mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 14:40:53 +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:
parent
ee36c2bf8e
commit
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");
|
||||
|
Loading…
Reference in New Issue
Block a user