diff options
author | Peter Griffin <peter.griffin@linaro.org> | 2024-04-26 11:41:28 +0100 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2024-05-04 17:24:28 +0530 |
commit | 8b19c45ae4c0480ea07ab9f33c43d0fa6ea43aa1 (patch) | |
tree | 4c66df1b13f98f232d798a5107ecc76d26929ad0 /drivers/phy/samsung | |
parent | 9c79b779643e56d4253bd3ba6998c58c819943af (diff) |
phy: samsung-ufs: ufs: remove superfluous mfd/syscon.h header
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>
Diffstat (limited to 'drivers/phy/samsung')
-rw-r--r-- | drivers/phy/samsung/phy-samsung-ufs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/phy/samsung/phy-samsung-ufs.c b/drivers/phy/samsung/phy-samsung-ufs.c index 813bce47121d..ffc46c953ed6 100644 --- a/drivers/phy/samsung/phy-samsung-ufs.c +++ b/drivers/phy/samsung/phy-samsung-ufs.c @@ -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> |