summaryrefslogtreecommitdiff
path: root/drivers/input/ps2mult.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/ps2mult.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/ps2mult.c')
-rw-r--r--drivers/input/ps2mult.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/input/ps2mult.c b/drivers/input/ps2mult.c
index 9515a0f..ecd5853 100644
--- a/drivers/input/ps2mult.c
+++ b/drivers/input/ps2mult.c
@@ -16,8 +16,6 @@
#include <common.h>
-#ifdef CONFIG_PS2MULT
-
#include <pc_keyb.h>
#include <asm/atomic.h>
#include <ps2mult.h>
@@ -462,5 +460,3 @@ int ps2mult_request_irq(void (*handler)(void *))
return 0;
}
-
-#endif /* CONFIG_PS2MULT */