openrisc: 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
Cc: linux@lists.openrisc.net
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Jonas Bonn <jonas@southpole.se>
This commit is contained in:
Steven Rostedt 2012-10-24 17:56:33 +02:00 committed by Jonas Bonn
parent 6f0c0580b7
commit d48444cf39
2 changed files with 1 additions and 1 deletions

View 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

View file

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