ramips: make rt2880_pci_base static
[openwrt.git] / target / linux / ramips / files / arch / mips / pci / pci-rt288x.c
index 333f64f..fb3a6b1 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)
 {
This page took 0.028696 seconds and 4 git commands to generate.