]> git.baikalelectronics.ru Git - kernel.git/commit
sh: Fix vsyscall build failure.
authorManuel Lauss <mano@roarinelk.homelinux.net>
Thu, 31 May 2007 04:44:55 +0000 (13:44 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 31 May 2007 04:44:55 +0000 (13:44 +0900)
commit88d72e96fa09e49200397ef3ef5e83b6b7c2219f
tree18dbddd8c763044c3aa9498725964f4d7a25cc15
parent1c25a4d4f99dc37102a2c7e56e1062dc17fef4e7
sh: Fix vsyscall build failure.

  CC      arch/sh/kernel/vsyscall/vsyscall.o
a/arch/sh/kernel/vsyscall/vsyscall.c: In function 'arch_setup_additional_pages':
a/arch/sh/kernel/vsyscall/vsyscall.c:63: error: dereferencing pointer to incomplete type
a/arch/sh/kernel/vsyscall/vsyscall.c:67: error: dereferencing pointer to incomplete type
a/arch/sh/kernel/vsyscall/vsyscall.c:82: error: dereferencing pointer to incomplete type
a/arch/sh/kernel/vsyscall/vsyscall.c:85: error: dereferencing pointer to incomplete type
a/arch/sh/kernel/vsyscall/vsyscall.c: In function 'arch_vma_name':
a/arch/sh/kernel/vsyscall/vsyscall.c:91: error: dereferencing pointer to incomplete type

Signed-off-by: Manuel Lauss <mano@roarinelk.homelinux.net>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/vsyscall/vsyscall.c