diff options
author | David Miller <davem@davemloft.net> | 2011-01-11 18:51:56 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-03-22 02:47:15 -0400 |
commit | 9c96394bb90f855d265116f37897294fa1bdb072 (patch) | |
tree | 32be68190d978f04b075a8036836edd9294b82b1 /drivers/video/vt8623fb.c | |
parent | 1d28fcadb0e277844ebffb528cdfd25d44591035 (diff) |
svga: Make svga_set_textmode_vga_regs() take an iomem regbase pointer.
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/video/vt8623fb.c')
-rw-r--r-- | drivers/video/vt8623fb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/vt8623fb.c b/drivers/video/vt8623fb.c index a2624a841ecc..e3bb7c5b1bd5 100644 --- a/drivers/video/vt8623fb.c +++ b/drivers/video/vt8623fb.c | |||
@@ -466,7 +466,7 @@ static int vt8623fb_set_par(struct fb_info *info) | |||
466 | switch (mode) { | 466 | switch (mode) { |
467 | case 0: | 467 | case 0: |
468 | pr_debug("fb%d: text mode\n", info->node); | 468 | pr_debug("fb%d: text mode\n", info->node); |
469 | svga_set_textmode_vga_regs(); | 469 | svga_set_textmode_vga_regs(par->state.vgabase); |
470 | svga_wseq_mask(par->state.vgabase, 0x15, 0x00, 0xFE); | 470 | svga_wseq_mask(par->state.vgabase, 0x15, 0x00, 0xFE); |
471 | svga_wcrt_mask(par->state.vgabase, 0x11, 0x60, 0x70); | 471 | svga_wcrt_mask(par->state.vgabase, 0x11, 0x60, 0x70); |
472 | break; | 472 | break; |