arm: mediatek: Remove <common.h> and add needed includes

Remove <common.h> from all mach-mediatek files and when needed add
missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini
2024-05-06 15:06:34 -06:00
parent f3d0f17ea6
commit 2dd3278b3e
8 changed files with 2 additions and 8 deletions
-1
View File
@@ -3,7 +3,6 @@
* Copyright (C) 2018 MediaTek Inc.
*/
#include <common.h>
#include <cpu_func.h>
#include <dm.h>
#include <init.h>
+1 -1
View File
@@ -3,7 +3,7 @@
* Copyright (C) 2018 MediaTek Inc.
*/
#include <common.h>
#include <config.h>
#include <init.h>
#include <asm/global_data.h>
#include <linux/io.h>
+1 -1
View File
@@ -5,7 +5,7 @@
*/
#include <clk.h>
#include <common.h>
#include <config.h>
#include <dm.h>
#include <fdtdec.h>
#include <init.h>
-1
View File
@@ -6,7 +6,6 @@
*/
#include <clk.h>
#include <common.h>
#include <dm.h>
#include <fdtdec.h>
#include <ram.h>
-1
View File
@@ -7,7 +7,6 @@
*/
#include <clk.h>
#include <common.h>
#include <dm.h>
#include <fdtdec.h>
#include <init.h>
-1
View File
@@ -6,7 +6,6 @@
*/
#include <clk.h>
#include <common.h>
#include <cpu_func.h>
#include <dm.h>
#include <fdtdec.h>
-1
View File
@@ -7,7 +7,6 @@
*/
#include <clk.h>
#include <common.h>
#include <cpu_func.h>
#include <dm.h>
#include <fdtdec.h>
-1
View File
@@ -5,7 +5,6 @@
*/
#include <clk.h>
#include <common.h>
#include <hang.h>
#include <init.h>
#include <spl.h>