ARM: remove useless function board_post_init
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Mon, 14 Jan 2008 18:20:08 +0000 (19:20 +0100)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Fri, 18 Jan 2008 00:00:02 +0000 (01:00 +0100)
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
board/ixdp425/ixdp425.c
board/prodrive/pdnb3/pdnb3.c
board/xm250/xm250.c

index 2a33d6d..e0d7637 100644 (file)
@@ -38,11 +38,6 @@ DECLARE_GLOBAL_DATA_PTR;
 /*
  * Miscelaneous platform dependent initialisations
  */
-int board_post_init (void)
-{
-       return (0);
-}
-
 int board_init (void)
 {
        /* arch number of IXDP */
index a1a310a..3445a3a 100644 (file)
@@ -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 */
index 528d323..56b1cd4 100644 (file)
@@ -50,14 +50,6 @@ sleep (int i)
  * Miscelaneous platform dependent initialisations
  */
 
-int
-/**********************************************************/
-board_post_init (void)
-/**********************************************************/
-{
-       return (0);
-}
-
 int
 /**********************************************************/
 board_init (void)