| To: | ralf@linux-mips.org, linux-mips@linux-mips.org, linux-kernel@vger.kernel.org |
|---|---|
| Subject: | [PATCH 1/3 part 2] [MIPS] make the pcibios_max_latency variable static |
| From: | Dmitri Vorobiev <dmitri.vorobiev@movial.fi> |
| Date: | Wed, 16 Jul 2008 11:01:49 +0300 |
| In-reply-to: | <1216141052-28005-2-git-send-email-dmitri.vorobiev@movial.fi> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <1216141052-28005-2-git-send-email-dmitri.vorobiev@movial.fi> |
| Sender: | linux-mips-bounce@linux-mips.org |
Along with making the pcibios_max_latency variable static, its declaration needs to be removed from the header file. Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev@movial.fi> --- Hi Ralf, Forgot about this one yesterday, sorry. Dmitri include/asm-mips/pci.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/include/asm-mips/pci.h b/include/asm-mips/pci.h index d3be834..c205875 100644 --- a/include/asm-mips/pci.h +++ b/include/asm-mips/pci.h @@ -173,6 +173,5 @@ static inline int pci_get_legacy_ide_irq(struct pci_dev *dev, int channel) } extern int pci_probe_only; -extern unsigned int pcibios_max_latency; #endif /* _ASM_PCI_H */ -- 1.5.6 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | 2.6.26-gitX: insane number of section headers, Manuel Lauss |
|---|---|
| Next by Date: | Re: 2.6.26-gitX: insane number of section headers, Manuel Lauss |
| Previous by Thread: | [PATCH 1/3] [MIPS] make the pcibios_max_latency variable static, Dmitri Vorobiev |
| Next by Thread: | Re: [PATCH 1/3 part 2] [MIPS] make the pcibios_max_latency variable static, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |