Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Sebastian Ott and committed by
Martin Schwidefsky
6324b4de c9896acc

+1 -1
+1 -1
arch/s390/pci/pci.c
··· 958 958 kmem_cache_destroy(zdev_fmb_cache); 959 959 } 960 960 961 - static unsigned int s390_pci_probe = 1; 961 + static unsigned int s390_pci_probe __initdata = 1; 962 962 static unsigned int s390_pci_initialized; 963 963 964 964 char * __init pcibios_setup(char *str)