diff options
author | Tom Rini <trini@konsulko.com> | 2023-10-12 19:03:56 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-10-24 16:34:45 -0400 |
commit | 07011890a60fe45074defbe39f4dca90f82c4955 (patch) | |
tree | 3261da51f7faf52474cc065a196b5e86fddb748f /arch/m68k/lib/cache.c | |
parent | 60c08dd7718364e3ab4565801e7d972aec2ee036 (diff) |
m68k: Remove common.h usage
We can remove common.h from most cases of the code here, and only a few
places need an additional header instead.
Signed-off-by: Tom Rini <trini@konsulko.com>
Acked-by: Angelo Dureghello <angelo@kernel-space.org>
Diffstat (limited to 'arch/m68k/lib/cache.c')
-rw-r--r-- | arch/m68k/lib/cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/lib/cache.c b/arch/m68k/lib/cache.c index 57e5632fdb..de04124404 100644 --- a/arch/m68k/lib/cache.c +++ b/arch/m68k/lib/cache.c @@ -4,7 +4,7 @@ * Wolfgang Denk, DENX Software Engineering, wd@denx.de. */ -#include <common.h> +#include <config.h> #include <cpu_func.h> #include <asm/immap.h> #include <asm/cache.h> |