diff options
Diffstat (limited to 'board/siemens')
-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 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" |