- missing-includes-in-hilkbd.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     missing includes in hilkbd
has been removed from the -mm tree.  Its filename was
     missing-includes-in-hilkbd.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: missing includes in hilkbd
From: Al Viro <viro@xxxxxxxxxxxxxxxx>

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

Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
---

 drivers/input/keyboard/hilkbd.c |    5 +++++
 1 file changed, 5 insertions(+)

diff -puN drivers/input/keyboard/hilkbd.c~missing-includes-in-hilkbd drivers/input/keyboard/hilkbd.c
--- a/drivers/input/keyboard/hilkbd.c~missing-includes-in-hilkbd
+++ a/drivers/input/keyboard/hilkbd.c
@@ -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");
_

Patches currently in -mm which might be from viro@xxxxxxxxxxxxxxxx are

m68k-work-around-binutils-tokenizer-change.patch
slab-leaks3-default-y.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux