mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Third argument to the vi_mmap_t function is vm_paddr_t *.
MFC after: 3 days
This commit is contained in:
parent
5af3583731
commit
a001bdc71d
1 changed files with 1 additions and 1 deletions
|
|
@ -389,7 +389,7 @@ s3lfb_blank_display(video_adapter_t *adp, int mode)
|
|||
}
|
||||
|
||||
static int
|
||||
s3lfb_mmap(video_adapter_t *adp, vm_offset_t offset, vm_offset_t *paddr,
|
||||
s3lfb_mmap(video_adapter_t *adp, vm_offset_t offset, vm_paddr_t *paddr,
|
||||
int prot)
|
||||
{
|
||||
return (*prevvidsw->mmap)(adp, offset, paddr, prot);
|
||||
|
|
|
|||
Loading…
Reference in a new issue