Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287580
b: refs/heads/master
c: 27d8d3b
h: refs/heads/master
v: v3
  • Loading branch information
Russell King committed Feb 13, 2012
1 parent 2f550cc commit 4ae7d5b
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: a0bb10e86642064f6cec9e23f523127e5cfbe609
refs/heads/master: 27d8d3bf06c574b8bc88d1cf50ed3e3b2c40935b
8 changes: 4 additions & 4 deletions trunk/arch/arm/mach-omap2/mux.c
Original file line number Diff line number Diff line change
Expand Up @@ -1094,8 +1094,8 @@ static void omap_mux_init_package(struct omap_mux *superset,
omap_mux_package_init_balls(package_balls, superset);
}

static void omap_mux_init_signals(struct omap_mux_partition *partition,
struct omap_board_mux *board_mux)
static void __init omap_mux_init_signals(struct omap_mux_partition *partition,
struct omap_board_mux *board_mux)
{
omap_mux_set_cmdline_signals();
omap_mux_write_array(partition, board_mux);
Expand All @@ -1109,8 +1109,8 @@ static void omap_mux_init_package(struct omap_mux *superset,
{
}

static void omap_mux_init_signals(struct omap_mux_partition *partition,
struct omap_board_mux *board_mux)
static void __init omap_mux_init_signals(struct omap_mux_partition *partition,
struct omap_board_mux *board_mux)
{
}

Expand Down

0 comments on commit 4ae7d5b

Please sign in to comment.