diff options
| author | Tom Rini <trini@konsulko.com> | 2024-04-27 08:10:57 -0600 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2024-05-06 15:05:04 -0600 |
| commit | 702841b56e9113acd7dea78c432cfd186c0293f4 (patch) | |
| tree | d990be55f1a47e76905fe0242d62b14b24fdedfb /arch/powerpc/cpu/mpc83xx/qe_io.c | |
| parent | e51478ba42687234c1b13720be8a6573cb17624e (diff) | |
powerpc: Remove <common.h> and add needed includes
Remove <common.h> from all powerpc architecture files and when needed add
missing include files directly. This typically involves using
<asm/u-boot.h> instead due to the difficult nested structure of the
PowerPC includes themselves.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/powerpc/cpu/mpc83xx/qe_io.c')
| -rw-r--r-- | arch/powerpc/cpu/mpc83xx/qe_io.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/cpu/mpc83xx/qe_io.c b/arch/powerpc/cpu/mpc83xx/qe_io.c index 52360703a7d..256dbfe8a4b 100644 --- a/arch/powerpc/cpu/mpc83xx/qe_io.c +++ b/arch/powerpc/cpu/mpc83xx/qe_io.c @@ -6,7 +6,6 @@ * based on source code of Shlomi Gridish */ -#include <common.h> #include <linux/errno.h> #include <asm/io.h> #include <asm/immap_83xx.h> |
