Skip to content

Commit

Permalink
mfd: exynos-lpass: Drop unneeded syscon.h include
Browse files Browse the repository at this point in the history
syscon regmap is not used since commit addebf1 ("mfd: exynos-lpass:
Remove pad retention control").

Fixes: addebf1 ("mfd: exynos-lpass: Remove pad retention control")
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Alim Akhtar <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
  • Loading branch information
krzk authored and Lee Jones committed Mar 8, 2022
1 parent 8c70bd5 commit 8d73aa0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/mfd/exynos-lpass.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 8d73aa0

Please sign in to comment.