diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> | 2022-02-02 16:13:09 +0100 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2022-03-08 09:44:06 +0000 |
commit | 8d73aa0e6b75761f1cd32d58aa115bf5382c567e (patch) | |
tree | 446179cd207115dfe0377bacb06166950f47bd62 /drivers/mfd | |
parent | 8c70bd5802f4f51979f3b8a887088837edd56341 (diff) | |
download | linux-8d73aa0e6b75761f1cd32d58aa115bf5382c567e.tar.bz2 |
mfd: exynos-lpass: Drop unneeded syscon.h include
syscon regmap is not used since commit addebf1588ab ("mfd: exynos-lpass:
Remove pad retention control").
Fixes: addebf1588ab ("mfd: exynos-lpass: Remove pad retention control")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20220202151310.285561-3-krzysztof.kozlowski@canonical.com
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/exynos-lpass.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mfd/exynos-lpass.c b/drivers/mfd/exynos-lpass.c index 99bd0e73c19c..166cd21088cd 100644 --- a/drivers/mfd/exynos-lpass.c +++ b/drivers/mfd/exynos-lpass.c @@ -15,7 +15,6 @@ #include <linux/delay.h> #include <linux/io.h> #include <linux/module.h> -#include <linux/mfd/syscon.h> #include <linux/of.h> #include <linux/of_platform.h> #include <linux/platform_device.h> |