From 16641d52fc70f67aa083c5ebffc526ee8e46bf35 Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Fri, 4 Oct 2013 17:43:26 +0200 Subject: Coding Style cleanup: drop some excessive empty lines Signed-off-by: Wolfgang Denk --- board/siemens/rut/board.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'board/siemens') diff --git a/board/siemens/rut/board.c b/board/siemens/rut/board.c index f2b0476..5de8fc6 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" -- cgit v1.1