Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294327
b: refs/heads/master
c: 6651b0e
h: refs/heads/master
i:
  294325: 101d8b5
  294323: 4f0194b
  294319: a0ff11a
v: v3
  • Loading branch information
Tomi Valkeinen committed Feb 23, 2012
1 parent f10449e commit bd82097
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 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: 58e0d6ab02eb90e67720ef1c20ab606749a9ef29
refs/heads/master: 6651b0ea9202541091f6c23ec8715122ea8cc1b0
5 changes: 0 additions & 5 deletions trunk/arch/arm/plat-omap/fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,11 +175,6 @@ void __init omapfb_reserve_sdram_memblock(void)
reserved);
}

void omapfb_set_ctrl_platform_data(void *data)
{
omapfb_config.ctrl_platform_data = data;
}

static int __init omap_init_fb(void)
{
const struct omap_lcd_config *conf;
Expand Down
2 changes: 0 additions & 2 deletions trunk/include/linux/omapfb.h
Original file line number Diff line number Diff line change
Expand Up @@ -250,12 +250,10 @@ struct omapfb_mem_desc {
struct omapfb_platform_data {
struct omap_lcd_config lcd;
struct omapfb_mem_desc mem_desc;
void *ctrl_platform_data;
};

/* in arch/arm/plat-omap/fb.c */
extern void omapfb_set_platform_data(struct omapfb_platform_data *data);
extern void omapfb_set_ctrl_platform_data(void *pdata);
extern void omapfb_reserve_sdram_memblock(void);

#endif
Expand Down

0 comments on commit bd82097

Please sign in to comment.