mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
rk fb: compatible when 32bit system call used on 64bit kernel
Signed-off-by: hjc <hjc@rock-chips.com>
This commit is contained in:
@@ -2974,6 +2974,7 @@ static struct fb_ops fb_ops = {
|
||||
.fb_set_par = rk_fb_set_par,
|
||||
.fb_blank = rk_fb_blank,
|
||||
.fb_ioctl = rk_fb_ioctl,
|
||||
.fb_compat_ioctl = rk_fb_ioctl,
|
||||
.fb_pan_display = rk_fb_pan_display,
|
||||
.fb_read = rk_fb_read,
|
||||
.fb_write = rk_fb_write,
|
||||
|
||||
Reference in New Issue
Block a user