]> git.sur5r.net Git - u-boot/blobdiff - arch/blackfin/lib/clocks.c
Merge branch 'master' of git://git.denx.de/u-boot-tegra
[u-boot] / arch / blackfin / lib / clocks.c
index 97795e11ac993498d60848ecda562df08d625872..7ed56a72742759a3b7f8ac8b0f7683da586e2b49 100644 (file)
@@ -36,7 +36,10 @@ u_long get_vco(void)
 u_long get_cclk(void)
 {
        static u_long cached_cclk_pll_div, cached_cclk;
-       u_long div, csel, ssel;
+       u_long div, csel;
+#ifndef CGU_DIV
+       u_long ssel;
+#endif
 
        if (pll_is_bypassed())
                return CONFIG_CLKIN_HZ;