aboutsummaryrefslogtreecommitdiff
path: root/drivers/qe
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-11-01 12:28:08 -0400
committerTom Rini <trini@konsulko.com>2023-11-07 14:50:51 -0500
commit5faf66a2d10cbc813e65005100d778577a16fa04 (patch)
tree8b49358d864fa449e80ad49482795427620fd3c3 /drivers/qe
parentdcda1f27f55e4ddd2d86dac76d57febe15ff8713 (diff)
downloadu-boot-5faf66a2d10cbc813e65005100d778577a16fa04.zip
u-boot-5faf66a2d10cbc813e65005100d778577a16fa04.tar.gz
u-boot-5faf66a2d10cbc813e65005100d778577a16fa04.tar.bz2
fsl_qe: Drop common.h
In both include/fsl_qe.h and then also remove common.h from the files which had included fsl_qe.h Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/qe')
-rw-r--r--drivers/qe/fdt.c1
-rw-r--r--drivers/qe/qe.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/qe/fdt.c b/drivers/qe/fdt.c
index 6195c7c..fa9e406 100644
--- a/drivers/qe/fdt.c
+++ b/drivers/qe/fdt.c
@@ -6,7 +6,6 @@
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*/
-#include <common.h>
#include <asm/global_data.h>
#include <linux/libfdt.h>
#include <fdt_support.h>
diff --git a/drivers/qe/qe.c b/drivers/qe/qe.c
index 2825dc6..736dd85 100644
--- a/drivers/qe/qe.c
+++ b/drivers/qe/qe.c
@@ -6,7 +6,6 @@
* based on source code of Shlomi Gridish
*/
-#include <common.h>
#include <malloc.h>
#include <command.h>
#include <asm/global_data.h>