]> err.no Git - linux-2.6/blobdiff - drivers/video/tgafb.c
[S390] xpram off by one error.
[linux-2.6] / drivers / video / tgafb.c
index 9d9d2009ad8caa3af457d263afa5c8717227016a..94fde625a6c070b61a96b786720e4c3be2ac060e 100644 (file)
@@ -17,7 +17,6 @@
 #include <linux/errno.h>
 #include <linux/string.h>
 #include <linux/mm.h>
-#include <linux/tty.h>
 #include <linux/slab.h>
 #include <linux/delay.h>
 #include <linux/init.h>
@@ -26,7 +25,6 @@
 #include <linux/selection.h>
 #include <asm/io.h>
 #include <video/tgafb.h>
-#include <linux/selection.h>
 
 /*
  * Local functions.
@@ -63,7 +61,6 @@ static struct fb_ops tgafb_ops = {
        .fb_fillrect            = tgafb_fillrect,
        .fb_copyarea            = tgafb_copyarea,
        .fb_imageblit           = tgafb_imageblit,
-       .fb_cursor              = soft_cursor,
 };