Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Krzysztof Kozlowski and committed by
Lee Jones
8d73aa0e 8c70bd58

-1
-1
drivers/mfd/exynos-lpass.c
··· 15 15 #include <linux/delay.h> 16 16 #include <linux/io.h> 17 17 #include <linux/module.h> 18 - #include <linux/mfd/syscon.h> 19 18 #include <linux/of.h> 20 19 #include <linux/of_platform.h> 21 20 #include <linux/platform_device.h>