Browse Source

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>
Jisheng Zhang 9 years ago
parent
commit
c7a0b20ed4
1 changed files with 0 additions and 2 deletions
  1. 0 2
      drivers/phy/phy-berlin-usb.c

+ 0 - 2
drivers/phy/phy-berlin-usb.c

@@ -9,11 +9,9 @@
  * warranty of any kind, whether express or implied.
  * warranty of any kind, whether express or implied.
  */
  */
 
 
-#include <linux/gpio.h>
 #include <linux/io.h>
 #include <linux/io.h>
 #include <linux/module.h>
 #include <linux/module.h>
 #include <linux/of_device.h>
 #include <linux/of_device.h>
-#include <linux/of_gpio.h>
 #include <linux/phy/phy.h>
 #include <linux/phy/phy.h>
 #include <linux/platform_device.h>
 #include <linux/platform_device.h>
 #include <linux/reset.h>
 #include <linux/reset.h>