Skip to content

Commit 8b19c45

Browse files
petegriffinvinodkoul
authored andcommitted
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: f2c6d0f ("phy: samsung-ufs: use exynos_get_pmu_regmap_by_phandle() to obtain PMU regmap") Signed-off-by: Peter Griffin <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 9c79b77 commit 8b19c45

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/phy/samsung/phy-samsung-ufs.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
#include <linux/of.h>
1414
#include <linux/io.h>
1515
#include <linux/iopoll.h>
16-
#include <linux/mfd/syscon.h>
1716
#include <linux/module.h>
1817
#include <linux/phy/phy.h>
1918
#include <linux/platform_device.h>

0 commit comments

Comments
 (0)