[PATCH] atyfb: Possible cleanups
[sfrench/cifs-2.6.git] / drivers / video / aty / mach64_ct.c
index e7056934c6a831c06620fd6ea1a45d1b689c3ead..5080816be653de4802a523d364ef720d394d0808 100644 (file)
@@ -27,7 +27,7 @@ u8 aty_ld_pll_ct(int offset, const struct atyfb_par *par)
        return res;
 }
 
-void aty_st_pll_ct(int offset, u8 val, const struct atyfb_par *par)
+static void aty_st_pll_ct(int offset, u8 val, const struct atyfb_par *par)
 {
        /* write addr byte */
        aty_st_8(CLOCK_CNTL_ADDR, ((offset << 2) & PLL_ADDR) | PLL_WR_EN, par);