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:
parent
6f0c0580b7
commit
d48444cf39
@ -32,6 +32,7 @@ generic-y += ipcbuf.h
|
|||||||
generic-y += irq_regs.h
|
generic-y += irq_regs.h
|
||||||
generic-y += kdebug.h
|
generic-y += kdebug.h
|
||||||
generic-y += kmap_types.h
|
generic-y += kmap_types.h
|
||||||
|
generic-y += kvm_para.h
|
||||||
generic-y += local.h
|
generic-y += local.h
|
||||||
generic-y += mman.h
|
generic-y += mman.h
|
||||||
generic-y += module.h
|
generic-y += module.h
|
||||||
|
@ -1 +0,0 @@
|
|||||||
#include <asm-generic/kvm_para.h>
|
|
Loading…
Reference in New Issue
Block a user