X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fvideo%2Ftcx.c;h=fe4f63f3849d530b9511da463050bcb74cb174c2;hb=3d5271f9883cba7b54762bc4fe027d4172f06db7;hp=1986a8b3833cee1c6cef12a036263abdff7fc640;hpb=ad34ea2cc3845ef4dcd7d12fb0fa8484734bd672;p=mv-sheeva.git diff --git a/drivers/video/tcx.c b/drivers/video/tcx.c index 1986a8b3833..fe4f63f3849 100644 --- a/drivers/video/tcx.c +++ b/drivers/video/tcx.c @@ -52,7 +52,9 @@ static struct fb_ops tcx_ops = { .fb_imageblit = cfb_imageblit, .fb_mmap = tcx_mmap, .fb_ioctl = tcx_ioctl, - .fb_cursor = soft_cursor, +#ifdef CONFIG_COMPAT + .fb_compat_ioctl = sbusfb_compat_ioctl, +#endif }; /* THC definitions */