usb: exynos: do not include plat/usb-phy.h
authorArnd Bergmann <arnd@arndb.de>
Thu, 11 Apr 2013 20:49:39 +0000 (22:49 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 11 Apr 2013 21:27:55 +0000 (14:27 -0700)
commitcccfc53626bb74f5b9fbacfdcd3c475f0e1f359b
treee67e36c8c9030a0a259bea187644e45aed4b7279
parent2871782ae1cbca372eabf599576d611d861310e6
usb: exynos: do not include plat/usb-phy.h

The definitions have moved to include/linux/usb/samsung-usb-phy.h,
and plat/usb-phy.h is unavailable from drivers in a multiplatform
configuration.

Also fix up the plat/usb-phy.h header file to use the definitions
from the new header instead of providing a separate copy.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/mach-exynos/setup-usb-phy.c
arch/arm/mach-s3c64xx/setup-usb-phy.c
arch/arm/mach-s5pv210/setup-usb-phy.c
arch/arm/plat-samsung/include/plat/usb-phy.h
drivers/usb/host/ehci-s5p.c
drivers/usb/host/ohci-exynos.c