All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] soc: mediatek: mmsys: Drop <linux/clk-provider.h>
@ 2020-05-06 12:02 ` Geert Uytterhoeven
  0 siblings, 0 replies; 12+ 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, linux-arm-kernel, linux-mediatek, linux-clk,
	Geert Uytterhoeven

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


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

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

Thread overview: 12+ 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 12:02 ` Geert Uytterhoeven
2020-05-06 12:02 ` Geert Uytterhoeven
2020-05-06 17:21 ` Enric Balletbo i Serra
2020-05-06 17:21   ` Enric Balletbo i Serra
2020-05-06 17:21   ` Enric Balletbo i Serra
2020-05-12 21:14 ` Stephen Boyd
2020-05-12 21:14   ` Stephen Boyd
2020-05-12 21:14   ` Stephen Boyd
2020-05-14 11:03   ` Matthias Brugger
2020-05-14 11:03     ` Matthias Brugger
2020-05-14 11:03     ` Matthias Brugger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.