ramips: make rt2880_pci_base static
authorGabor Juhos <juhosg@openwrt.org>
Wed, 7 Oct 2009 11:36:57 +0000 (11:36 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Wed, 7 Oct 2009 11:36:57 +0000 (11:36 +0000)
SVN-Revision: 17970

target/linux/ramips/files/arch/mips/pci/pci-rt288x.c

index 333f64fe60367adcd8c15215dc3dbabd2e47589a..fb3a6b13e5ccee1ce630efaba9a5542adb02aef5 100644 (file)
@@ -40,7 +40,7 @@
 #define PCI_ACCESS_READ  0
 #define PCI_ACCESS_WRITE 1
 
-void __iomem *rt2880_pci_base;
+static void __iomem *rt2880_pci_base;
 
 static u32 rt2880_pci_reg_read(u32 reg)
 {