diff options
Diffstat (limited to 'drivers/atmodem/sim.c')
-rw-r--r-- | drivers/atmodem/sim.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/atmodem/sim.c b/drivers/atmodem/sim.c index 8779ea71..0bfcec3f 100644 --- a/drivers/atmodem/sim.c +++ b/drivers/atmodem/sim.c @@ -451,9 +451,8 @@ static int at_sim_probe(struct ofono_sim *sim, unsigned int vendor, return 0; } -static int at_sim_remove(struct ofono_sim *sim) +static void at_sim_remove(struct ofono_sim *sim) { - return 0; } static struct ofono_sim_driver driver = { |