Re: [PATCH] arch: sh: remove duplicate include

2021-01-18 Thread John Paul Adrian Glaubitz
On 11/9/20 3:45 AM, Wang Qing wrote:
> Remove duplicate header which is included twice.
> 
> Signed-off-by: Wang Qing 
> ---
>  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 
>  #include 
>  #include 
> -#include 
>  
>  ! 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 

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaub...@debian.org
`. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
  `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913



[PATCH] arch: sh: remove duplicate include

2020-11-08 Thread Wang Qing
Remove duplicate header which is included twice.

Signed-off-by: Wang Qing 
---
 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 
 #include 
 #include 
-#include 
 
 ! NOTE:
 ! GNU as (as of 2.9.1) changes bf/s into bt/s and bra, when the address
-- 
2.7.4