rk fb: compatible when 32bit system call used on 64bit kernel

Signed-off-by: hjc <hjc@rock-chips.com>
This commit is contained in:
hjc
2014-12-25 11:26:52 +08:00
parent ff4cb4ac6f
commit ead4b8ec5d

View File

@@ -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,