diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2013-06-20 04:04:33 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-06-25 03:15:27 +0400 |
commit | 38dcdb3a7db757203b71faf0a49710685d897852 (patch) | |
tree | 7a173071c4c2e37f4e807c861b39083979dceedf /drivers/usb/phy/phy-tegra-usb.c | |
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/phy-tegra-usb.c')
-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 @@ #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 |