]> err.no Git - linux-2.6/blobdiff - drivers/video/q40fb.c
[PATCH] fbdev: Remove software clipping from drawing functions
[linux-2.6] / drivers / video / q40fb.c
index 162012bb9264edd2bb58af8b4d9b609e4b940697..bfc41f2c902a2d93576b3a86f051b927a4e692bd 100644 (file)
@@ -18,6 +18,7 @@
 #include <linux/slab.h>
 #include <linux/delay.h>
 #include <linux/interrupt.h>
+#include <linux/platform_device.h>
 
 #include <asm/uaccess.h>
 #include <asm/setup.h>
@@ -83,7 +84,6 @@ static struct fb_ops q40fb_ops = {
        .fb_fillrect    = cfb_fillrect,
        .fb_copyarea    = cfb_copyarea,
        .fb_imageblit   = cfb_imageblit,
-       .fb_cursor      = soft_cursor,
 };
 
 static int __init q40fb_probe(struct device *device)