diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2013-06-20 00:04:33 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-06-24 23:15:27 (GMT) |
commit | 38dcdb3a7db757203b71faf0a49710685d897852 (patch) | |
tree | 7a173071c4c2e37f4e807c861b39083979dceedf /drivers/usb/phy | |
parent | 5388a3a5faba8dfa69e5f06c3a415d373c1a4316 (diff) | |
download | linux-38dcdb3a7db757203b71faf0a49710685d897852.tar.xz |
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>
Diffstat (limited to 'drivers/usb/phy')
-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 3446245..cec0855 100644 --- a/drivers/usb/phy/phy-tegra-usb.c +++ b/drivers/usb/phy/phy-tegra-usb.c @@ -34,7 +34,6 @@ #include <asm/mach-types.h> #include <linux/usb/ehci_def.h> #include <linux/usb/tegra_usb_phy.h> -#include <linux/module.h> #define ULPI_VIEWPORT 0x170 |