Skip to content

Commit 7db06e3

Browse files
rddunlapPeter Zijlstra
authored andcommitted
s390: remove kvm_types.h from Kbuild
kvm_types.h is mandatory in include/asm-generic/Kbuild so having it in another Kbuild file causes a warning. Remove it from the arch/ Kbuild file to fix the warning. ../scripts/Makefile.asm-headers:39: redundant generic-y found in ../arch/s390/include/asm/Kbuild: kvm_types.h Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://patch.msgid.link/20260203184204.1329414-1-rdunlap@infradead.org
1 parent a56a38f commit 7db06e3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

arch/s390/include/asm/Kbuild

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@ generated-y += syscall_table.h
55
generated-y += unistd_nr.h
66

77
generic-y += asm-offsets.h
8-
generic-y += kvm_types.h
98
generic-y += mcs_spinlock.h
109
generic-y += mmzone.h

0 commit comments

Comments
 (0)