diff options
| author | Tom Rini <[email protected]> | 2016-04-10 19:55:08 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2016-04-10 19:55:08 -0400 |
| commit | 7e8f270292ebacb25f366181f2022c819e5c7586 (patch) | |
| tree | 841cf474e29eedf6c173da8d1901d3b24d06ecbd /common | |
| parent | e16e137c377c8b96d8d91263d0b6d8470169f841 (diff) | |
| parent | 192eab9357473e09218e0a4448b220d691d9d886 (diff) | |
Merge branch 'master' of git://git.denx.de/u-boot-usb
Diffstat (limited to 'common')
| -rw-r--r-- | common/usb_kbd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/usb_kbd.c b/common/usb_kbd.c index d84865fbbe2..97f79f8eb8c 100644 --- a/common/usb_kbd.c +++ b/common/usb_kbd.c @@ -566,7 +566,6 @@ int drv_usb_kbd_init(void) /* No USB Keyboard found */ return -1; } -#endif /* Deregister the keyboard. */ int usb_kbd_deregister(int force) @@ -599,6 +598,8 @@ int usb_kbd_deregister(int force) #endif } +#endif + #ifdef CONFIG_DM_USB static int usb_kbd_probe(struct udevice *dev) |
