diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-08-13 01:40:40 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-08-13 01:40:40 +0200 |
commit | 65e41ea0548b86e3d7892defac8e4dc1ea70aed1 (patch) | |
tree | 713671a9b8e1b37a8db4423b7cb53c1c7fbb672c /drivers/input/ps2ser.c | |
parent | 88f57e093114a44aa9a858d52b099bcc52034a8c (diff) | |
download | u-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/ps2ser.c')
-rw-r--r-- | drivers/input/ps2ser.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/input/ps2ser.c b/drivers/input/ps2ser.c index c1741ea..480ffa2 100644 --- a/drivers/input/ps2ser.c +++ b/drivers/input/ps2ser.c @@ -15,8 +15,6 @@ #include <common.h> -#ifdef CONFIG_PS2SERIAL - #include <asm/io.h> #include <asm/atomic.h> #include <ps2mult.h> @@ -326,5 +324,3 @@ static void ps2ser_interrupt(void *dev_id) ps2mult_callback(atomic_read(&ps2buf_cnt)); } } - -#endif /* CONFIG_PS2SERIAL */ |