]> err.no Git - linux-2.6/blobdiff - drivers/video/w100fb.c
[PATCH] fbdev: Add helper to get an appropriate initial mode
[linux-2.6] / drivers / video / w100fb.c
index 752bf88906a9de13b6578c8c0f2d989af87e795a..48e70f153c4b23857aea147451418547c431f87f 100644 (file)
@@ -25,7 +25,7 @@
 #include <linux/init.h>
 #include <linux/kernel.h>
 #include <linux/mm.h>
-#include <linux/device.h>
+#include <linux/platform_device.h>
 #include <linux/string.h>
 #include <linux/vmalloc.h>
 #include <asm/io.h>
@@ -397,7 +397,6 @@ static struct fb_ops w100fb_ops = {
        .fb_fillrect  = cfb_fillrect,
        .fb_copyarea  = cfb_copyarea,
        .fb_imageblit = cfb_imageblit,
-       .fb_cursor    = soft_cursor,
 };
 
 #ifdef CONFIG_PM