small fbmem.c fix.

From: James Simmons
Date: Mon Feb 16 2004 - 23:39:33 EST



The platinum framebuffer is repeated twice. Removed one of them.


--- fbmem.c 2004-02-16 00:50:15.000000000 -0800
+++ fbmem.c.new 2004-02-16 04:42:15.000000000 -0800
@@ -107,8 +107,6 @@
extern int platinumfb_setup(char*);
extern int control_init(void);
extern int control_setup(char*);
-extern int platinum_init(void);
-extern int platinum_setup(char*);
extern int valkyriefb_init(void);
extern int valkyriefb_setup(char*);
extern int chips_init(void);
r

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/