summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>2011-10-20 18:43:10 +0200
committerFelipe Balbi <balbi@ti.com>2011-12-12 11:48:19 +0200
commitbd178f2d62e8e2feb6b544c08d7d1dd92254201d (patch)
tree759c71b711ce7f2bf4d65e02c853cd50fbf4d0e4 /drivers/usb/dwc3
parentc5537ea531d83b7d02ce2d52a5e2b90f526449d0 (diff)
downloadop-kernel-dev-bd178f2d62e8e2feb6b544c08d7d1dd92254201d.zip
op-kernel-dev-bd178f2d62e8e2feb6b544c08d7d1dd92254201d.tar.gz
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')
-rw-r--r--drivers/usb/dwc3/host.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/usb/dwc3/host.c b/drivers/usb/dwc3/host.c
index 9b300a2..7cfe211b 100644
--- a/drivers/usb/dwc3/host.c
+++ b/drivers/usb/dwc3/host.c
@@ -35,23 +35,9 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include <linux/module.h>
-#include <linux/kernel.h>
-#include <linux/slab.h>
-#include <linux/spinlock.h>
#include <linux/platform_device.h>
-#include <linux/pm_runtime.h>
-#include <linux/interrupt.h>
-#include <linux/ioport.h>
-#include <linux/io.h>
-#include <linux/list.h>
-#include <linux/delay.h>
-#include <linux/dma-mapping.h>
#include "core.h"
-#include "io.h"
-
-#include "debug.h"
static struct resource generic_resources[] = {
{
OpenPOWER on IntegriCloud