summaryrefslogtreecommitdiff
path: root/drivers/phy/phy-berlin-usb.c
diff options
context:
space:
mode:
authorJisheng Zhang <jszhang@marvell.com>2015-12-04 21:57:00 +0800
committerKishon Vijay Abraham I <kishon@ti.com>2015-12-20 17:43:12 +0530
commitc7a0b20ed42c0f4e1f80e7a9dfa6502894a82e22 (patch)
tree0c4f43ed10d889ee370624162bb87ed8ae27cecf /drivers/phy/phy-berlin-usb.c
parentc1602a1a0fbe12ab8e67deedf32e5a85f8553a07 (diff)
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/phy-berlin-usb.c')
-rw-r--r--drivers/phy/phy-berlin-usb.c2
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>