diff options
author | Tony Lindgren <tony@atomide.com> | 2012-06-04 11:56:15 +0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-06-04 11:57:57 +0400 |
commit | b924b2047045844644e04b3c6e8308b2114afe7e (patch) | |
tree | d3edb9a67873a18a206b792c4e14d0fe3a55ebc2 /drivers/usb/otg/isp1301_omap.c | |
parent | fe57ab06052234ad954617e7e1f212154d37859e (diff) | |
download | linux-b924b2047045844644e04b3c6e8308b2114afe7e.tar.xz |
ARM: OMAP: Make FS USB omap1 only
As the FS USB code is not being actively used for omap2+
there's no point keeping it around for omap2+.
Let's make the FS USB platform init code omap1 only so
we can remove the last user of omap_read/write for omap2+,
and simplify things for further USB, DMA, and device tree
related work.
While at it, also group the mach includes for the related
drivers.
Cc: linux-usb@vger.kernel.org
Cc: Kyungmin Park <kyungmin.park@samsung.com>
Acked-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'drivers/usb/otg/isp1301_omap.c')
-rw-r--r-- | drivers/usb/otg/isp1301_omap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/otg/isp1301_omap.c b/drivers/usb/otg/isp1301_omap.c index 70cf5d7bca48..e0558dfcfafc 100644 --- a/drivers/usb/otg/isp1301_omap.c +++ b/drivers/usb/otg/isp1301_omap.c @@ -36,9 +36,9 @@ #include <asm/irq.h> #include <asm/mach-types.h> -#include <plat/usb.h> #include <plat/mux.h> +#include <mach/usb.h> #ifndef DEBUG #undef VERBOSE |