| To: | ralf@linux-mips.org, linux-mips@linux-mips.org, linux-kernel@vger.kernel.org |
|---|---|
| Subject: | [PATCH 1/3] [MIPS] make the pcibios_max_latency variable static |
| From: | Dmitri Vorobiev <dmitri.vorobiev@movial.fi> |
| Date: | Tue, 15 Jul 2008 19:57:30 +0300 |
| In-reply-to: | <1216141052-28005-1-git-send-email-dmitri.vorobiev@movial.fi> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <1216141052-28005-1-git-send-email-dmitri.vorobiev@movial.fi> |
| Sender: | linux-mips-bounce@linux-mips.org |
The pcibios_max_latency variable is needlessly defined global,
and this patch makes it static.
Build-tested using malta_defconfig.
Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev@movial.fi>
---
arch/mips/pci/pci.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/mips/pci/pci.c b/arch/mips/pci/pci.c
index 358ad62..0187b8c 100644
--- a/arch/mips/pci/pci.c
+++ b/arch/mips/pci/pci.c
@@ -205,7 +205,7 @@ static int pcibios_enable_resources(struct pci_dev *dev,
int mask)
* If we set up a device for bus mastering, we need to check the latency
* timer as certain crappy BIOSes forget to set it properly.
*/
-unsigned int pcibios_max_latency = 255;
+static unsigned int pcibios_max_latency = 255;
void pcibios_set_master(struct pci_dev *dev)
{
--
1.5.6
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [MIPS] Another small series of cleanups, Dmitri Vorobiev |
|---|---|
| Next by Date: | [PATCH 3/3] [MIPS] add missing prototypes to asm/page.h, Dmitri Vorobiev |
| Previous by Thread: | [MIPS] Another small series of cleanups, Dmitri Vorobiev |
| Next by Thread: | [PATCH 1/3 part 2] [MIPS] make the pcibios_max_latency variable static, Dmitri Vorobiev |
| Indexes: | [Date] [Thread] [Top] [All Lists] |