]> git.ipfire.org Git - people/ms/u-boot.git/commit
clk_rv1108.c: Fix unused variable warning
authorTom Rini <trini@konsulko.com>
Fri, 16 Jun 2017 17:06:28 +0000 (13:06 -0400)
committerTom Rini <trini@konsulko.com>
Fri, 23 Jun 2017 14:38:05 +0000 (10:38 -0400)
commit872faf5d1382a265be42ecaaa84abce5907811ea
tree7a8a15c707d28be4316cc3920c1dee4b22c705fd
parentd62b247d299cb80df4b51534e923762e5a8ec576
clk_rv1108.c: Fix unused variable warning

The variables gpll_init_cfg and apll_init_cfg are unused in this file,
remove them.

Cc: Simon Glass <sjg@chromium.org>
Cc: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/clk/rockchip/clk_rv1108.c