[PATCH 1/3 part 2] [MIPS] make the pcibios_max_latency variable static

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <ralf@...>, <linux-mips@...>, <linux-kernel@...>
Date: Wednesday, July 16, 2008 - 4:01 am

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

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[MIPS] Another small series of cleanups, Dmitri Vorobiev, (Tue Jul 15, 12:57 pm)
[PATCH 3/3] [MIPS] add missing prototypes to asm/page.h, Dmitri Vorobiev, (Tue Jul 15, 12:57 pm)
[PATCH 2/3] [MIPS] fix missing prototypes in asm/fpu.h, Dmitri Vorobiev, (Tue Jul 15, 12:57 pm)
[PATCH 1/3 part 2] [MIPS] make the pcibios_max_latency varia..., Dmitri Vorobiev, (Wed Jul 16, 4:01 am)