rk fb: compatible when 32bit system call used on 64bit kernel
authorhjc <hjc@rock-chips.com>
Thu, 25 Dec 2014 03:26:52 +0000 (11:26 +0800)
committerhjc <hjc@rock-chips.com>
Mon, 23 Mar 2015 07:22:31 +0000 (15:22 +0800)
Signed-off-by: hjc <hjc@rock-chips.com>
drivers/video/rockchip/rk_fb.c

index b9e15c4ebf6bb8ae7a93d54d6265777637d82477..3e0d3c1737d0fad01030b14a91112428faeb7bef 100755 (executable)
@@ -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,