diff options
| author | Tom Rini <[email protected]> | 2024-04-27 08:10:55 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-05-06 15:05:03 -0600 |
| commit | 5c4bcc7c73997ce5dfd1bcbdac6f7318170eec1e (patch) | |
| tree | 3eef5fd7cec8f46076fa33439b394dc2fe96303e /arch/sh/cpu | |
| parent | bac5d1b68a782650f6ce2d495e700444dd9d7e01 (diff) | |
sh: Remove <common.h> and add needed includes
Remove <common.h> from all sh architecture files and when needed add
missing include files directly.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'arch/sh/cpu')
| -rw-r--r-- | arch/sh/cpu/sh4/cache.c | 1 | ||||
| -rw-r--r-- | arch/sh/cpu/sh4/cpu.c | 1 | ||||
| -rw-r--r-- | arch/sh/cpu/sh4/interrupts.c | 1 | ||||
| -rw-r--r-- | arch/sh/cpu/sh4/watchdog.c | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/arch/sh/cpu/sh4/cache.c b/arch/sh/cpu/sh4/cache.c index 0f7dfdd3cf7..8c1839935ca 100644 --- a/arch/sh/cpu/sh4/cache.c +++ b/arch/sh/cpu/sh4/cache.c @@ -4,7 +4,6 @@ * (C) Copyright 2007 Nobuhiro Iwamatsu <[email protected]> */ -#include <common.h> #include <command.h> #include <cpu_func.h> #include <asm/cache.h> diff --git a/arch/sh/cpu/sh4/cpu.c b/arch/sh/cpu/sh4/cpu.c index 1b2f50dbe6e..b0ad685a91b 100644 --- a/arch/sh/cpu/sh4/cpu.c +++ b/arch/sh/cpu/sh4/cpu.c @@ -4,7 +4,6 @@ * Nobuhiro Iwamatsu <[email protected]> */ -#include <common.h> #include <command.h> #include <irq_func.h> #include <cpu_func.h> diff --git a/arch/sh/cpu/sh4/interrupts.c b/arch/sh/cpu/sh4/interrupts.c index 278a3e32ac9..eace09aeabf 100644 --- a/arch/sh/cpu/sh4/interrupts.c +++ b/arch/sh/cpu/sh4/interrupts.c @@ -4,7 +4,6 @@ * Nobuhiro Iwamatsu <[email protected]> */ -#include <common.h> #include <irq_func.h> int interrupt_init(void) diff --git a/arch/sh/cpu/sh4/watchdog.c b/arch/sh/cpu/sh4/watchdog.c index bf403d3c520..c5974337465 100644 --- a/arch/sh/cpu/sh4/watchdog.c +++ b/arch/sh/cpu/sh4/watchdog.c @@ -1,6 +1,5 @@ // SPDX-License-Identifier: GPL-2.0+ -#include <common.h> #include <cpu_func.h> #include <asm/processor.h> #include <asm/system.h> |
