diff options
| author | 2007-02-12 22:10:48 +1100 | |
|---|---|---|
| committer | 2007-02-13 15:35:52 +1100 | |
| commit | 40d244d69a3871dd05a5fdae29f36823a6ee3e33 (patch) | |
| tree | 888b7a9747c4f95150907e55cb99b17a283d4fc4 /arch/powerpc/kernel/cputable.c | |
| parent | [POWERPC] Wire up sys_getcpu (diff) | |
| download | linux-dev-40d244d69a3871dd05a5fdae29f36823a6ee3e33.tar.xz linux-dev-40d244d69a3871dd05a5fdae29f36823a6ee3e33.zip | |
[POWERPC] correct a prototype
This rids us of a warning.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/kernel/cputable.c')
| -rw-r--r-- | arch/powerpc/kernel/cputable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/cputable.c b/arch/powerpc/kernel/cputable.c index dd17dffbf058..7ec4ac77c0fa 100644 --- a/arch/powerpc/kernel/cputable.c +++ b/arch/powerpc/kernel/cputable.c @@ -44,7 +44,7 @@ extern void __setup_cpu_745x(unsigned long offset, struct cpu_spec* spec); extern void __setup_cpu_ppc970(unsigned long offset, struct cpu_spec* spec); extern void __setup_cpu_ppc970MP(unsigned long offset, struct cpu_spec* spec); extern void __setup_cpu_pa6t(unsigned long offset, struct cpu_spec* spec); -extern void __restore_cpu_pa6t(unsigned long offset, struct cpu_spec* spec); +extern void __restore_cpu_pa6t(void); extern void __restore_cpu_ppc970(void); #endif /* CONFIG_PPC64 */ |
