diff options
author | Piotr Król <piotr.krol@3mdeb.com> | 2014-09-04 18:58:02 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-09-04 19:25:30 -0400 |
commit | 6fa9e1be7f28dd407d710c3ab367b1e5bc34c2bf (patch) | |
tree | 25001acaa787d921d5680c7e0b2f815dbce365ba /include/uapi/linux/Kbuild | |
parent | 8b0da75c04d630e69f334bc09fe4f6765b4d7ebf (diff) |
usb: usbip: fix usbip.h path in userspace tool
Fixes: 588b48caf65c ("usbip: move usbip userspace code out of staging")
which introduced build failure by not changing uapi/usbip.h include path
according to new location.
Signed-off-by: Piotr Król <piotr.krol@3mdeb.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/uapi/linux/Kbuild')
-rw-r--r-- | include/uapi/linux/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild index 24e9033f8b3f..9955c3b0ef93 100644 --- a/include/uapi/linux/Kbuild +++ b/include/uapi/linux/Kbuild | |||
@@ -395,6 +395,7 @@ header-y += un.h | |||
395 | header-y += unistd.h | 395 | header-y += unistd.h |
396 | header-y += unix_diag.h | 396 | header-y += unix_diag.h |
397 | header-y += usbdevice_fs.h | 397 | header-y += usbdevice_fs.h |
398 | header-y += usbip.h | ||
398 | header-y += utime.h | 399 | header-y += utime.h |
399 | header-y += utsname.h | 400 | header-y += utsname.h |
400 | header-y += uuid.h | 401 | header-y += uuid.h |