aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/coldfire/patches/040-m5445x_usb_header_move.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2009-06-23 21:04:37 +0000
committerImre Kaloz <kaloz@openwrt.org>2009-06-23 21:04:37 +0000
commitc49f135f72f98633653300bab5b0ac993b03c6be (patch)
tree50929b27bcea9ab4dc74b041d6e90967473301fa /target/linux/coldfire/patches/040-m5445x_usb_header_move.patch
parent50f2abfa16a2b509955312d1776beeece662c61b (diff)
downloadupstream-c49f135f72f98633653300bab5b0ac993b03c6be.tar.gz
upstream-c49f135f72f98633653300bab5b0ac993b03c6be.tar.bz2
upstream-c49f135f72f98633653300bab5b0ac993b03c6be.zip
use broken-out patches for the coldfire to make it easier to follow differences against the bsp
SVN-Revision: 16547
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>