[3/3] mips: remove <asm/export.h>

Message ID 20230807153243.996262-3-masahiroy@kernel.org
State New
Headers
Series [1/3] mips: remove unneeded #include <asm/export.h> |

Commit Message

Masahiro Yamada Aug. 7, 2023, 3:32 p.m. UTC
  All *.S files under arch/mips/ have been converted to include
<linux/export.h> instead of <asm/export.h>.

Remove <asm/export.h>.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
---

 arch/mips/include/asm/Kbuild | 1 -
 1 file changed, 1 deletion(-)
  

Comments

Philippe Mathieu-Daudé Aug. 8, 2023, 9:39 a.m. UTC | #1
On 7/8/23 17:32, Masahiro Yamada wrote:
> All *.S files under arch/mips/ have been converted to include
> <linux/export.h> instead of <asm/export.h>.
> 
> Remove <asm/export.h>.
> 
> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
> ---
> 
>   arch/mips/include/asm/Kbuild | 1 -
>   1 file changed, 1 deletion(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
  
Thomas Bogendoerfer Aug. 15, 2023, 8:27 a.m. UTC | #2
On Tue, Aug 08, 2023 at 12:32:43AM +0900, Masahiro Yamada wrote:
> All *.S files under arch/mips/ have been converted to include
> <linux/export.h> instead of <asm/export.h>.
> 
> Remove <asm/export.h>.
> 
> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
> ---
> 
>  arch/mips/include/asm/Kbuild | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/arch/mips/include/asm/Kbuild b/arch/mips/include/asm/Kbuild
> index dee172716581..7ba67a0d6c97 100644
> --- a/arch/mips/include/asm/Kbuild
> +++ b/arch/mips/include/asm/Kbuild
> @@ -7,7 +7,6 @@ generated-y += unistd_nr_n32.h
>  generated-y += unistd_nr_n64.h
>  generated-y += unistd_nr_o32.h
>  
> -generic-y += export.h
>  generic-y += kvm_para.h
>  generic-y += mcs_spinlock.h
>  generic-y += parport.h
> -- 
> 2.39.2
> 

applied to mips-next.

Thomas.
  

Patch

diff --git a/arch/mips/include/asm/Kbuild b/arch/mips/include/asm/Kbuild
index dee172716581..7ba67a0d6c97 100644
--- a/arch/mips/include/asm/Kbuild
+++ b/arch/mips/include/asm/Kbuild
@@ -7,7 +7,6 @@  generated-y += unistd_nr_n32.h
 generated-y += unistd_nr_n64.h
 generated-y += unistd_nr_o32.h
 
-generic-y += export.h
 generic-y += kvm_para.h
 generic-y += mcs_spinlock.h
 generic-y += parport.h