summaryrefslogtreecommitdiffstats
path: root/include/linux/svga.h
diff options
context:
space:
mode:
authorDavid Miller2011-01-12 00:52:25 +0100
committerPaul Mundt2011-03-22 07:47:22 +0100
commit38d2620ea40c2f9a5f17d6488bf004973570279c (patch)
tree7eb90cb12bf9264c87d9b4daeb2ec197da8b2f9f /include/linux/svga.h
parentsvga: Make svga_tilecursor() take an iomem regbase pointer. (diff)
downloadkernel-qcow2-linux-38d2620ea40c2f9a5f17d6488bf004973570279c.tar.gz
kernel-qcow2-linux-38d2620ea40c2f9a5f17d6488bf004973570279c.tar.xz
kernel-qcow2-linux-38d2620ea40c2f9a5f17d6488bf004973570279c.zip
svga: Make svga_set_timings() 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 'include/linux/svga.h')
-rw-r--r--include/linux/svga.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/svga.h b/include/linux/svga.h
index 87879500f75b..bfa68e837d6a 100644
--- a/include/linux/svga.h
+++ b/include/linux/svga.h
@@ -116,7 +116,7 @@ void svga_get_caps(struct fb_info *info, struct fb_blit_caps *caps,
int svga_compute_pll(const struct svga_pll *pll, u32 f_wanted, u16 *m, u16 *n, u16 *r, int node);
int svga_check_timings(const struct svga_timing_regs *tm, struct fb_var_screeninfo *var, int node);
-void svga_set_timings(const struct svga_timing_regs *tm, struct fb_var_screeninfo *var, u32 hmul, u32 hdiv, u32 vmul, u32 vdiv, u32 hborder, int node);
+void svga_set_timings(void __iomem *regbase, const struct svga_timing_regs *tm, struct fb_var_screeninfo *var, u32 hmul, u32 hdiv, u32 vmul, u32 vdiv, u32 hborder, int node);
int svga_match_format(const struct svga_fb_format *frm, struct fb_var_screeninfo *var, struct fb_fix_screeninfo *fix);