Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231098
b: refs/heads/master
c: 0ce3bb7
h: refs/heads/master
v: v3
  • Loading branch information
Nishanth Menon authored and Tony Lindgren committed Jan 7, 2011
1 parent d9203c7 commit 767ef81
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: bcb52693a49994f435fad5f8d4277fbb125f3452
refs/heads/master: 0ce3bb7208b5bf7de2d869a881372b60cc37362c
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-omap2/board-zoom-peripherals.c
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ static struct platform_device omap_vwlan_device = {
},
};

struct wl12xx_platform_data omap_zoom_wlan_data __initdata = {
static struct wl12xx_platform_data omap_zoom_wlan_data __initdata = {
.irq = OMAP_GPIO_IRQ(OMAP_ZOOM_WLAN_IRQ_GPIO),
/* ZOOM ref clock is 26 MHz */
.board_ref_clock = 1,
Expand Down Expand Up @@ -242,7 +242,7 @@ static int zoom_twl_gpio_setup(struct device *dev,
}

/* EXTMUTE callback function */
void zoom2_set_hs_extmute(int mute)
static void zoom2_set_hs_extmute(int mute)
{
gpio_set_value(ZOOM2_HEADSET_EXTMUTE_GPIO, mute);
}
Expand Down

0 comments on commit 767ef81

Please sign in to comment.