diff options
author | Tom Rini <trini@konsulko.com> | 2023-11-01 12:28:08 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-11-07 14:50:51 -0500 |
commit | 5faf66a2d10cbc813e65005100d778577a16fa04 (patch) | |
tree | 8b49358d864fa449e80ad49482795427620fd3c3 /drivers/net/qe | |
parent | dcda1f27f55e4ddd2d86dac76d57febe15ff8713 (diff) | |
download | u-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/net/qe')
-rw-r--r-- | drivers/net/qe/uccf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/qe/uccf.c b/drivers/net/qe/uccf.c index 306f1ea..00848a1 100644 --- a/drivers/net/qe/uccf.c +++ b/drivers/net/qe/uccf.c @@ -6,7 +6,6 @@ * based on source code of Shlomi Gridish */ -#include <common.h> #include <malloc.h> #include <linux/errno.h> #include <asm/io.h> |