Commit 5258ce56 authored by Greg Ungerer's avatar Greg Ungerer Committed by Linus Torvalds

[PATCH] m68knommu: add init points for Dragonball frame buffer driver

Create init points for the Motorola Dragonball 68x328 frame
buffer driver.

Patch from Georges Menie <georges@menie.org>
parent 7a283490
......@@ -170,6 +170,8 @@ extern int leo_init(void);
extern int leo_setup(char*);
extern int kyrofb_init(void);
extern int kyrofb_setup(char*);
extern int mc68x328fb_init(void);
extern int mc68x328fb_setup(char *);
static struct {
const char *name;
......@@ -380,6 +382,9 @@ static struct {
#ifdef CONFIG_FB_KYRO
{ "kyrofb", kyrofb_init, kyrofb_setup },
#endif
#ifdef CONFIG_FB_68328
{ "68328fb", mc68x328fb_init, mc68x328fb_setup },
#endif
/*
* Generic drivers that don't use resource management (yet)
......
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