Skip to content

Commit ac4075b

Browse files
geertutorvalds
authored andcommitted
m68k: Drop redundant generic-y += hardirq.h
The cleanup in commit 630f289 ("asm-generic: make more kernel-space headers mandatory") did not take into account the recently added line for hardirq.h in commit acc4564 ("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: 630f289 ("asm-generic: make more kernel-space headers mandatory") Signed-off-by: Geert Uytterhoeven <[email protected]> Reviewed-by: Masahiro Yamada <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent 8f3d9f3 commit ac4075b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/m68k/include/asm/Kbuild

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# SPDX-License-Identifier: GPL-2.0
22
generated-y += syscall_table.h
33
generic-y += extable.h
4-
generic-y += hardirq.h
54
generic-y += kvm_para.h
65
generic-y += local64.h
76
generic-y += mcs_spinlock.h

0 commit comments

Comments
 (0)