]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/siemens/rut/board.c
Coding Style cleanup: drop some excessive empty lines
[karo-tx-uboot.git] / board / siemens / rut / board.c
index f2b04768179533c2567212446e7057e4d0e03cfc..5de8fc6cbf06a1e6138f78f4850731e962a6059b 100644 (file)
@@ -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"