aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/pci
diff options
context:
space:
mode:
authorSebastian Ott <sebott@linux.ibm.com>2019-02-12 16:23:13 +0100
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2019-04-29 10:47:01 +0200
commit6324b4de6dca40361399d3e9a2f2f1cbe8e7e11e (patch)
treeb50dff8b77569f5e0455f0ac3b7d14e5d0744cfc /arch/s390/pci
parents390/ipl: Provide has_secure sysfs attribute (diff)
downloadlinux-dev-6324b4de6dca40361399d3e9a2f2f1cbe8e7e11e.tar.xz
linux-dev-6324b4de6dca40361399d3e9a2f2f1cbe8e7e11e.zip
s390/pci: mark command line parser data __initdata
No point to keep that around. Signed-off-by: Sebastian Ott <sebott@linux.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/pci')
-rw-r--r--arch/s390/pci/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/pci/pci.c b/arch/s390/pci/pci.c
index dc9bc82c072c..3262d7ea66d0 100644
--- a/arch/s390/pci/pci.c
+++ b/arch/s390/pci/pci.c
@@ -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)