]> git.baikalelectronics.ru Git - kernel.git/commit
m68k: Drop redundant generic-y += hardirq.h
authorGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 13 Apr 2020 09:35:52 +0000 (11:35 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 13 Apr 2020 18:08:52 +0000 (11:08 -0700)
commit39cb6938926d9ae403b40ce55d5d1b5b2c70ade1
tree6537b597379b22038d16837a6ec230f26ddce30b
parent9b8057e7f937f20763a90a8fc2333168af101732
m68k: Drop redundant generic-y += hardirq.h

The cleanup in commit c571b2f15c665918 ("asm-generic: make more
kernel-space headers mandatory") did not take into account the recently
added line for hardirq.h in commit 4d12eca2ac10feb9 ("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: c571b2f15c665918 ("asm-generic: make more kernel-space headers mandatory")
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Reviewed-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/m68k/include/asm/Kbuild