svga: Make svga_set_default_gfx_regs take an iomem regbase pointer.

Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
David Miller
2011-01-11 23:50:04 +00:00
committed by Paul Mundt
parent dc6aff3a5d
commit e2fade2c14
5 changed files with 17 additions and 17 deletions

View File

@@ -653,7 +653,7 @@ static int arkfb_set_par(struct fb_info *info)
svga_wcrt_mask(0x17, 0x00, 0x80);
/* Set default values */
svga_set_default_gfx_regs();
svga_set_default_gfx_regs(par->state.vgabase);
svga_set_default_atc_regs();
svga_set_default_seq_regs();
svga_set_default_crt_regs();