summaryrefslogtreecommitdiff
path: root/arch/nios2/lib/bootm.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-04-27 08:10:54 -0600
committerTom Rini <trini@konsulko.com>2024-05-06 15:05:03 -0600
commitbac5d1b68a782650f6ce2d495e700444dd9d7e01 (patch)
treef507530aa915ba2941e4e55a04a45a2046e739b0 /arch/nios2/lib/bootm.c
parentd3127bca96b4f48d091c66457cd92eb9e5b06757 (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/bootm.c')
-rw-r--r--arch/nios2/lib/bootm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/nios2/lib/bootm.c b/arch/nios2/lib/bootm.c
index 657a17c7204..ce939ff5e15 100644
--- a/arch/nios2/lib/bootm.c
+++ b/arch/nios2/lib/bootm.c
@@ -4,7 +4,6 @@
* Scott McNutt <smcnutt@psyent.com>
*/
-#include <common.h>
#include <bootm.h>
#include <cpu_func.h>
#include <env.h>