diff options
author | Tom Rini <trini@konsulko.com> | 2024-04-27 08:10:54 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-06 15:05:03 -0600 |
commit | bac5d1b68a782650f6ce2d495e700444dd9d7e01 (patch) | |
tree | f507530aa915ba2941e4e55a04a45a2046e739b0 /arch/nios2/lib/cache.c | |
parent | d3127bca96b4f48d091c66457cd92eb9e5b06757 (diff) |
nios2: Remove <common.h> and add needed includes
Remove <common.h> from all nios2 architecture files and when needed add
missing include files directly.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/nios2/lib/cache.c')
-rw-r--r-- | arch/nios2/lib/cache.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/nios2/lib/cache.c b/arch/nios2/lib/cache.c index 5864d8f0f47..8f543f2a2f2 100644 --- a/arch/nios2/lib/cache.c +++ b/arch/nios2/lib/cache.c @@ -5,7 +5,6 @@ * Implemented by fredrik.markstrom@gmail.com and ivarholmqvist@gmail.com */ -#include <common.h> #include <cpu_func.h> #include <asm/cache.h> #include <asm/global_data.h> |