X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fvideo%2Fp9100.c;h=18bcda23d2cf7b7a2a9d39ae03b87b4cad91799f;hb=f1b8c63ef404367c60dc9b4f68dec33cae3c707b;hp=b76a5a9a125be4dde6d77959e780aed6fa664391;hpb=fbbb0bd1f6eb2d8b28d246a4821453bdc3d01b2f;p=linux-2.6 diff --git a/drivers/video/p9100.c b/drivers/video/p9100.c index b76a5a9a12..18bcda23d2 100644 --- a/drivers/video/p9100.c +++ b/drivers/video/p9100.c @@ -48,7 +48,9 @@ static struct fb_ops p9100_ops = { .fb_imageblit = cfb_imageblit, .fb_mmap = p9100_mmap, .fb_ioctl = p9100_ioctl, - .fb_cursor = soft_cursor, +#ifdef CONFIG_COMPAT + .fb_compat_ioctl = sbusfb_compat_ioctl, +#endif }; /* P9100 control registers */