diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2013-06-19 20:04:33 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-06-24 19:15:27 -0400 |
commit | 38dcdb3a7db757203b71faf0a49710685d897852 (patch) | |
tree | 7a173071c4c2e37f4e807c861b39083979dceedf | |
parent | 5388a3a5faba8dfa69e5f06c3a415d373c1a4316 (diff) |
usb: phy: tegra: remove duplicated include from phy-tegra-usb.c
Remove duplicated include.
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/usb/phy/phy-tegra-usb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/phy/phy-tegra-usb.c b/drivers/usb/phy/phy-tegra-usb.c index 3446245e932b..cec0855ed248 100644 --- a/drivers/usb/phy/phy-tegra-usb.c +++ b/drivers/usb/phy/phy-tegra-usb.c | |||
@@ -34,7 +34,6 @@ | |||
34 | #include <asm/mach-types.h> | 34 | #include <asm/mach-types.h> |
35 | #include <linux/usb/ehci_def.h> | 35 | #include <linux/usb/ehci_def.h> |
36 | #include <linux/usb/tegra_usb_phy.h> | 36 | #include <linux/usb/tegra_usb_phy.h> |
37 | #include <linux/module.h> | ||
38 | 37 | ||
39 | #define ULPI_VIEWPORT 0x170 | 38 | #define ULPI_VIEWPORT 0x170 |
40 | 39 | ||