summaryrefslogtreecommitdiffstats
path: root/include/modem.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-09-01 22:27:08 -0500
committerDenis Kenzior <denkenz@gmail.com>2009-09-01 22:27:08 -0500
commit9caa606bcc350389d31ac51b7728729aa52603ed (patch)
tree9e3d9413d83b0f24c9b78e1ee84550dbe72cfc67 /include/modem.h
parent422df0edfb321b0905ca85b02b31cb9c824a6d9d (diff)
downloadofono-9caa606bcc350389d31ac51b7728729aa52603ed.tar.bz2
Make remove functions not return anything
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);