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/ps2mult.c | |
| parent | 88f57e093114a44aa9a858d52b099bcc52034a8c (diff) | |
| download | olio-uboot-2014.01-65e41ea0548b86e3d7892defac8e4dc1ea70aed1.tar.xz olio-uboot-2014.01-65e41ea0548b86e3d7892defac8e4dc1ea70aed1.zip | |
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.c | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/drivers/input/ps2mult.c b/drivers/input/ps2mult.c index 9515a0fbf..ecd585323 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 */ |