From: Sebastian Ott Date: Tue, 12 Feb 2019 15:23:13 +0000 (+0100) Subject: s390/pci: mark command line parser data __initdata X-Git-Tag: v5.2-rc1~186^2~35 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=6324b4de6dca40361399d3e9a2f2f1cbe8e7e11e;p=linux.git s390/pci: mark command line parser data __initdata No point to keep that around. Signed-off-by: Sebastian Ott Signed-off-by: Martin Schwidefsky --- 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)