diff options
author | Wolfgang Denk | 2013-10-04 17:43:26 +0200 |
---|---|---|
committer | Tom Rini | 2013-10-14 16:06:54 -0400 |
commit | 16641d52fc70f67aa083c5ebffc526ee8e46bf35 (patch) | |
tree | c154702fb8190f9c232934482369a3bdf5966d02 /board/siemens/rut/board.c | |
parent | d4c8aa9cb47b9db11c45a9d89d51c75e3cc887a7 (diff) |
Coding Style cleanup: drop some excessive empty lines
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/siemens/rut/board.c')
-rw-r--r-- | board/siemens/rut/board.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/board/siemens/rut/board.c b/board/siemens/rut/board.c index f2b04768179..5de8fc6cbf0 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" |