sh: Move vsyscall_init() defs up one level.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
Paul Mundt
2007-11-10 20:39:56 +09:00
parent f3ef75b773
commit acb499f0dd
2 changed files with 6 additions and 6 deletions
-6
View File
@@ -237,11 +237,5 @@ static inline void prefetch(void *x)
#define prefetchw(x) prefetch(x)
#endif
#ifdef CONFIG_VSYSCALL
extern int vsyscall_init(void);
#else
#define vsyscall_init() do { } while (0)
#endif
#endif /* __KERNEL__ */
#endif /* __ASM_SH_PROCESSOR_32_H */