From 9caa606bcc350389d31ac51b7728729aa52603ed Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 1 Sep 2009 22:27:08 -0500 Subject: Make remove functions not return anything --- include/modem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/modem.h') 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); -- cgit v1.2.3