commit | 4438a45f4d6abd4b65998dd76528c4705b93b4b5 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut@gmail.com> | Sat Nov 26 11:17:32 2011 +0100 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Tue Dec 06 23:59:33 2011 +0100 |
tree | 644b6517fa8bc7199b074bc9784faea4bd5e7033 | |
parent | 77b04c578c161840c9fd696ef66cf84f165838f8 [diff] [blame] |
PXA: Squash extern pxa_dram_init() Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
diff --git a/board/pxa255_idp/pxa_idp.c b/board/pxa255_idp/pxa_idp.c index 804d09c..7b975f6 100644 --- a/board/pxa255_idp/pxa_idp.c +++ b/board/pxa255_idp/pxa_idp.c
@@ -34,6 +34,7 @@ #include <netdev.h> #include <command.h> #include <asm/io.h> +#include <asm/arch/pxa.h> DECLARE_GLOBAL_DATA_PTR; @@ -83,7 +84,6 @@ return 0; } -extern void pxa_dram_init(void); int dram_init(void) { pxa_dram_init();