Undo duplicate "m68k: drivers/input/serio/hp_sdc.c needs <linux/semaphore.h>"
authorLinus Torvalds <[email protected]>
Fri, 25 Jul 2008 16:19:36 +0000 (09:19 -0700)
committerLinus Torvalds <[email protected]>
Fri, 25 Jul 2008 16:19:36 +0000 (09:19 -0700)
Both commits 0f17e4c796e89d1f69f13b653aba60e6ccfb8ae0 ("Add missing
semaphore.h includes") and 4933d07531711e399d8d578036aa9fc1be2f9b20
("m68k: drivers/input/serio/hp_sdc.c needs <linux/semaphore.h>") added a

We only really need one ;)

Reported-by: Huang Weiyi <[email protected]>
Requested-by: Dmitry Torokhov <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/input/serio/hp_sdc.c

index aad664d5259fd279a17b2d176aaa91e2db267d2c..0d395979b2d19c2a35ddb31e6d8c915c363fcfd9 100644 (file)
@@ -70,7 +70,6 @@
 #include <linux/semaphore.h>
 #include <linux/slab.h>
 #include <linux/hil.h>
-#include <linux/semaphore.h>
 #include <asm/io.h>
 #include <asm/system.h>