Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Steven Rostedt and committed by
Jonas Bonn
d48444cf 6f0c0580

+1 -1
+1
arch/openrisc/include/asm/Kbuild
··· 32 32 generic-y += irq_regs.h 33 33 generic-y += kdebug.h 34 34 generic-y += kmap_types.h 35 + generic-y += kvm_para.h 35 36 generic-y += local.h 36 37 generic-y += mman.h 37 38 generic-y += module.h
-1
arch/openrisc/include/uapi/asm/kvm_para.h
··· 1 - #include <asm-generic/kvm_para.h>