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/xm250/xm250.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'board/xm250') diff --git a/board/xm250/xm250.c b/board/xm250/xm250.c index 528d323..56b1cd4 100644 --- a/board/xm250/xm250.c +++ b/board/xm250/xm250.c @@ -52,14 +52,6 @@ sleep (int i) int /**********************************************************/ -board_post_init (void) -/**********************************************************/ -{ - return (0); -} - -int -/**********************************************************/ board_init (void) /**********************************************************/ { -- cgit v1.1