diff options
author | Jingoo Han <jg1.han@samsung.com> | 2011-10-28 07:19:53 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-11-15 01:46:05 +0100 |
commit | 2c1ce2b3fa6fe12c7804b62596a2fa63ac0b68a5 (patch) | |
tree | 92c9acd61e7f77e1788a4d94b0754d568a05c9a4 | |
parent | Linux 3.2-rc1 (diff) | |
download | linux-2c1ce2b3fa6fe12c7804b62596a2fa63ac0b68a5.tar.xz linux-2c1ce2b3fa6fe12c7804b62596a2fa63ac0b68a5.zip |
USB: ehci-s5p: remove unnecessary header includes
Remove unnecessary headers from the file.
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r-- | drivers/usb/host/ehci-s5p.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/host/ehci-s5p.c b/drivers/usb/host/ehci-s5p.c index 024b65c4990d..8aac02019195 100644 --- a/drivers/usb/host/ehci-s5p.c +++ b/drivers/usb/host/ehci-s5p.c @@ -14,8 +14,6 @@ #include <linux/clk.h> #include <linux/platform_device.h> -#include <mach/regs-pmu.h> -#include <plat/cpu.h> #include <plat/ehci.h> #include <plat/usb-phy.h> |