patch-2.4.0-test6 linux/drivers/video/dn_cfb8.c

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

diff -u --recursive --new-file v2.4.0-test5/linux/drivers/video/dn_cfb8.c linux/drivers/video/dn_cfb8.c
@@ -108,8 +108,6 @@
 #define SWAP(A) ((A>>8) | ((A&0xff) <<8))
 
 
-void dn_video_setup(char *options, int *ints);
-
 /* frame buffer operations */
 
 static int dn_fb_get_fix(struct fb_fix_screeninfo *fix, int con, 
@@ -350,12 +348,6 @@
 	}
 
 	return ;
-
-}
-
-void dn_video_setup(char *options, int *ints) {
-	
-	return;
 
 }
 

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