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

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

diff -u --recursive --new-file v2.4.0-test4/linux/drivers/video/hgafb.c linux/drivers/video/hgafb.c
@@ -514,21 +514,6 @@
 }
 
     
-	/*
-	 *  Frame Buffer Specific ioctls
-	 */
-
-int hga_ioctl(struct inode *inode, struct file *file, unsigned int cmd,
-              unsigned long arg, int con, struct fb_info *info)
-{
-	CHKINFO(-EINVAL);
-	DPRINTK("hga_ioctl: con:%d\n", con);
-	return -EINVAL;
-}
-
-
-	
-	
 static struct fb_ops hgafb_ops = {
 	owner:		THIS_MODULE,
 	fb_get_fix:	hga_get_fix,
@@ -537,7 +522,6 @@
 	fb_get_cmap:	hga_get_cmap,
 	fb_set_cmap:	hga_set_cmap,
 	fb_pan_display:	hga_pan_display,
-	fb_ioctl:	hga_ioctl,
 };
 		
 

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