Skip to content

Commit

Permalink
clk_rv1108.c: Fix unused variable warning
Browse files Browse the repository at this point in the history
The variables gpll_init_cfg and apll_init_cfg are unused in this file,
remove them.

Cc: Simon Glass <[email protected]>
Cc: Philipp Tomsich <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
  • Loading branch information
trini committed Jun 23, 2017
1 parent d62b247 commit 872faf5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/clk/rockchip/clk_rv1108.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ enum {
"divisors on line " __stringify(__LINE__));

/* use interge mode*/
static const struct pll_div apll_init_cfg = PLL_DIVISORS(APLL_HZ, 1, 3, 1);
static const struct pll_div gpll_init_cfg = PLL_DIVISORS(GPLL_HZ, 2, 2, 1);

static inline int rv1108_pll_id(enum rk_clk_id clk_id)
{
int id = 0;
Expand Down

0 comments on commit 872faf5

Please sign in to comment.