patch-2.4.0-test6 linux/drivers/video/dn_cfb4.c
Next file: linux/drivers/video/dn_cfb8.c
Previous file: linux/drivers/video/cyberfb.c
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Sun Aug 6 11:25:46 2000
- Orig file:
v2.4.0-test5/linux/drivers/video/dn_cfb4.c
- Orig date:
Thu Jul 27 17:38:01 2000
diff -u --recursive --new-file v2.4.0-test5/linux/drivers/video/dn_cfb4.c linux/drivers/video/dn_cfb4.c
@@ -107,8 +107,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,
@@ -361,12 +359,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)