]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
s390/setup: Drop stale ident_map_size declaration
authorVasily Gorbik <gor@linux.ibm.com>
Wed, 28 Jan 2026 14:40:57 +0000 (15:40 +0100)
committerVasily Gorbik <gor@linux.ibm.com>
Thu, 5 Mar 2026 20:08:50 +0000 (21:08 +0100)
commitb4d3c33a3486c518298a7326ac3a3134ca7ee64c
tree251d4368b9b7c210a9c075066d28673eddedebbd
parent11439c4635edd669ae435eec308f4ab8a0804808
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 236f324b7473 ("s390/mm: Create virtual memory
layout structure"). Remove the stale declaration.

Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/include/asm/setup.h