From 6a2e3c3ea31bba91191c4c1a8a6afd7f08f9399e Mon Sep 17 00:00:00 2001 From: Stephen Boyd Date: Wed, 21 Mar 2018 11:48:11 -0700 Subject: regulator: qcom_smd: Drop regulator/{machine,of_regulator} includes These seem to be leftovers from previous developments of the driver but they never got removed. Dropping them still allows the code to compile so everything must be fine. Signed-off-by: Stephen Boyd Signed-off-by: Mark Brown --- drivers/regulator/qcom_smd-regulator.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'drivers/regulator/qcom_smd-regulator.c') diff --git a/drivers/regulator/qcom_smd-regulator.c b/drivers/regulator/qcom_smd-regulator.c index 940fe1b78411..0c6e681c7d89 100644 --- a/drivers/regulator/qcom_smd-regulator.c +++ b/drivers/regulator/qcom_smd-regulator.c @@ -17,8 +17,6 @@ #include #include #include -#include -#include #include struct qcom_rpm_reg { -- cgit v1.2.3-59-g8ed1b