]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/video/radeonfb.c
[NETFILTER] Remove nf_conntrack stat proc file when cleaning up
[linux-2.6-omap-h63xx.git] / drivers / video / radeonfb.c
index c46387024b1d55717f4a8deaf5cd71dd71179a70..600318f708f294e2aafd4e2c04aa9767778735b8 100644 (file)
@@ -80,7 +80,7 @@
 #include <video/radeon.h>
 #include <linux/radeonfb.h>
 
-#define DEBUG  1
+#define DEBUG  0
 
 #if DEBUG
 #define RTRACE         printk
@@ -2218,7 +2218,6 @@ static struct fb_ops radeonfb_ops = {
        .fb_copyarea    = cfb_copyarea,
        .fb_imageblit   = cfb_imageblit,
 #endif
-       .fb_cursor      = soft_cursor,
 };