diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2011-10-20 12:43:10 -0400 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2011-12-12 04:48:19 -0500 |
commit | bd178f2d62e8e2feb6b544c08d7d1dd92254201d (patch) | |
tree | 759c71b711ce7f2bf4d65e02c853cd50fbf4d0e4 /drivers/usb/dwc3/host.c | |
parent | c5537ea531d83b7d02ce2d52a5e2b90f526449d0 (diff) |
usb: dwc3: host: remove unused includes
None of these are required atm.
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/dwc3/host.c')
-rw-r--r-- | drivers/usb/dwc3/host.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/usb/dwc3/host.c b/drivers/usb/dwc3/host.c index 9b300a26fceb..7cfe211b6c37 100644 --- a/drivers/usb/dwc3/host.c +++ b/drivers/usb/dwc3/host.c | |||
@@ -35,23 +35,9 @@ | |||
35 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 35 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
36 | */ | 36 | */ |
37 | 37 | ||
38 | #include <linux/module.h> | ||
39 | #include <linux/kernel.h> | ||
40 | #include <linux/slab.h> | ||
41 | #include <linux/spinlock.h> | ||
42 | #include <linux/platform_device.h> | 38 | #include <linux/platform_device.h> |
43 | #include <linux/pm_runtime.h> | ||
44 | #include <linux/interrupt.h> | ||
45 | #include <linux/ioport.h> | ||
46 | #include <linux/io.h> | ||
47 | #include <linux/list.h> | ||
48 | #include <linux/delay.h> | ||
49 | #include <linux/dma-mapping.h> | ||
50 | 39 | ||
51 | #include "core.h" | 40 | #include "core.h" |
52 | #include "io.h" | ||
53 | |||
54 | #include "debug.h" | ||
55 | 41 | ||
56 | static struct resource generic_resources[] = { | 42 | static struct resource generic_resources[] = { |
57 | { | 43 | { |