From 5fb5da794514e5ea6d0062d4158b87e789ae39dc Mon Sep 17 00:00:00 2001 From: Daniel Schwierzeck Date: Sun, 11 Dec 2011 06:39:37 +0000 Subject: MIPS: tb0229: fix compile errors This board breaks MAKEALL -a mips due to compile errors. This patch fixes only the parts causing the errors to get MAKEALL working. Signed-off-by: Daniel Schwierzeck --- board/tb0229/vr4131-pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/tb0229/vr4131-pci.c') diff --git a/board/tb0229/vr4131-pci.c b/board/tb0229/vr4131-pci.c index 6ff42937c80..e6fff9d4b9b 100644 --- a/board/tb0229/vr4131-pci.c +++ b/board/tb0229/vr4131-pci.c @@ -184,7 +184,7 @@ static int vr4131_pci_write_config_dword (u32 hose, u32 dev, u32 reg, u32 val) * Initialize VR4131 PCIU */ -vr4131_pciu_init () +static void vr4131_pciu_init(void) { /* PCI clock */ *VR4131_PCICLKSELREG = 0x00000002; -- cgit v1.2.3