commit | 20ef0fc00566c670e39e35e7a6d6292f3bdac3d0 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Jun 16 13:06:28 2017 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri Jun 23 10:38:05 2017 -0400 |
tree | 7a8a15c707d28be4316cc3920c1dee4b22c705fd | |
parent | 1eba758e230d71bf6f5c6ce9dd0f995d2317feb4 [diff] |
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>