Commit 6324b4de authored by Sebastian Ott's avatar Sebastian Ott Committed by Martin Schwidefsky

s390/pci: mark command line parser data __initdata

No point to keep that around.
Signed-off-by: default avatarSebastian Ott <sebott@linux.ibm.com>
Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent c9896acc
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment