diff options
| author | Jingoo Han <jg1.han@samsung.com> | 2011-10-28 14:19:53 +0900 | 
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-11-14 16:46:05 -0800 | 
| commit | 2c1ce2b3fa6fe12c7804b62596a2fa63ac0b68a5 (patch) | |
| tree | 92c9acd61e7f77e1788a4d94b0754d568a05c9a4 | |
| parent | 1ea6b8f48918282bdca0b32a34095504ee65bab5 (diff) | |
| download | olio-linux-3.10-2c1ce2b3fa6fe12c7804b62596a2fa63ac0b68a5.tar.xz olio-linux-3.10-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 024b65c4990..8aac0201919 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>  |