usb: musb: core: kill unneeded #include's
authorSergei Shtylyov <sshtylyov@ru.mvista.com>
Fri, 10 Dec 2010 19:48:28 +0000 (22:48 +0300)
committerFelipe Balbi <balbi@ti.com>
Sat, 11 Dec 2010 10:16:43 +0000 (12:16 +0200)
musb_core.c #include's a bunch of ARM and DaVinci specific headers, goodness
knows why -- it happily compiles without them...

Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/musb/musb_core.c

index a4e3f872c730cc76271dc2a59dd9e2bc8770dc0b..7816c0180430564e900d6ecd998e5723b09849a5 100644 (file)
 #include <linux/platform_device.h>
 #include <linux/io.h>
 
-#ifdef CONFIG_ARM
-#include <mach/hardware.h>
-#include <mach/memory.h>
-#include <asm/mach-types.h>
-#endif
-
 #include "musb_core.h"
 
-
-#ifdef CONFIG_ARCH_DAVINCI
-#include "davinci.h"
-#endif
-
 #define TA_WAIT_BCON(m) max_t(int, (m)->a_wait_bcon, OTG_TIME_A_WAIT_BCON)
 
 
This page took 0.031691 seconds and 5 git commands to generate.