linux-m68k.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] m68k: Drop redundant generic-y += hardirq.h
@ 2020-04-13  9:35 Geert Uytterhoeven
  2020-04-13 11:21 ` Masahiro Yamada
  0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2020-04-13  9:35 UTC (permalink / raw)
  To: Andrew Morton, Masahiro Yamada, Linus Torvalds
  Cc: Greg Ungerer, linux-m68k, linux-kernel, Geert Uytterhoeven

The cleanup in commit 630f289b7114c0e6 ("asm-generic: make more
kernel-space headers mandatory") did not take into account the recently
added line for hardirq.h in commit acc45648b9aefa90 ("m68k: Switch to
asm-generic/hardirq.h"), leading to the following message during the
build:

    scripts/Makefile.asm-generic:25: redundant generic-y found in arch/m68k/include/asm/Kbuild: hardirq.h

Fix this by dropping the now redundant line.

Fixes: 630f289b7114c0e6 ("asm-generic: make more kernel-space headers mandatory")
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
---
Feel free to take this one directly, as I have no other m68k fixes
queued for v5.7 yet.

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

diff --git a/arch/m68k/include/asm/Kbuild b/arch/m68k/include/asm/Kbuild
index a0765aa60ea9aa8d..1bff55aa2d54e2ce 100644
--- a/arch/m68k/include/asm/Kbuild
+++ b/arch/m68k/include/asm/Kbuild
@@ -1,7 +1,6 @@
 # SPDX-License-Identifier: GPL-2.0
 generated-y += syscall_table.h
 generic-y += extable.h
-generic-y += hardirq.h
 generic-y += kvm_para.h
 generic-y += local64.h
 generic-y += mcs_spinlock.h
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] m68k: Drop redundant generic-y += hardirq.h
  2020-04-13  9:35 [PATCH] m68k: Drop redundant generic-y += hardirq.h Geert Uytterhoeven
@ 2020-04-13 11:21 ` Masahiro Yamada
  0 siblings, 0 replies; 2+ messages in thread
From: Masahiro Yamada @ 2020-04-13 11:21 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Andrew Morton, Linus Torvalds, Greg Ungerer, linux-m68k,
	Linux Kernel Mailing List

On Mon, Apr 13, 2020 at 6:42 PM Geert Uytterhoeven <geert@linux-m68k.org> wrote:
>
> The cleanup in commit 630f289b7114c0e6 ("asm-generic: make more
> kernel-space headers mandatory") did not take into account the recently
> added line for hardirq.h in commit acc45648b9aefa90 ("m68k: Switch to
> asm-generic/hardirq.h"), leading to the following message during the
> build:
>
>     scripts/Makefile.asm-generic:25: redundant generic-y found in arch/m68k/include/asm/Kbuild: hardirq.h
>
> Fix this by dropping the now redundant line.
>
> Fixes: 630f289b7114c0e6 ("asm-generic: make more kernel-space headers mandatory")
> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>


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



> ---
> Feel free to take this one directly, as I have no other m68k fixes
> queued for v5.7 yet.
>
>  arch/m68k/include/asm/Kbuild | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/arch/m68k/include/asm/Kbuild b/arch/m68k/include/asm/Kbuild
> index a0765aa60ea9aa8d..1bff55aa2d54e2ce 100644
> --- a/arch/m68k/include/asm/Kbuild
> +++ b/arch/m68k/include/asm/Kbuild
> @@ -1,7 +1,6 @@
>  # SPDX-License-Identifier: GPL-2.0
>  generated-y += syscall_table.h
>  generic-y += extable.h
> -generic-y += hardirq.h
>  generic-y += kvm_para.h
>  generic-y += local64.h
>  generic-y += mcs_spinlock.h
> --
> 2.17.1
>


-- 
Best Regards
Masahiro Yamada

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-13 11:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-13  9:35 [PATCH] m68k: Drop redundant generic-y += hardirq.h Geert Uytterhoeven
2020-04-13 11:21 ` Masahiro Yamada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).