]> Git Repo - linux.git/commitdiff
unicore32: Use Kbuild infrastructure for kvm_para.h
authorGuan Xuetao <[email protected]>
Mon, 15 Oct 2012 06:41:36 +0000 (14:41 +0800)
committerGuan Xuetao <[email protected]>
Fri, 9 Nov 2012 09:30:09 +0000 (17:30 +0800)
All the headers but kvm_para.h use the Kbuild infrastructure to
get to the asm-generic headers.

Cc: [email protected]
Signed-off-by: Steven Rostedt <[email protected]>
Signed-off-by: Guan Xuetao <[email protected]>
arch/unicore32/include/uapi/asm/Kbuild
arch/unicore32/include/uapi/asm/kvm_para.h [deleted file]

index a44b1c453d13cda05379ac50e452bebffd3ac0f6..0514d7ad68551de6b0e7a7946263bfc6c6249ab0 100644 (file)
@@ -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
diff --git a/arch/unicore32/include/uapi/asm/kvm_para.h b/arch/unicore32/include/uapi/asm/kvm_para.h
deleted file mode 100644 (file)
index 14fab8f..0000000
+++ /dev/null
@@ -1 +0,0 @@
-#include <asm-generic/kvm_para.h>
This page took 0.053521 seconds and 4 git commands to generate.