summaryrefslogtreecommitdiff
path: root/drivers/input/keyboard.c
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-08-13 01:40:40 +0200
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-08-13 01:40:40 +0200
commit65e41ea0548b86e3d7892defac8e4dc1ea70aed1 (patch)
tree713671a9b8e1b37a8db4423b7cb53c1c7fbb672c /drivers/input/keyboard.c
parent88f57e093114a44aa9a858d52b099bcc52034a8c (diff)
downloadu-boot-imx-65e41ea0548b86e3d7892defac8e4dc1ea70aed1.zip
u-boot-imx-65e41ea0548b86e3d7892defac8e4dc1ea70aed1.tar.gz
u-boot-imx-65e41ea0548b86e3d7892defac8e4dc1ea70aed1.tar.bz2
drivers/input: Move conditional compilation to Makefile
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'drivers/input/keyboard.c')
-rw-r--r--drivers/input/keyboard.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/input/keyboard.c b/drivers/input/keyboard.c
index 54182a7..a634d76 100644
--- a/drivers/input/keyboard.c
+++ b/drivers/input/keyboard.c
@@ -11,8 +11,6 @@
#include <common.h>
-#ifdef CONFIG_PS2KBD
-
#include <devices.h>
#include <keyboard.h>
@@ -301,5 +299,3 @@ int kbd_init (void)
}
return error;
}
-
-#endif /* CONFIG_PS2KBD */