diff options
| author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-08-13 01:40:38 +0200 | 
|---|---|---|
| committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-08-13 01:40:38 +0200 | 
| commit | d6e9ee92e890f67594ab150689510df361133ead (patch) | |
| tree | d76987f91295c1e4585130f6d2f43b28fae6fa94 /common/usb_kbd.c | |
| parent | f5acb9fd9bba1160de3ef349c7d33fe510eda286 (diff) | |
| download | olio-uboot-2014.01-d6e9ee92e890f67594ab150689510df361133ead.tar.xz olio-uboot-2014.01-d6e9ee92e890f67594ab150689510df361133ead.zip | |
common: Move conditional compilation to Makefile
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'common/usb_kbd.c')
| -rw-r--r-- | common/usb_kbd.c | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/common/usb_kbd.c b/common/usb_kbd.c index c8764952e..04d9730e6 100644 --- a/common/usb_kbd.c +++ b/common/usb_kbd.c @@ -28,8 +28,6 @@  #include <devices.h>  #include <asm/byteorder.h> -#ifdef CONFIG_USB_KEYBOARD -  #include <usb.h>  #undef USB_KBD_DEBUG @@ -746,7 +744,4 @@ static int usb_kbd_get_hid_desc(struct usb_device *dev)  } -  #endif - -#endif /* CONFIG_USB_KEYBOARD */ |