diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2011-10-20 18:43:10 +0200 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2011-12-12 11:48:19 +0200 |
commit | bd178f2d62e8e2feb6b544c08d7d1dd92254201d (patch) | |
tree | 759c71b711ce7f2bf4d65e02c853cd50fbf4d0e4 /drivers/usb/dwc3/host.c | |
parent | c5537ea531d83b7d02ce2d52a5e2b90f526449d0 (diff) | |
download | talos-obmc-linux-bd178f2d62e8e2feb6b544c08d7d1dd92254201d.tar.gz talos-obmc-linux-bd178f2d62e8e2feb6b544c08d7d1dd92254201d.zip |
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 @@ * 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[] = { { |