]> Pileus Git - ~andy/linux/commitdiff
openrisc: Use Kbuild infrastructure for kvm_para.h
authorSteven Rostedt <srostedt@redhat.com>
Wed, 24 Oct 2012 15:56:33 +0000 (17:56 +0200)
committerJonas Bonn <jonas@southpole.se>
Thu, 25 Oct 2012 13:54:32 +0000 (15:54 +0200)
All the headers but kvm_para.h use the Kbuild infrastructure to
get to the asm-generic headers.

Cc: linux-kbuild@vger.kernel.org
Cc: linux@lists.openrisc.net
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Jonas Bonn <jonas@southpole.se>
arch/openrisc/include/asm/Kbuild
arch/openrisc/include/uapi/asm/kvm_para.h [deleted file]

index 78de6805268d1b6094986d02a7c790c35cb90f17..9430b8c50a0d5ea4c05cea57a03cd87b2e432cd9 100644 (file)
@@ -32,6 +32,7 @@ generic-y += ipcbuf.h
 generic-y += irq_regs.h
 generic-y += kdebug.h
 generic-y += kmap_types.h
+generic-y += kvm_para.h
 generic-y += local.h
 generic-y += mman.h
 generic-y += module.h
diff --git a/arch/openrisc/include/uapi/asm/kvm_para.h b/arch/openrisc/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>