Commit 62410034 authored by Adrian Bunk's avatar Adrian Bunk Committed by Paul Mundt

sh: make pcibios_max_latency static

This patch makes the needlessly global pcibios_max_latency static.
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 175fb09f
...@@ -135,7 +135,7 @@ int pcibios_enable_device(struct pci_dev *dev, int mask) ...@@ -135,7 +135,7 @@ int pcibios_enable_device(struct pci_dev *dev, int mask)
* If we set up a device for bus mastering, we need to check and set * If we set up a device for bus mastering, we need to check and set
* the latency timer as it may not be properly set. * the latency timer as it may not be properly set.
*/ */
unsigned int pcibios_max_latency = 255; static unsigned int pcibios_max_latency = 255;
void pcibios_set_master(struct pci_dev *dev) void pcibios_set_master(struct pci_dev *dev)
{ {
......
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