aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJisheng Zhang <jszhang@marvell.com>2015-12-04 08:57:00 -0500
committerKishon Vijay Abraham I <kishon@ti.com>2015-12-20 07:13:12 -0500
commitc7a0b20ed42c0f4e1f80e7a9dfa6502894a82e22 (patch)
tree0c4f43ed10d889ee370624162bb87ed8ae27cecf
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>
-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 @@
9 * warranty of any kind, whether express or implied. 9 * warranty of any kind, whether express or implied.
10 */ 10 */
11 11
12#include <linux/gpio.h>
13#include <linux/io.h> 12#include <linux/io.h>
14#include <linux/module.h> 13#include <linux/module.h>
15#include <linux/of_device.h> 14#include <linux/of_device.h>
16#include <linux/of_gpio.h>
17#include <linux/phy/phy.h> 15#include <linux/phy/phy.h>
18#include <linux/platform_device.h> 16#include <linux/platform_device.h>
19#include <linux/reset.h> 17#include <linux/reset.h>