提交 0add5371 编写于 作者: M Michal Simek

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: NMichal Hocko <mhocko@kernel.org>
Suggested-by: NGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
Fixes: 83f0124a ("microblaze: remove asm-generic wrapper headers")
Reviewed-by: NTobias Klauser <tklauser@distanz.ch>
Tested-by: NMichal Hocko <mhocko@suse.com>
上级 2bd6bf03
......@@ -7,6 +7,7 @@ generic-y += fcntl.h
generic-y += ioctl.h
generic-y += ioctls.h
generic-y += ipcbuf.h
generic-y += kvm_para.h
generic-y += mman.h
generic-y += msgbuf.h
generic-y += param.h
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册