linux-mediatek.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] soc: mediatek: mmsys: Drop <linux/clk-provider.h>
@ 2020-05-06 12:02 Geert Uytterhoeven
  2020-05-06 17:21 ` Enric Balletbo i Serra
  2020-05-12 21:14 ` Stephen Boyd
  0 siblings, 2 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2020-05-06 12:02 UTC (permalink / raw)
  To: Matthias Brugger, CK Hu, Enric Balletbo i Serra
  Cc: Stephen Boyd, Geert Uytterhoeven, linux-mediatek, linux-clk,
	linux-arm-kernel

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 <geert+renesas@glider.be>
---
 drivers/soc/mediatek/mtk-mmsys.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/soc/mediatek/mtk-mmsys.c b/drivers/soc/mediatek/mtk-mmsys.c
index 05e322c9c301ad91..bb5ccd5b0386c041 100644
--- a/drivers/soc/mediatek/mtk-mmsys.c
+++ b/drivers/soc/mediatek/mtk-mmsys.c
@@ -4,7 +4,6 @@
  * Author: James Liao <jamesjj.liao@mediatek.com>
  */
 
-#include <linux/clk-provider.h>
 #include <linux/device.h>
 #include <linux/of_device.h>
 #include <linux/platform_device.h>
-- 
2.17.1


_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-05-14 11:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-06 12:02 [PATCH] soc: mediatek: mmsys: Drop <linux/clk-provider.h> Geert Uytterhoeven
2020-05-06 17:21 ` Enric Balletbo i Serra
2020-05-12 21:14 ` Stephen Boyd
2020-05-14 11:03   ` Matthias Brugger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).