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

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

diff -u --recursive --new-file v2.4.0-test4/linux/drivers/video/vga16fb.c linux/drivers/video/vga16fb.c
@@ -673,13 +673,6 @@
 	return 0;
 }
 
-static int vga16fb_ioctl(struct inode *inode, struct file *file,
-		       unsigned int cmd, unsigned long arg, int con,
-		       struct fb_info *info)
-{
-	return -EINVAL;
-}
-
 static struct fb_ops vga16fb_ops = {
 	owner:		THIS_MODULE,
 	fb_get_fix:	vga16fb_get_fix,
@@ -688,7 +681,6 @@
 	fb_get_cmap:	vga16fb_get_cmap,
 	fb_set_cmap:	vga16fb_set_cmap,
 	fb_pan_display:	vga16fb_pan_display,
-	fb_ioctl:	vga16fb_ioctl,
 };
 
 int vga16fb_setup(char *options)

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