diff mbox series

arch: sh: remove duplicate include

Message ID 1604889952-30841-1-git-send-email-wangqing@vivo.com (mailing list archive)
State New, archived
Headers show
Series arch: sh: remove duplicate include | expand

Commit Message

王擎 Nov. 9, 2020, 2:45 a.m. UTC
Remove duplicate header which is included twice.

Signed-off-by: Wang Qing <wangqing@vivo.com>
---
 arch/sh/kernel/cpu/sh3/entry.S | 1 -
 1 file changed, 1 deletion(-)

Comments

John Paul Adrian Glaubitz Jan. 18, 2021, 6:38 p.m. UTC | #1
On 11/9/20 3:45 AM, Wang Qing wrote:
> Remove duplicate header which is included twice.
> 
> Signed-off-by: Wang Qing <wangqing@vivo.com>
> ---
>  arch/sh/kernel/cpu/sh3/entry.S | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/arch/sh/kernel/cpu/sh3/entry.S b/arch/sh/kernel/cpu/sh3/entry.S
> index 25eb809..e48b3dd
> --- 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

Acked-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
diff mbox series

Patch

diff --git a/arch/sh/kernel/cpu/sh3/entry.S b/arch/sh/kernel/cpu/sh3/entry.S
index 25eb809..e48b3dd
--- 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