Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

unicore32: Use Kbuild infrastructure for kvm_para.h

All the headers but kvm_para.h use the Kbuild infrastructure to
get to the asm-generic headers.

Cc: linux-kbuild@vger.kernel.org
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn>

+2 -1
+2
arch/unicore32/include/uapi/asm/Kbuild
··· 6 6 header-y += ptrace.h 7 7 header-y += sigcontext.h 8 8 header-y += unistd.h 9 + 10 + generic-y += kvm_para.h
-1
arch/unicore32/include/uapi/asm/kvm_para.h
··· 1 - #include <asm-generic/kvm_para.h>