From 2cfe26ce3ececa169eb434db7adc85c8ffcf7e92 Mon Sep 17 00:00:00 2001 From: Rakesh Kota Date: Mon, 26 Jun 2023 12:01:36 +0530 Subject: [PATCH] regulator: qpnp-lcdb: Remove the revid header Remove the qpnp-revid.h header file from driver. Change-Id: I15124f262aa4c76589fc43101dd9271ebd9aa264 Signed-off-by: Rakesh Kota --- drivers/regulator/qpnp-lcdb-regulator.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/regulator/qpnp-lcdb-regulator.c b/drivers/regulator/qpnp-lcdb-regulator.c index 628452f264a4..827d0cd1ac23 100644 --- a/drivers/regulator/qpnp-lcdb-regulator.c +++ b/drivers/regulator/qpnp-lcdb-regulator.c @@ -18,7 +18,6 @@ #include #include #include -#include #define QPNP_LCDB_REGULATOR_DRIVER_NAME "qcom,qpnp-lcdb-regulator" #define QPNP_LCDB_REGULATOR_DRIVER_660 "qcom,lcdb-pm660"