diff options
author | Michael Ellerman <michael@ellerman.id.au> | 2007-02-14 00:08:05 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-02-15 22:00:20 -0500 |
commit | 8c0238b3f1a7849b89707ac6b7b0c84e1ed2df70 (patch) | |
tree | 9b39a6298cf8fa7de6f1e229cd617b9fab20963c /arch/powerpc | |
parent | ae50517ef16bd264c0d68f7b81c143fd9f01a40a (diff) |
[POWERPC] Fix cut and paste breakage in arch/powerpc/platforms/pseries/pseries.h
My "cleanup" patch (dce623e0827e8d0ad60ce7f385c3394bf1b0bae0) had a cut
and paste error for the !CONFIG_KEXEC case. Fifty lashes for me.
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/platforms/pseries/pseries.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/pseries/pseries.h b/arch/powerpc/platforms/pseries/pseries.h index b43f1397a5b6..35264f9af0ff 100644 --- a/arch/powerpc/platforms/pseries/pseries.h +++ b/arch/powerpc/platforms/pseries/pseries.h | |||
@@ -29,8 +29,8 @@ static inline smp_init_pseries_xics(void) { }; | |||
29 | extern void setup_kexec_cpu_down_xics(void); | 29 | extern void setup_kexec_cpu_down_xics(void); |
30 | extern void setup_kexec_cpu_down_mpic(void); | 30 | extern void setup_kexec_cpu_down_mpic(void); |
31 | #else | 31 | #else |
32 | static inline setup_kexec_cpu_down_xics(void) { }; | 32 | static inline void setup_kexec_cpu_down_xics(void) { } |
33 | static inline setup_kexec_cpu_down_mpic(void) { }; | 33 | static inline void setup_kexec_cpu_down_mpic(void) { } |
34 | #endif | 34 | #endif |
35 | 35 | ||
36 | #endif /* _PSERIES_PSERIES_H */ | 36 | #endif /* _PSERIES_PSERIES_H */ |