diff options
| author | Aleksandr Rybalko <ray@FreeBSD.org> | 2014-01-20 23:36:16 +0000 |
|---|---|---|
| committer | Aleksandr Rybalko <ray@FreeBSD.org> | 2014-01-20 23:36:16 +0000 |
| commit | 5beb07abdda80d685bbf919733f086a1db15ae0b (patch) | |
| tree | c5cab56c63439441a476df2638dd57c20213a854 /sys/dev/vt | |
| parent | 4a5edead12dc1310cc221d185121c58e1fffb6d2 (diff) | |
Notes
Diffstat (limited to 'sys/dev/vt')
| -rw-r--r-- | sys/dev/vt/hw/fb/vt_fb.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/vt/hw/fb/vt_fb.c b/sys/dev/vt/hw/fb/vt_fb.c index 261d72b05076..2f0ffcb5727b 100644 --- a/sys/dev/vt/hw/fb/vt_fb.c +++ b/sys/dev/vt/hw/fb/vt_fb.c @@ -69,8 +69,9 @@ vt_fb_ioctl(struct vt_device *vd, u_long cmd, caddr_t data, struct thread *td) return (info->fb_ioctl(info->fb_cdev, cmd, data, 0, td)); } -static int vt_fb_mmap(struct vt_device *vd, vm_ooffset_t offset, - vm_paddr_t *paddr, int prot, vm_memattr_t *memattr) +static int +vt_fb_mmap(struct vt_device *vd, vm_ooffset_t offset, vm_paddr_t *paddr, + int prot, vm_memattr_t *memattr) { struct fb_info *info; |
