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

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

diff -u --recursive --new-file v2.4.0-test4/linux/drivers/video/hpfb.c linux/drivers/video/hpfb.c
@@ -225,13 +225,6 @@
 	writeb(fb_bitmask, fb_regs + WMOVE);
 }
 
-static int hpfb_ioctl(struct inode *inode, struct file *file, 
-		       unsigned int cmd, unsigned long arg, int con,
-		       struct fb_info *info)
-{
-	return -EINVAL;
-}
-
 static int hpfb_switch(int con, struct fb_info *info)
 {
 	do_fb_set_var(&fb_display[con].var,1);
@@ -279,7 +272,6 @@
 	fb_set_var:	hpfb_set_var,
 	fb_get_cmap:	hpfb_get_cmap,
 	fb_set_cmap:	hpfb_set_cmap,
-	fb_ioctl:	hpfb_ioctl,
 };
 
 #define TOPCAT_FBOMSB	0x5d

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