Skip to content

Commit

Permalink
Undo duplicate "m68k: drivers/input/serio/hp_sdc.c needs <linux/semap…
Browse files Browse the repository at this point in the history
…hore.h>"

Both commits 0f17e4c ("Add missing
semaphore.h includes") and 4933d07
("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]>
  • Loading branch information
torvalds committed Jul 25, 2008
1 parent 832fe9c commit 29b309e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/input/serio/hp_sdc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 29b309e

Please sign in to comment.