aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeert Uytterhoeven <[email protected]>2020-05-06 14:02:04 +0200
committerMatthias Brugger <[email protected]>2020-05-14 12:35:29 +0200
commit1a6e55ca8f3684d7e1fe646396303233bf1c1ed7 (patch)
tree6e3cbc24aa54f5d12cf6b35f79d99ab36860c4dd
parent667c769246b01c53ad0925d603d2a2531abd3ef2 (diff)
soc: mediatek: mmsys: Drop <linux/clk-provider.h>
After the split, the mt8173 MMSYS driver is no longer a clock provider, and thus does not need to include <linux/clk-provider.h>. Fixes: 13032709e2328553 ("clk / soc: mediatek: Move mt8173 MMSYS to platform driver") Signed-off-by: Geert Uytterhoeven <[email protected]> Reviewed-by: Enric Balletbo i Serra <[email protected]> Reviewed-by: Stephen Boyd <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Matthias Brugger <[email protected]>
-rw-r--r--drivers/soc/mediatek/mtk-mmsys.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/soc/mediatek/mtk-mmsys.c b/drivers/soc/mediatek/mtk-mmsys.c
index 05e322c9c301..bb5ccd5b0386 100644
--- a/drivers/soc/mediatek/mtk-mmsys.c
+++ b/drivers/soc/mediatek/mtk-mmsys.c
@@ -4,7 +4,6 @@
* Author: James Liao <[email protected]>
*/
-#include <linux/clk-provider.h>
#include <linux/device.h>
#include <linux/of_device.h>
#include <linux/platform_device.h>