Skip to content

Commit 905abf1

Browse files
jhovoldvinodkoul
authored andcommitted
phy: qcom-qmp: drop unused type header
The PHY type defines are no longer used in the PCIe, UFS and USB QMP drivers so drop the corresponding include. Signed-off-by: Johan Hovold <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 3b41b61 commit 905abf1

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

drivers/phy/qualcomm/phy-qcom-qmp-pcie-msm8996.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
#include <linux/reset.h>
2121
#include <linux/slab.h>
2222

23-
#include <dt-bindings/phy/phy.h>
24-
2523
#include "phy-qcom-qmp.h"
2624

2725
/* QPHY_SW_RESET bit */

drivers/phy/qualcomm/phy-qcom-qmp-pcie.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
#include <linux/reset.h>
2424
#include <linux/slab.h>
2525

26-
#include <dt-bindings/phy/phy.h>
27-
2826
#include "phy-qcom-qmp.h"
2927

3028
/* QPHY_SW_RESET bit */

drivers/phy/qualcomm/phy-qcom-qmp-ufs.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
#include <linux/reset.h>
2121
#include <linux/slab.h>
2222

23-
#include <dt-bindings/phy/phy.h>
24-
2523
#include "phy-qcom-qmp.h"
2624

2725
/* QPHY_SW_RESET bit */

drivers/phy/qualcomm/phy-qcom-qmp-usb.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
#include <linux/reset.h>
2121
#include <linux/slab.h>
2222

23-
#include <dt-bindings/phy/phy.h>
24-
2523
#include "phy-qcom-qmp.h"
2624

2725
/* QPHY_SW_RESET bit */

0 commit comments

Comments
 (0)