diff options
author | Jisheng Zhang <jszhang@marvell.com> | 2015-12-04 16:57:00 +0300 |
---|---|---|
committer | Kishon Vijay Abraham I <kishon@ti.com> | 2015-12-20 15:13:12 +0300 |
commit | c7a0b20ed42c0f4e1f80e7a9dfa6502894a82e22 (patch) | |
tree | 0c4f43ed10d889ee370624162bb87ed8ae27cecf /drivers/phy | |
parent | c1602a1a0fbe12ab8e67deedf32e5a85f8553a07 (diff) | |
download | linux-c7a0b20ed42c0f4e1f80e7a9dfa6502894a82e22.tar.xz |
phy: berlin-usb: remove non-necessary header files
We don't need gpio related header files, so remove them.
Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
Acked-by: Antoine Tenart <antoine.tenart@free-electrons.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy')
-rw-r--r-- | drivers/phy/phy-berlin-usb.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/phy/phy-berlin-usb.c b/drivers/phy/phy-berlin-usb.c index 797ba17c404f..7bbb47389fb0 100644 --- a/drivers/phy/phy-berlin-usb.c +++ b/drivers/phy/phy-berlin-usb.c @@ -9,11 +9,9 @@ * warranty of any kind, whether express or implied. */ -#include <linux/gpio.h> #include <linux/io.h> #include <linux/module.h> #include <linux/of_device.h> -#include <linux/of_gpio.h> #include <linux/phy/phy.h> #include <linux/platform_device.h> #include <linux/reset.h> |