Commit c5910d7f authored by James Simmons's avatar James Simmons

[PATCH] small fbmem.c fix

The platinum framebuffer is repeated twice. Removed one of them.
parent 9dc49036
......@@ -107,8 +107,6 @@ extern int platinumfb_init(void);
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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment