diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-07-24 14:45:58 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-07-24 14:45:58 -0700 |
| commit | 6866d52ad99a8c2c5301c7371fce365d25b2d0be (patch) | |
| tree | f39adaa4087fd91ed21e7fd81c09ace7b2d9228d /applied/usb-remove-unneeded-idr.h-include.patch | |
| parent | e275d064f56be8b9dec6fc2e33d6b075dcc2ac62 (diff) | |
| download | patches-6866d52ad99a8c2c5301c7371fce365d25b2d0be.tar.gz | |
move applied patches to applied/ and add a pwm patch
Diffstat (limited to 'applied/usb-remove-unneeded-idr.h-include.patch')
| -rw-r--r-- | applied/usb-remove-unneeded-idr.h-include.patch | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/applied/usb-remove-unneeded-idr.h-include.patch b/applied/usb-remove-unneeded-idr.h-include.patch new file mode 100644 index 00000000000000..3a5082c2d6b8cd --- /dev/null +++ b/applied/usb-remove-unneeded-idr.h-include.patch @@ -0,0 +1,36 @@ +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" |
