ramips: make rt2880_pci_base static

SVN-Revision: 17970
lede-17.01
Gabor Juhos 2009-10-07 11:36:57 +00:00
parent ca82f13970
commit 84e2f22465
1 changed files with 1 additions and 1 deletions

View 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)
{