phy: samsung-ufs: ufs: remove superfluous mfd/syscon.h header
authorPeter Griffin <peter.griffin@linaro.org>
Fri, 26 Apr 2024 10:41:28 +0000 (11:41 +0100)
committerVinod Koul <vkoul@kernel.org>
Sat, 4 May 2024 11:54:28 +0000 (17:24 +0530)
mfd/syscon.h header is no longer required since the update to
exynos_get_pmu_regmap_by_phandle() api.

Fixes: f2c6d0fa197a ("phy: samsung-ufs: use exynos_get_pmu_regmap_by_phandle() to obtain PMU regmap")
Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Link: https://lore.kernel.org/r/20240426104129.2211949-2-peter.griffin@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/samsung/phy-samsung-ufs.c

index 813bce47121d4a13b1349a046df5932d0beaada4..ffc46c953ed64c9cc8eb4dd995bafeda54060d68 100644 (file)
@@ -13,7 +13,6 @@
 #include <linux/of.h>
 #include <linux/io.h>
 #include <linux/iopoll.h>
-#include <linux/mfd/syscon.h>
 #include <linux/module.h>
 #include <linux/phy/phy.h>
 #include <linux/platform_device.h>