diff options
author | Michael Holzheu <holzheu@linux.vnet.ibm.com> | 2013-10-14 10:35:48 +0200 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2013-10-24 17:17:05 +0200 |
commit | f5be85a2d3b06e660d90dd672ae54015be3f62a9 (patch) | |
tree | e6eb0e01f33027a3ede178d1ed36974d6b282fea /arch | |
parent | 8a80b10895cee6ab5afe66ef0b26ad70cbd423b3 (diff) |
s390: Remove unused declaration of zfcpdump_prefix_array[]
Signed-off-by: Michael Holzheu <holzheu@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/s390/include/asm/ipl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/s390/include/asm/ipl.h b/arch/s390/include/asm/ipl.h index ea7d9d6ab06e..2fcccc0c997c 100644 --- a/arch/s390/include/asm/ipl.h +++ b/arch/s390/include/asm/ipl.h @@ -87,7 +87,6 @@ struct ipl_parameter_block { */ extern u32 ipl_flags; extern u32 dump_prefix_page; -extern unsigned int zfcpdump_prefix_array[]; struct dump_save_areas { struct save_area **areas; |