From 3d9f3bfb7a33efe8e41e01b025563cd712c57d64 Mon Sep 17 00:00:00 2001 From: Jean-Christophe PLAGNIOL-VILLARD Date: Mon, 14 Jan 2008 19:20:08 +0100 Subject: ARM: remove useless function board_post_init Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- board/prodrive/pdnb3/pdnb3.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'board/prodrive') diff --git a/board/prodrive/pdnb3/pdnb3.c b/board/prodrive/pdnb3/pdnb3.c index a1a310a1c..3445a3abf 100644 --- a/board/prodrive/pdnb3/pdnb3.c +++ b/board/prodrive/pdnb3/pdnb3.c @@ -48,11 +48,6 @@ static unsigned long old_val = 0; /* * Miscelaneous platform dependent initialisations */ -int board_post_init(void) -{ - return (0); -} - int board_init(void) { /* arch number of PDNB3 */ -- cgit v1.2.3