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)
commitf75522cea12fe1ed9336c1a02b170bd06383e8a3
tree18dbddd8c763044c3aa9498725964f4d7a25cc15
parentbdff33ddd906b2ab9eb70e9098f507fac6d56b70
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