You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
sh: Move vsyscall_init() defs up one level.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user