dect
/
linux-2.6
Archived
13
0
Fork 0

blackfin: 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: uclinux-dist-devel@blackfin.uclinux.org
Cc: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Bob Liu <lliubbo@gmail.com>
This commit is contained in:
Steven Rostedt 2012-10-12 22:26:36 -04:00 committed by Bob Liu
parent 2ba364504f
commit e9dfcdbd76
2 changed files with 1 additions and 1 deletions

View File

@ -16,6 +16,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 += local64.h
generic-y += local.h
generic-y += mman.h

View File

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