Skip to content

Commit 6122192

Browse files
sudipm-mukherjeetorvalds
authored andcommitted
m32r: fix build failure
m32r allmodconfig is failing with: In file included from ../include/linux/kvm_para.h:4:0, from ../kernel/watchdog.c:26: ../include/uapi/linux/kvm_para.h:30:26: fatal error: asm/kvm_para.h: No such file or directory kvm_para.h was not included in the build. Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent facca61 commit 6122192

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/m32r/include/asm/Kbuild

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ generic-y += clkdev.h
33
generic-y += cputime.h
44
generic-y += exec.h
55
generic-y += irq_work.h
6+
generic-y += kvm_para.h
67
generic-y += mcs_spinlock.h
78
generic-y += mm-arch-hooks.h
89
generic-y += module.h

0 commit comments

Comments
 (0)