]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
s390/pci: mark command line parser data __initdata
authorSebastian Ott <sebott@linux.ibm.com>
Tue, 12 Feb 2019 15:23:13 +0000 (16:23 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 29 Apr 2019 08:47:01 +0000 (10:47 +0200)
No point to keep that around.

Signed-off-by: Sebastian Ott <sebott@linux.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/pci/pci.c

index dc9bc82c072c6d9309882f84dca095b131a53b90..3262d7ea66d015e4aa8d8498fabebe871e6537ea 100644 (file)
@@ -958,7 +958,7 @@ static void zpci_mem_exit(void)
        kmem_cache_destroy(zdev_fmb_cache);
 }
 
-static unsigned int s390_pci_probe = 1;
+static unsigned int s390_pci_probe __initdata = 1;
 static unsigned int s390_pci_initialized;
 
 char * __init pcibios_setup(char *str)