Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303147
b: refs/heads/master
c: def1dbb
h: refs/heads/master
i:
  303145: 4230049
  303143: 12b25ed
v: v3
  • Loading branch information
Tomi Valkeinen authored and Tony Lindgren committed May 9, 2012
1 parent bbac310 commit 1f5c746
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 256a4bd79632413b691fc7bc6c1dadf92494bb01
refs/heads/master: def1dbbd588b5590436990cb3a480e164fc1e20f
8 changes: 4 additions & 4 deletions trunk/arch/arm/mach-omap2/board-omap4panda.c
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ static struct platform_device omap_vwlan_device = {
},
};

struct wl12xx_platform_data omap_panda_wlan_data __initdata = {
static struct wl12xx_platform_data omap_panda_wlan_data __initdata = {
/* PANDA ref clock is 38.4 MHz */
.board_ref_clock = 2,
};
Expand Down Expand Up @@ -389,7 +389,7 @@ static struct panel_dvi_platform_data omap4_dvi_panel = {
.i2c_bus_num = 3,
};

struct omap_dss_device omap4_panda_dvi_device = {
static struct omap_dss_device omap4_panda_dvi_device = {
.type = OMAP_DISPLAY_TYPE_DPI,
.name = "dvi",
.driver_name = "dvi",
Expand All @@ -399,7 +399,7 @@ struct omap_dss_device omap4_panda_dvi_device = {
.channel = OMAP_DSS_CHANNEL_LCD2,
};

int __init omap4_panda_dvi_init(void)
static int __init omap4_panda_dvi_init(void)
{
int r;

Expand Down Expand Up @@ -460,7 +460,7 @@ static struct omap_dss_board_info omap4_panda_dss_data = {
.default_device = &omap4_panda_dvi_device,
};

void __init omap4_panda_display_init(void)
static void __init omap4_panda_display_init(void)
{
int r;

Expand Down

0 comments on commit 1f5c746

Please sign in to comment.