Signed-off-by: Andrew Morton --- 25-power4-akpm/drivers/video/radeonfb.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/video/radeonfb.c~radeonfb-build-fix drivers/video/radeonfb.c --- 25-power4/drivers/video/radeonfb.c~radeonfb-build-fix 2005-01-19 20:02:07.850952864 -0800 +++ 25-power4-akpm/drivers/video/radeonfb.c 2005-01-19 20:02:22.862670736 -0800 @@ -814,7 +814,7 @@ static void radeon_get_pllinfo(struct ra if (radeon_read_OF(rinfo)) { unsigned int tmp, Nx, M, ref_div, xclk; - tmp = INPLL(X_MPLL_REF_FB_DIV); + tmp = INPLL(M_SPLL_REF_FB_DIV); ref_div = INPLL(PPLL_REF_DIV) & 0x3ff; Nx = (tmp & 0xff00) >> 8; _