]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
phy: berlin-usb: remove non-necessary header files
authorJisheng Zhang <jszhang@marvell.com>
Fri, 4 Dec 2015 13:57:00 +0000 (21:57 +0800)
committerKishon Vijay Abraham I <kishon@ti.com>
Sun, 20 Dec 2015 12:13:12 +0000 (17:43 +0530)
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>
drivers/phy/phy-berlin-usb.c

index 797ba17c404f74053c460c4c7e5a9724d4e8bb5b..7bbb47389fb05eea4413c2b4fff487096ba86d8b 100644 (file)
@@ -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>