Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Piotr Król and committed by
Greg Kroah-Hartman
6fa9e1be 8b0da75c

+2 -1
+1
include/uapi/linux/Kbuild
··· 395 395 header-y += unistd.h 396 396 header-y += unix_diag.h 397 397 header-y += usbdevice_fs.h 398 + header-y += usbip.h 398 399 header-y += utime.h 399 400 header-y += utsname.h 400 401 header-y += uuid.h
+1 -1
tools/usb/usbip/libsrc/usbip_common.h
··· 15 15 #include <syslog.h> 16 16 #include <unistd.h> 17 17 #include <linux/usb/ch9.h> 18 - #include "../../uapi/usbip.h" 18 + #include <linux/usbip.h> 19 19 20 20 #ifndef USBIDS_FILE 21 21 #define USBIDS_FILE "/usr/share/hwdata/usb.ids"