From 09fee8e8677a6265e89144ccc163bf00e321769e Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Sun, 22 Feb 2009 01:19:52 +0100 Subject: Coding Style cleanup; update CHANGELOG Signed-off-by: Wolfgang Denk --- board/davedenx/qong/qong.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'board/davedenx/qong/qong.c') diff --git a/board/davedenx/qong/qong.c b/board/davedenx/qong/qong.c index 13b369938f..b801150036 100644 --- a/board/davedenx/qong/qong.c +++ b/board/davedenx/qong/qong.c @@ -21,7 +21,6 @@ * MA 02111-1307 USA */ - #include #include #include @@ -165,4 +164,3 @@ int board_eth_init(bd_t *bis) return 0; #endif } - -- cgit