mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
sh: fixup many sparse errors.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
7d96169cb7
commit
fa43972fab
33 changed files with 220 additions and 61 deletions
|
@ -45,9 +45,13 @@ enum cpu_type {
|
|||
|
||||
/* Forward decl */
|
||||
struct sh_cpuinfo;
|
||||
struct seq_operations;
|
||||
|
||||
extern struct pt_regs fake_swapper_regs;
|
||||
|
||||
/* arch/sh/kernel/setup.c */
|
||||
const char *get_cpu_subtype(struct sh_cpuinfo *c);
|
||||
extern const struct seq_operations cpuinfo_op;
|
||||
|
||||
#ifdef CONFIG_VSYSCALL
|
||||
int vsyscall_init(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue