diff options
author | Jingoo Han <jg1.han@samsung.com> | 2011-10-28 01:19:53 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-11-14 19:46:05 -0500 |
commit | 2c1ce2b3fa6fe12c7804b62596a2fa63ac0b68a5 (patch) | |
tree | 92c9acd61e7f77e1788a4d94b0754d568a05c9a4 | |
parent | 1ea6b8f48918282bdca0b32a34095504ee65bab5 (diff) |
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 @@ | |||
14 | 14 | ||
15 | #include <linux/clk.h> | 15 | #include <linux/clk.h> |
16 | #include <linux/platform_device.h> | 16 | #include <linux/platform_device.h> |
17 | #include <mach/regs-pmu.h> | ||
18 | #include <plat/cpu.h> | ||
19 | #include <plat/ehci.h> | 17 | #include <plat/ehci.h> |
20 | #include <plat/usb-phy.h> | 18 | #include <plat/usb-phy.h> |
21 | 19 | ||