Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217309
b: refs/heads/master
c: 375c324
h: refs/heads/master
i:
  217307: 86de322
v: v3
  • Loading branch information
Uwe Kleine-König authored and Tomi Valkeinen committed Oct 22, 2010
1 parent 420468c commit fb63daa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 87ba8288670c53f66ce41d8ce292c64674de821e
refs/heads/master: 375c324b7eff9218e14a63fdbfa36182f57ad37d
4 changes: 2 additions & 2 deletions trunk/arch/arm/plat-omap/fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ void omapfb_set_ctrl_platform_data(void *data)
omapfb_config.ctrl_platform_data = data;
}

static inline int omap_init_fb(void)
static int __init omap_init_fb(void)
{
const struct omap_lcd_config *conf;

Expand Down Expand Up @@ -381,7 +381,7 @@ void omapfb_set_platform_data(struct omapfb_platform_data *data)
omapfb_config = *data;
}

static inline int omap_init_fb(void)
static int __init omap_init_fb(void)
{
return platform_device_register(&omap_fb_device);
}
Expand Down

0 comments on commit fb63daa

Please sign in to comment.