Skip to content

Commit 1a6e55c

Browse files
geertumbgg
authored andcommitted
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: 1303270 ("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]>
1 parent 667c769 commit 1a6e55c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/soc/mediatek/mtk-mmsys.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* Author: James Liao <[email protected]>
55
*/
66

7-
#include <linux/clk-provider.h>
87
#include <linux/device.h>
98
#include <linux/of_device.h>
109
#include <linux/platform_device.h>

0 commit comments

Comments
 (0)