diff options
Diffstat (limited to 'include/asm-s390/smp.h')
-rw-r--r-- | include/asm-s390/smp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-s390/smp.h b/include/asm-s390/smp.h index b957e4cda464..676e94ee15f0 100644 --- a/include/asm-s390/smp.h +++ b/include/asm-s390/smp.h | |||
@@ -119,4 +119,5 @@ static inline void smp_send_stop(void) | |||
119 | #define smp_setup_cpu_possible_map() do { } while (0) | 119 | #define smp_setup_cpu_possible_map() do { } while (0) |
120 | #endif | 120 | #endif |
121 | 121 | ||
122 | extern union save_area *zfcpdump_save_areas[NR_CPUS + 1]; | ||
122 | #endif | 123 | #endif |