diff options
author | Wang Qing <wangqing@vivo.com> | 2020-11-09 10:45:51 +0800 |
---|---|---|
committer | Rich Felker <dalias@libc.org> | 2021-01-06 19:55:27 -0500 |
commit | 7a202ec74c151e30edc1d17e3209fe6d6fe50eee (patch) | |
tree | 3c3fa0ebebc387bd1ad866a51709a303328346f5 /arch | |
parent | 542baf5108e052684c3abdeea57861f12f89a6b9 (diff) | |
download | linux-stable-7a202ec74c151e30edc1d17e3209fe6d6fe50eee.tar.gz linux-stable-7a202ec74c151e30edc1d17e3209fe6d6fe50eee.tar.bz2 linux-stable-7a202ec74c151e30edc1d17e3209fe6d6fe50eee.zip |
arch: sh: remove duplicate include
Remove duplicate header which is included twice.
Signed-off-by: Wang Qing <wangqing@vivo.com>
Signed-off-by: Rich Felker <dalias@libc.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sh/kernel/cpu/sh3/entry.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/kernel/cpu/sh3/entry.S b/arch/sh/kernel/cpu/sh3/entry.S index 25eb80905416..e48b3dd996f5 100644 --- a/arch/sh/kernel/cpu/sh3/entry.S +++ b/arch/sh/kernel/cpu/sh3/entry.S @@ -14,7 +14,6 @@ #include <cpu/mmu_context.h> #include <asm/page.h> #include <asm/cache.h> -#include <asm/thread_info.h> ! NOTE: ! GNU as (as of 2.9.1) changes bf/s into bt/s and bra, when the address |