2013-03-01 11:22:37

by Andrzej Pietrasiewicz

[permalink] [raw]
Subject: [PATCH] tools/usb: adapt ffs-test.c to new layout of includes (UAPI)

Signed-off-by: Andrzej Pietrasiewicz <[email protected]>
Signed-off-by: Kyungmin Park <[email protected]>
---
tools/usb/ffs-test.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/usb/ffs-test.c b/tools/usb/ffs-test.c
index 8674b9e..fe1e66b 100644
--- a/tools/usb/ffs-test.c
+++ b/tools/usb/ffs-test.c
@@ -38,7 +38,7 @@
#include <unistd.h>
#include <tools/le_byteshift.h>

-#include "../../include/linux/usb/functionfs.h"
+#include "../../include/uapi/linux/usb/functionfs.h"


/******************** Little Endian Handling ********************************/
--
1.7.0.4