* Laurent Epinat <laurent.epinat@xxxxxxxxxxxxxxx> [100602 13:03]: > Hello all > > > How can I call omap_mux_init_signal() > from external driver compiled as module ? > > cause the function is not in the standard path include files > and is not exported You can't that's the whole idea :) Instead, please do the muxing in the board-*.c file for all the pins, or for the device when you initialize the platform data. The muxing of pins is board specific, and doing it in the board-*.c files allows us to free the memory for the unused pin data. Note that you can also mux using the kernel cmdline if you have something non-standard connected to your board pins. Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html