summaryrefslogtreecommitdiff
path: root/drivers/usb/musb/musb_core.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-07-02 12:22:05 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-07-24 14:43:05 -0700
commit2e6a9e8428d2c391b94d3bcd01c3a3319a1f90b3 (patch)
treedc03fb10af2fe8c26ccf00cadd741b0c6e9a9bf9 /drivers/usb/musb/musb_core.c
parent7603dee3bd634f7b1ab9cbbab32a4cd9c9180f9e (diff)
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> Reviewed-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/musb/musb_core.c')
-rw-r--r--drivers/usb/musb/musb_core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/musb/musb_core.c b/drivers/usb/musb/musb_core.c
index 29a24ced6748..9e59710efee7 100644
--- 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"