diff options
author | Andre Haupt <andre@bitwigglers.org> | 2008-02-03 16:04:56 +0200 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2008-02-03 16:04:56 +0200 |
commit | 8340c103d7179de4f690cda0b76d1a5c3fbe8926 (patch) | |
tree | 82926063322f27b9bd8ac394a54f7012a43ef68f /drivers/input/keyboard/bf54x-keys.c | |
parent | f639416325e0e5bbb044dea01b74190878b9b899 (diff) | |
download | linux-next-8340c103d7179de4f690cda0b76d1a5c3fbe8926.tar.gz |
bf54x: remove duplicate include
Signed-off-by: Andre Haupt <andre@bitwigglers.org>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'drivers/input/keyboard/bf54x-keys.c')
-rw-r--r-- | drivers/input/keyboard/bf54x-keys.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/keyboard/bf54x-keys.c b/drivers/input/keyboard/bf54x-keys.c index e5f4da928340..05e3494cf8b8 100644 --- a/drivers/input/keyboard/bf54x-keys.c +++ b/drivers/input/keyboard/bf54x-keys.c @@ -42,7 +42,6 @@ #include <linux/delay.h> #include <linux/platform_device.h> #include <linux/input.h> -#include <linux/irq.h> #include <asm/portmux.h> #include <asm/mach/bf54x_keys.h> |