Skip to content

Commit

Permalink
Input: remove duplicated headers in drivers/char/keyboard.c
Browse files Browse the repository at this point in the history
drivers/char/keyboard.c: linux/consolemap.h is included more than once.

Signed-off-by: Francisco Alecrim <francisco.alecrim@indt.org.br>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
  • Loading branch information
Francisco Alecrim authored and Dmitry Torokhov committed Jan 21, 2008
1 parent 8987fec commit 3eaeb9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/char/keyboard.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
#include <linux/kbd_kern.h>
#include <linux/kbd_diacr.h>
#include <linux/vt_kern.h>
#include <linux/consolemap.h>
#include <linux/sysrq.h>
#include <linux/input.h>
#include <linux/reboot.h>
Expand Down

0 comments on commit 3eaeb9c

Please sign in to comment.