buildroot/package/gadgetfs-test/0002-rename-include-usb_gadgetfs-to-usb-dir.patch
Peter Korsgaard 298cd8eaa2 package/*: rename patches according to the new policy
Autogenerated from rename-patch.py (http://patchwork.ozlabs.org/patch/403345)

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2015-02-03 14:52:56 +01:00

13 lines
362 B
Diff

diff -upr gadgetfs-test-orig/usb.c gadgetfs-test/usb.c
--- gadgetfs-test-orig/usb.c 2007-07-18 14:38:38.000000000 +0200
+++ gadgetfs-test/usb.c 2007-07-18 15:33:04.000000000 +0200
@@ -34,7 +34,7 @@
#include <asm/byteorder.h>
#include <linux/types.h>
-#include <linux/usb_gadgetfs.h>
+#include <linux/usb/gadgetfs.h>
#include <linux/usb/ch9.h>
#ifdef AIO