Skip to content

Commit b4d3c33

Browse files
author
Vasily Gorbik
committed
s390/setup: Drop stale ident_map_size declaration
ident_map_size is no longer a standalone variable and the declaration in asm/setup.h conflicts with its current definition in asm/page.h introduced with commit 236f324 ("s390/mm: Create virtual memory layout structure"). Remove the stale declaration. Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
1 parent 11439c4 commit b4d3c33

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

arch/s390/include/asm/setup.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ extern unsigned int zlib_dfltcc_support;
5252
#define ZLIB_DFLTCC_INFLATE_ONLY 3
5353
#define ZLIB_DFLTCC_FULL_DEBUG 4
5454

55-
extern unsigned long ident_map_size;
5655
extern unsigned long max_mappable;
5756

5857
/* The Write Back bit position in the physaddr is given by the SLPC PCI */

0 commit comments

Comments
 (0)