summaryrefslogtreecommitdiffstats
path: root/arch/sh
diff options
context:
space:
mode:
authorAdrian Bunk2008-06-18 00:33:40 +0200
committerPaul Mundt2008-07-28 11:10:30 +0200
commit62410034e79d9249647d1fe6f6f35a06b3747e68 (patch)
treebba8d94d245ac30947ed43650602f76097512a8f /arch/sh
parentsh: make EARLY_PCI_OP's static (diff)
downloadkernel-qcow2-linux-62410034e79d9249647d1fe6f6f35a06b3747e68.tar.gz
kernel-qcow2-linux-62410034e79d9249647d1fe6f6f35a06b3747e68.tar.xz
kernel-qcow2-linux-62410034e79d9249647d1fe6f6f35a06b3747e68.zip
sh: make pcibios_max_latency static
This patch makes the needlessly global pcibios_max_latency static. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r--arch/sh/drivers/pci/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/drivers/pci/pci.c b/arch/sh/drivers/pci/pci.c
index f57095a2617c..d3839e609aac 100644
--- a/arch/sh/drivers/pci/pci.c
+++ b/arch/sh/drivers/pci/pci.c
@@ -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
* 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)
{