aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/coldfire/patches/029-m5445x_usb_disable_debug.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2010-11-22 13:31:46 +0000
committerImre Kaloz <kaloz@openwrt.org>2010-11-22 13:31:46 +0000
commit41d306c95b13e322023c5795ee46f98cbb723434 (patch)
treea5e99f7798071ae6ca4b0fbd43d490c0987393db /target/linux/coldfire/patches/029-m5445x_usb_disable_debug.patch
parent69b87e767b7dc9ffe8c3081e9921aa0891d068ee (diff)
downloadupstream-41d306c95b13e322023c5795ee46f98cbb723434.tar.gz
upstream-41d306c95b13e322023c5795ee46f98cbb723434.tar.bz2
upstream-41d306c95b13e322023c5795ee46f98cbb723434.zip
[coldfire]: remove 2.6.25 support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24088 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/coldfire/patches/029-m5445x_usb_disable_debug.patch')
-rw-r--r--target/linux/coldfire/patches/029-m5445x_usb_disable_debug.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/target/linux/coldfire/patches/029-m5445x_usb_disable_debug.patch b/target/linux/coldfire/patches/029-m5445x_usb_disable_debug.patch
deleted file mode 100644
index fa74786527..0000000000
--- a/target/linux/coldfire/patches/029-m5445x_usb_disable_debug.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From d6cd1bb1f60f790f8a5d410cfe40bfb344dde09b Mon Sep 17 00:00:00 2001
-From: Bruce Schmid <duck@freescale.com>
-Date: Thu, 6 Dec 2007 17:22:23 -0700
-Subject: [PATCH] USB: gadget: turn off DEBUG
-
-LTIBName: m5445x-usb-disable-debug
-Signed-off-by: Duck <duck@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
-@@ -34,7 +34,7 @@
- *
- */
-
--#define DEBUG
-+#undef DEBUG
- #undef VERBOSE
-
- #include <linux/module.h>