diff options
Diffstat (limited to 'drivers/ifxmodem/stk.c')
-rw-r--r-- | drivers/ifxmodem/stk.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ifxmodem/stk.c b/drivers/ifxmodem/stk.c index 6494c4da..1a1805c5 100644 --- a/drivers/ifxmodem/stk.c +++ b/drivers/ifxmodem/stk.c @@ -306,12 +306,12 @@ static struct ofono_stk_driver driver = { .terminal_response = ifx_stk_terminal_response, }; -void ifx_stk_init() +void ifx_stk_init(void) { ofono_stk_driver_register(&driver); } -void ifx_stk_exit() +void ifx_stk_exit(void) { ofono_stk_driver_unregister(&driver); } |