projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9896ac
)
s390/pci: mark command line parser data __initdata
author
Sebastian Ott
<sebott@linux.ibm.com>
Tue, 12 Feb 2019 15:23:13 +0000
(16:23 +0100)
committer
Martin 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
patch
|
blob
|
history
diff --git
a/arch/s390/pci/pci.c
b/arch/s390/pci/pci.c
index dc9bc82c072c6d9309882f84dca095b131a53b90..3262d7ea66d015e4aa8d8498fabebe871e6537ea 100644
(file)
--- 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)