]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/video/pmag-ba-fb.c
[PATCH] USB: free allocated memory on io_edgeport startup memory failure
[linux-2.6-omap-h63xx.git] / drivers / video / pmag-ba-fb.c
index c98f1c8d7dc27b6127fc430ceea517772b1de11d..f5361cd8ccce1359cd706d0e081a873b77235955 100644 (file)
@@ -30,7 +30,6 @@
 #include <linux/module.h>
 #include <linux/types.h>
 
-#include <asm/bug.h>
 #include <asm/io.h>
 #include <asm/system.h>
 
@@ -128,7 +127,6 @@ static struct fb_ops pmagbafb_ops = {
        .fb_fillrect    = cfb_fillrect,
        .fb_copyarea    = cfb_copyarea,
        .fb_imageblit   = cfb_imageblit,
-       .fb_cursor      = soft_cursor,
 };