]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/palmtc/palmtc.c
PXA: Squash extern pxa_dram_init()
[karo-tx-uboot.git] / board / palmtc / palmtc.c
index 25186aefa8c1360014e5c3bf90b2e7fee2a85a0f..414562bb8555323942a71650a352ea303e2a9feb 100644 (file)
@@ -23,6 +23,7 @@
 #include <command.h>
 #include <serial.h>
 #include <asm/io.h>
+#include <asm/arch/pxa.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
@@ -55,7 +56,6 @@ struct serial_device *default_serial_console(void)
        return &serial_ffuart_device;
 }
 
-extern void pxa_dram_init(void);
 int dram_init(void)
 {
        pxa_dram_init();