]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/video/radeonfb.c
[PATCH] atyfb: Remove dead code
[linux-2.6-omap-h63xx.git] / drivers / video / radeonfb.c
index a78b9bd8f89752c856d05e06dc4e74c25faecdad..db9fb9074dbcbfdb21846a55b2e1add84c9e4bbb 100644 (file)
@@ -1497,8 +1497,8 @@ static int radeonfb_pan_display (struct fb_var_screeninfo *var,
 }
 
 
-static int radeonfb_ioctl (struct inode *inode, struct file *file, unsigned int cmd,
-                           unsigned long arg, struct fb_info *info)
+static int radeonfb_ioctl (struct fb_info *info, unsigned int cmd,
+                           unsigned long arg)
 {
         struct radeonfb_info *rinfo = (struct radeonfb_info *) info;
        unsigned int tmp;
@@ -2218,7 +2218,6 @@ static struct fb_ops radeonfb_ops = {
        .fb_copyarea    = cfb_copyarea,
        .fb_imageblit   = cfb_imageblit,
 #endif
-       .fb_cursor      = soft_cursor,
 };