search for: gfb_info

Displaying 3 results from an estimated 3 matches for "gfb_info".

Did you mean: fb_info
2012 Nov 19
2
[PATCH 158/493] video: remove use of __devinit
...r = { }; -static int __devinit sstfb_init(void) +static int sstfb_init(void) { char *option = NULL; diff --git a/drivers/video/sunxvr1000.c b/drivers/video/sunxvr1000.c index cc9bf5f..9e86e3c 100644 --- a/drivers/video/sunxvr1000.c +++ b/drivers/video/sunxvr1000.c @@ -25,7 +25,7 @@ struct gfb_info { u32 pseudo_palette[16]; }; -static int __devinit gfb_get_props(struct gfb_info *gp) +static int gfb_get_props(struct gfb_info *gp) { gp->width = of_getintprop_default(gp->of_node, "width", 0); gp->height = of_getintprop_default(gp->of_node, "height", 0)...
2012 Nov 19
2
[PATCH 158/493] video: remove use of __devinit
...r = { }; -static int __devinit sstfb_init(void) +static int sstfb_init(void) { char *option = NULL; diff --git a/drivers/video/sunxvr1000.c b/drivers/video/sunxvr1000.c index cc9bf5f..9e86e3c 100644 --- a/drivers/video/sunxvr1000.c +++ b/drivers/video/sunxvr1000.c @@ -25,7 +25,7 @@ struct gfb_info { u32 pseudo_palette[16]; }; -static int __devinit gfb_get_props(struct gfb_info *gp) +static int gfb_get_props(struct gfb_info *gp) { gp->width = of_getintprop_default(gp->of_node, "width", 0); gp->height = of_getintprop_default(gp->of_node, "height", 0)...
2012 Nov 19
2
[PATCH 158/493] video: remove use of __devinit
...r = { }; -static int __devinit sstfb_init(void) +static int sstfb_init(void) { char *option = NULL; diff --git a/drivers/video/sunxvr1000.c b/drivers/video/sunxvr1000.c index cc9bf5f..9e86e3c 100644 --- a/drivers/video/sunxvr1000.c +++ b/drivers/video/sunxvr1000.c @@ -25,7 +25,7 @@ struct gfb_info { u32 pseudo_palette[16]; }; -static int __devinit gfb_get_props(struct gfb_info *gp) +static int gfb_get_props(struct gfb_info *gp) { gp->width = of_getintprop_default(gp->of_node, "width", 0); gp->height = of_getintprop_default(gp->of_node, "height", 0)...