Hello.

On 9/4/2014 3:31 AM, Piotr Król wrote:

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 <[email protected]>
---
  tools/usb/usbip/libsrc/usbip_common.h | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/usb/usbip/libsrc/usbip_common.h 
b/tools/usb/usbip/libsrc/usbip_common.h
index 5a0e95edf4df..a80e73d4f11e 100644
--- a/tools/usb/usbip/libsrc/usbip_common.h
+++ b/tools/usb/usbip/libsrc/usbip_common.h
@@ -15,7 +15,7 @@
  #include <syslog.h>
  #include <unistd.h>
  #include <linux/usb/ch9.h>
-#include "../../uapi/usbip.h"
+#include <../../../include/uapi/linux/usbip.h>

   I wonder why you use <> for the current-dir-relative path, not ""?

WBR, Sergei

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to