summaryrefslogtreecommitdiffstats
path: root/include/modem.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modem.h')
-rw-r--r--include/modem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modem.h b/include/modem.h
index f4843307..7f459956 100644
--- a/include/modem.h
+++ b/include/modem.h
@@ -56,7 +56,7 @@ struct ofono_modem_driver {
int (*probe)(struct ofono_modem *modem);
/* Destroy data structures allocated during probe and cleanup */
- int (*remove)(struct ofono_modem *modem);
+ void (*remove)(struct ofono_modem *modem);
/* Power up device */
int (*enable)(struct ofono_modem *modem);