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/i8042.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/i8042.c')
-rw-r--r-- | drivers/input/i8042.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/input/i8042.c b/drivers/input/i8042.c index 22c2a4e..d152768 100644 --- a/drivers/input/i8042.c +++ b/drivers/input/i8042.c @@ -27,8 +27,6 @@ #include <common.h> -#ifdef CONFIG_I8042_KBD - #ifdef CONFIG_USE_CPCIDVI extern u8 gt_cpcidvi_in8(u32 offset); extern void gt_cpcidvi_out8(u32 offset, u8 data); @@ -670,5 +668,3 @@ static int kbd_reset (void) return 0; } - -#endif /* CONFIG_I8042_KBD */ |