|
@@ -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);
|
|
@@ -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)
|
|
|
{
|
|
|
}
|
|
|
|