Skip to content
Commit 0add5371 authored by Michal Simek's avatar Michal Simek
Browse files

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: default avatarMichal Hocko <mhocko@kernel.org>
Suggested-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
Fixes: 83f0124a

 ("microblaze: remove asm-generic wrapper headers")
Reviewed-by: default avatarTobias Klauser <tklauser@distanz.ch>
Tested-by: default avatarMichal Hocko <mhocko@suse.com>
parent 2bd6bf03
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment