aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/qcom_smd-regulator.c
diff options
context:
space:
mode:
authorStephen Boyd <swboyd@chromium.org>2018-03-21 11:48:11 -0700
committerMark Brown <broonie@kernel.org>2018-03-22 09:52:15 +0800
commit6a2e3c3ea31bba91191c4c1a8a6afd7f08f9399e (patch)
tree033a3a43202adf815ad0c6c7c7eda65c7c9d8c94 /drivers/regulator/qcom_smd-regulator.c
parentLinux 4.16-rc1 (diff)
downloadlinux-dev-6a2e3c3ea31bba91191c4c1a8a6afd7f08f9399e.tar.xz
linux-dev-6a2e3c3ea31bba91191c4c1a8a6afd7f08f9399e.zip
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 <swboyd@chromium.org> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/qcom_smd-regulator.c')
-rw-r--r--drivers/regulator/qcom_smd-regulator.c2
1 files changed, 0 insertions, 2 deletions
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 <linux/of_device.h>
#include <linux/platform_device.h>
#include <linux/regulator/driver.h>
-#include <linux/regulator/machine.h>
-#include <linux/regulator/of_regulator.h>
#include <linux/soc/qcom/smd-rpm.h>
struct qcom_rpm_reg {