This patch fixes a build error due to initialization from incompatible
pointer types between the arm_plugin_configure function and the function
pointer, configure, in the inputservice structure.
Signed-off-by: Wook Song <wook16.song@samsung.com>
* @note it's assumed that N4C has already acquired the lock of this input service
*/
static int
-arm_plugin_configure (inputservice *me, const submodel *m)
+arm_plugin_configure (inputservice *me, const submodel *m,
+ output_ready *cb, n40_data *data)
{
inputservice_priv *priv = GET_PRIVATE (me);