patch-2.4.0-test5 linux/drivers/video/acornfb.c

Next file: linux/drivers/video/aty128fb.c
Previous file: linux/drivers/video/S3triofb.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test4/linux/drivers/video/acornfb.c linux/drivers/video/acornfb.c
@@ -1111,13 +1111,6 @@
 	return 0;
 }
 
-static int
-acornfb_ioctl(struct inode *ino, struct file *file, unsigned int cmd,
-	      unsigned long arg, int con, struct fb_info *info)
-{
-	return -ENOIOCTLCMD;
-}
-
 static struct fb_ops acornfb_ops = {
 	owner:		THIS_MODULE,
 	fb_get_fix:	acornfb_get_fix,
@@ -1126,7 +1119,6 @@
 	fb_get_cmap:	acornfb_get_cmap,
 	fb_set_cmap:	acornfb_set_cmap,
 	fb_pan_display:	acornfb_pan_display,
-	fb_ioctl:	acornfb_ioctl,
 };
 
 static int

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)