Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit db71b7f1 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

[PATCH] missing includes in hilkbd



Now that it's built on m68k too...

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent ee36c2bf
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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");