Browse Source

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>
Guan Xuetao 12 years ago
parent
commit
ddd2d384b0

+ 2 - 0
arch/unicore32/include/uapi/asm/Kbuild

@@ -6,3 +6,5 @@ header-y += kvm_para.h
 header-y += ptrace.h
 header-y += sigcontext.h
 header-y += unistd.h
+
+generic-y += kvm_para.h

+ 0 - 1
arch/unicore32/include/uapi/asm/kvm_para.h

@@ -1 +0,0 @@
-#include <asm-generic/kvm_para.h>