summaryrefslogtreecommitdiffstats
path: root/drivers/video/dn_cfb8.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-08-08 19:25:53 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-08-08 19:25:53 +0000
commit57445428488a2862840c4d7c96d7746c11031aaf (patch)
tree60b88b3a21896a33ee4dccc727d88b745a9ff731 /drivers/video/dn_cfb8.c
parent2e837819b1563679b55363d469239fdf4f17fbbb (diff)
Merge with Linu 2.4.0-test6-pre6.
Diffstat (limited to 'drivers/video/dn_cfb8.c')
-rw-r--r--drivers/video/dn_cfb8.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/video/dn_cfb8.c b/drivers/video/dn_cfb8.c
index fa2cb1e67..a654717b3 100644
--- a/drivers/video/dn_cfb8.c
+++ b/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,
@@ -353,12 +351,6 @@ static void dnfbcon_blank(int blank, struct fb_info *info) {
}
-void dn_video_setup(char *options, int *ints) {
-
- return;
-
-}
-
void dn_bitblt(struct display *p,int x_src,int y_src, int x_dest, int y_dest,
int x_count, int y_count) {