Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c7a0b20e authored by Jisheng Zhang's avatar Jisheng Zhang Committed by Kishon Vijay Abraham I
Browse files

phy: berlin-usb: remove non-necessary header files



We don't need gpio related header files, so remove them.

Signed-off-by: default avatarJisheng Zhang <jszhang@marvell.com>
Acked-by: default avatarAntoine Tenart <antoine.tenart@free-electrons.com>
Signed-off-by: default avatarKishon Vijay Abraham I <kishon@ti.com>
parent c1602a1a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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>