summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--board/tb0229/flash.c1
-rw-r--r--board/tb0229/tb0229.c1
-rw-r--r--board/tb0229/vr4131-pci.c2
3 files changed, 2 insertions, 2 deletions
diff --git a/board/tb0229/flash.c b/board/tb0229/flash.c
index 75d7769b60..4cb5968241 100644
--- a/board/tb0229/flash.c
+++ b/board/tb0229/flash.c
@@ -24,7 +24,6 @@
*/
#include <common.h>
-#include <asm/ppc4xx.h>
#include <asm/processor.h>
flash_info_t flash_info[CONFIG_SYS_MAX_FLASH_BANKS]; /* info for FLASH chips */
diff --git a/board/tb0229/tb0229.c b/board/tb0229/tb0229.c
index d3f05b2738..8e374a17f7 100644
--- a/board/tb0229/tb0229.c
+++ b/board/tb0229/tb0229.c
@@ -11,6 +11,7 @@
#include <common.h>
#include <command.h>
+#include <netdev.h>
#include <asm/addrspace.h>
#include <asm/io.h>
#include <asm/reboot.h>
diff --git a/board/tb0229/vr4131-pci.c b/board/tb0229/vr4131-pci.c
index 6ff42937c8..e6fff9d4b9 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;
OpenPOWER on IntegriCloud