diff options
| author | James Simmons <jsimmons@infradead.org> | 2004-02-16 05:13:22 -0800 |
|---|---|---|
| committer | James Simmons <jsimmons@infradead.org> | 2004-02-16 05:13:22 -0800 |
| commit | c5910d7f9b18eed54d412df1cd44c677fd37162b (patch) | |
| tree | df6b93561987754c5dab55f5c4507afd307f97fe | |
| parent | 9dc49036c973b0aefd0225201573f377cd378476 (diff) | |
[PATCH] small fbmem.c fix
The platinum framebuffer is repeated twice. Removed one of them.
| -rw-r--r-- | drivers/video/fbmem.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/video/fbmem.c b/drivers/video/fbmem.c index ce5d053ca63d..ee8ed1b980ed 100644 --- a/drivers/video/fbmem.c +++ b/drivers/video/fbmem.c @@ -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); |
