Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: 83f0124 ("microblaze: remove asm-generic wrapper headers") Reviewed-by: Tobias Klauser <[email protected]> Tested-by: Michal Hocko <[email protected]>
- Loading branch information