mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
svga: Make svga_wseq_multi 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:
parent
21da386d0e
commit
dc6aff3a5d
3 changed files with 6 additions and 6 deletions
|
@ -97,7 +97,7 @@ static inline int svga_primary_device(struct pci_dev *dev)
|
|||
|
||||
|
||||
void svga_wcrt_multi(void __iomem *regbase, const struct vga_regset *regset, u32 value);
|
||||
void svga_wseq_multi(const struct vga_regset *regset, u32 value);
|
||||
void svga_wseq_multi(void __iomem *regbase, const struct vga_regset *regset, u32 value);
|
||||
|
||||
void svga_set_default_gfx_regs(void);
|
||||
void svga_set_default_atc_regs(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue