aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/coldfire/patches/040-m5445x_usb_header_move.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/coldfire/patches/040-m5445x_usb_header_move.patch')
-rw-r--r--target/linux/coldfire/patches/040-m5445x_usb_header_move.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/target/linux/coldfire/patches/040-m5445x_usb_header_move.patch b/target/linux/coldfire/patches/040-m5445x_usb_header_move.patch
new file mode 100644
index 0000000000..a131d56def
--- /dev/null
+++ b/target/linux/coldfire/patches/040-m5445x_usb_header_move.patch
@@ -0,0 +1,22 @@
+From 9d8ff9acf372506a60b2e54964d230e0a5a95eb1 Mon Sep 17 00:00:00 2001
+From: Kurt Mahan <kmahan@freescale.com>
+Date: Fri, 15 Feb 2008 15:33:23 -0700
+Subject: [PATCH] Change linux/usb_gadget.h to linux/usb/gadget.h
+
+LTIBName: m5445x-usb-header-move
+Signed-off-by: Kurt Mahan <kmahan@freescale.com>
+---
+ drivers/usb/gadget/mcf5445x_udc.c | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+--- a/drivers/usb/gadget/mcf5445x_udc.c
++++ b/drivers/usb/gadget/mcf5445x_udc.c
+@@ -57,7 +57,7 @@
+ #include <linux/moduleparam.h>
+ #include <linux/device.h>
+ #include <linux/usb/ch9.h>
+-#include <linux/usb_gadget.h>
++#include <linux/usb/gadget.h>
+ #include <linux/usb/otg.h>
+ #include <linux/dma-mapping.h>
+ #include <linux/dmapool.h>