public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tools/usb: adapt ffs-test.c to new layout of includes (UAPI)
@ 2013-03-01 11:21 Andrzej Pietrasiewicz
  2013-03-01 12:55 ` Michal Nazarewicz
  0 siblings, 1 reply; 2+ messages in thread
From: Andrzej Pietrasiewicz @ 2013-03-01 11:21 UTC (permalink / raw)
  To: linux-kernel
  Cc: Andrzej Pietrasiewicz, Kyungmin Park, Greg Kroah-Hartman,
	Marek Szyprowski, Michal Nazarewicz, Matthias Fend

Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-03-01 12:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-01 11:21 [PATCH] tools/usb: adapt ffs-test.c to new layout of includes (UAPI) Andrzej Pietrasiewicz
2013-03-01 12:55 ` Michal Nazarewicz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox