浏览代码

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 年之前
父节点
当前提交
c7a0b20ed4
共有 1 个文件被更改,包括 0 次插入2 次删除
  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.
  */
 
-#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>