Skip to content

Commit 0add537

Browse files
author
Michal Simek
committed
microblaze: Add missing kvm_para.h to Kbuild
Running make allmodconfig;make is throwing compilation error: CC kernel/watchdog.o In file included from ./include/linux/kvm_para.h:4:0, from kernel/watchdog.c:29: ./include/uapi/linux/kvm_para.h:32:26: fatal error: asm/kvm_para.h: No such file or directory #include <asm/kvm_para.h> ^ compilation terminated. make[1]: *** [kernel/watchdog.o] Error 1 make: *** [kernel/watchdog.o] Error 2 Reported-by: Michal Hocko <mhocko@kernel.org> Suggested-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Michal Simek <michal.simek@xilinx.com> Fixes: 83f0124 ("microblaze: remove asm-generic wrapper headers") Reviewed-by: Tobias Klauser <tklauser@distanz.ch> Tested-by: Michal Hocko <mhocko@suse.com>
1 parent 2bd6bf0 commit 0add537

File tree

1 file changed

+1
-0
lines changed
  • arch/microblaze/include/uapi/asm

1 file changed

+1
-0
lines changed

arch/microblaze/include/uapi/asm/Kbuild

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ generic-y += fcntl.h
77
generic-y += ioctl.h
88
generic-y += ioctls.h
99
generic-y += ipcbuf.h
10+
generic-y += kvm_para.h
1011
generic-y += mman.h
1112
generic-y += msgbuf.h
1213
generic-y += param.h

0 commit comments

Comments
 (0)