summaryrefslogtreecommitdiffstats
path: root/board/siemens
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2013-10-04 17:43:26 +0200
committerTom Rini <trini@ti.com>2013-10-14 16:06:54 -0400
commit16641d52fc70f67aa083c5ebffc526ee8e46bf35 (patch)
treec154702fb8190f9c232934482369a3bdf5966d02 /board/siemens
parentd4c8aa9cb47b9db11c45a9d89d51c75e3cc887a7 (diff)
downloadblackbird-obmc-uboot-16641d52fc70f67aa083c5ebffc526ee8e46bf35.tar.gz
blackbird-obmc-uboot-16641d52fc70f67aa083c5ebffc526ee8e46bf35.zip
Coding Style cleanup: drop some excessive empty lines
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/siemens')
-rw-r--r--board/siemens/rut/board.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/board/siemens/rut/board.c b/board/siemens/rut/board.c
index f2b0476817..5de8fc6cbf 100644
--- a/board/siemens/rut/board.c
+++ b/board/siemens/rut/board.c
@@ -328,8 +328,6 @@ static int get_clk(struct dpll_regs *dpll_regs)
return f;
};
-
-
int clk_get(int clk)
{
return get_clk(&dpll_lcd_regs);
@@ -426,7 +424,5 @@ static int board_video_init(void)
return 0;
}
-
-
#endif /* ifdef CONFIG_VIDEO */
#include "../common/board.c"
OpenPOWER on IntegriCloud