diff options
Diffstat (limited to 'drivers/atmodem/call-forwarding.c')
-rw-r--r-- | drivers/atmodem/call-forwarding.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/atmodem/call-forwarding.c b/drivers/atmodem/call-forwarding.c index 7fb5fb1f..0277caab 100644 --- a/drivers/atmodem/call-forwarding.c +++ b/drivers/atmodem/call-forwarding.c @@ -273,9 +273,8 @@ static int at_ccfc_probe(struct ofono_call_forwarding *cf, unsigned int vendor, return 0; } -static int at_ccfc_remove(struct ofono_call_forwarding *cf) +static void at_ccfc_remove(struct ofono_call_forwarding *cf) { - return 0; } static struct ofono_call_forwarding_driver driver = { |