diff options
author | Marek Vasut | 2011-11-26 11:17:32 +0100 |
---|---|---|
committer | Albert ARIBAUD | 2011-12-06 23:59:33 +0100 |
commit | 4438a45f4d6abd4b65998dd76528c4705b93b4b5 (patch) | |
tree | 644b6517fa8bc7199b074bc9784faea4bd5e7033 /board/palmtc | |
parent | 77b04c578c161840c9fd696ef66cf84f165838f8 (diff) |
PXA: Squash extern pxa_dram_init()
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Diffstat (limited to 'board/palmtc')
-rw-r--r-- | board/palmtc/palmtc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/palmtc/palmtc.c b/board/palmtc/palmtc.c index 25186aefa8c..414562bb855 100644 --- a/board/palmtc/palmtc.c +++ b/board/palmtc/palmtc.c @@ -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(); |