microblaze: Add missing kvm_para.h to Kbuild
authorMichal Simek <[email protected]>
Tue, 19 Sep 2017 14:40:21 +0000 (16:40 +0200)
committerMichal Simek <[email protected]>
Mon, 25 Sep 2017 13:25:47 +0000 (15:25 +0200)
commit0add53713b1c07a1c71e27a20e21eb7c180b4e7b
tree315d37ea35c090d86897f4502f33fa8795365064
parent2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e
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 <[email protected]>
Suggested-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
Fixes: 83f0124ad81e87b ("microblaze: remove asm-generic wrapper headers")
Reviewed-by: Tobias Klauser <[email protected]>
Tested-by: Michal Hocko <[email protected]>
arch/microblaze/include/uapi/asm/Kbuild