diff options
author | Andre Haupt <andre@bitwigglers.org> | 2008-02-03 09:04:56 -0500 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2008-02-03 09:04:56 -0500 |
commit | 8340c103d7179de4f690cda0b76d1a5c3fbe8926 (patch) | |
tree | 82926063322f27b9bd8ac394a54f7012a43ef68f /drivers/input | |
parent | f639416325e0e5bbb044dea01b74190878b9b899 (diff) |
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')
-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 @@ | |||
42 | #include <linux/delay.h> | 42 | #include <linux/delay.h> |
43 | #include <linux/platform_device.h> | 43 | #include <linux/platform_device.h> |
44 | #include <linux/input.h> | 44 | #include <linux/input.h> |
45 | #include <linux/irq.h> | ||
46 | 45 | ||
47 | #include <asm/portmux.h> | 46 | #include <asm/portmux.h> |
48 | #include <asm/mach/bf54x_keys.h> | 47 | #include <asm/mach/bf54x_keys.h> |