aboutsummaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2009-02-22 01:19:52 +0100
committerWolfgang Denk <wd@denx.de>2009-02-22 01:19:52 +0100
commit09fee8e8677a6265e89144ccc163bf00e321769e (patch)
tree24600dd4423297517f53d59c460b2fcca11b1d12 /board
parent1dcb50afbb63a439320a985380a0af2dca079d1e (diff)
Coding Style cleanup; update CHANGELOG
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board')
-rw-r--r--board/davedenx/qong/qong.c2
-rw-r--r--board/davedenx/qong/qong_fpga.h1
2 files changed, 0 insertions, 3 deletions
diff --git a/board/davedenx/qong/qong.c b/board/davedenx/qong/qong.c
index 13b369938..b80115003 100644
--- a/board/davedenx/qong/qong.c
+++ b/board/davedenx/qong/qong.c
@@ -21,7 +21,6 @@
* MA 02111-1307 USA
*/
-
#include <common.h>
#include <netdev.h>
#include <asm/arch/mx31.h>
@@ -165,4 +164,3 @@ int board_eth_init(bd_t *bis)
return 0;
#endif
}
-
diff --git a/board/davedenx/qong/qong_fpga.h b/board/davedenx/qong/qong_fpga.h
index b1cb08ade..e8042b131 100644
--- a/board/davedenx/qong/qong_fpga.h
+++ b/board/davedenx/qong/qong_fpga.h
@@ -38,4 +38,3 @@
#endif
#endif /* QONG_FPGA_H */
-