aboutsummaryrefslogtreecommitdiffstats
path: root/applied/usb-remove-unneeded-idr.h-include.patch
diff options
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-09-04 13:07:52 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-09-04 13:07:52 -0700
commitbbcc0c699929d3b01ecf3066a35799defe733dd2 (patch)
tree5fd368175f54e652b663ebd33dc78e174a288445 /applied/usb-remove-unneeded-idr.h-include.patch
parentcba9545b635d1566060d5a8f1a9dc78680f4e839 (diff)
downloadpatches-bbcc0c699929d3b01ecf3066a35799defe733dd2.tar.gz
remove a bunch of patches now in Linus's tree
Diffstat (limited to 'applied/usb-remove-unneeded-idr.h-include.patch')
-rw-r--r--applied/usb-remove-unneeded-idr.h-include.patch36
1 files changed, 0 insertions, 36 deletions
diff --git a/applied/usb-remove-unneeded-idr.h-include.patch b/applied/usb-remove-unneeded-idr.h-include.patch
deleted file mode 100644
index 3a5082c2d6b8cd..00000000000000
--- a/applied/usb-remove-unneeded-idr.h-include.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From foo@baz Tue Jul 2 12:19:50 PDT 2013
-Date: Tue, 02 Jul 2013 12:19:50 -0700
-To: Greg KH <gregkh@linuxfoundation.org>
-From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-Subject: USB: remove unneeded idr.h include
-
-None of these USB files need idr.h, so don't include it.
-
-Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
-Cc: Felipe Balbi <balbi@ti.com>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----
- drivers/usb/core/endpoint.c | 1 -
- drivers/usb/musb/musb_core.c | 1 -
- 2 files changed, 2 deletions(-)
-
---- a/drivers/usb/core/endpoint.c
-+++ b/drivers/usb/core/endpoint.c
-@@ -12,7 +12,6 @@
- #include <linux/kernel.h>
- #include <linux/spinlock.h>
- #include <linux/slab.h>
--#include <linux/idr.h>
- #include <linux/usb.h>
- #include "usb.h"
-
---- a/drivers/usb/musb/musb_core.c
-+++ b/drivers/usb/musb/musb_core.c
-@@ -99,7 +99,6 @@
- #include <linux/prefetch.h>
- #include <linux/platform_device.h>
- #include <linux/io.h>
--#include <linux/idr.h>
- #include <linux/dma-mapping.h>
-
- #include "musb_core.h"