]> git.baikalelectronics.ru Git - kernel.git/commit
microblaze: Add missing kvm_para.h to Kbuild
authorMichal Simek <michal.simek@xilinx.com>
Tue, 19 Sep 2017 14:40:21 +0000 (16:40 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 25 Sep 2017 13:25:47 +0000 (15:25 +0200)
commit8bf76992e5e80dbc7e57a313a24eb4b6779e6e2b
tree315d37ea35c090d86897f4502f33fa8795365064
parent2018862bdad13479b663e0e9615d7c6fcaa89285
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: 3b8c189db455a3f ("microblaze: remove asm-generic wrapper headers")
Reviewed-by: Tobias Klauser <tklauser@distanz.ch>
Tested-by: Michal Hocko <mhocko@suse.com>
arch/microblaze/include/uapi/asm/Kbuild