ARM: omap4: Pass core and wakeup mux tables to omap4_mux_init
[deliverable/linux.git] / arch / arm / mach-omap2 / board-4430sdp.c
index 56983e80b4df33164680dc351b0072cebebcdacc..9ea26947eb0536829d506f5437c6503557c3da73 100644 (file)
@@ -729,7 +729,7 @@ static void __init omap_4430sdp_init(void)
 
        if (omap_rev() == OMAP4430_REV_ES1_0)
                package = OMAP_PACKAGE_CBL;
-       omap4_mux_init(board_mux, package);
+       omap4_mux_init(board_mux, NULL, package);
 
        omap_board_config = sdp4430_config;
        omap_board_config_size = ARRAY_SIZE(sdp4430_config);
This page took 0.027734 seconds and 5 git commands to generate.