diff options
Diffstat (limited to 'include/ssn.h')
-rw-r--r-- | include/ssn.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ssn.h b/include/ssn.h index c5e428c5..dc7f320d 100644 --- a/include/ssn.h +++ b/include/ssn.h @@ -33,7 +33,7 @@ struct ofono_ssn; struct ofono_ssn_driver { const char *name; int (*probe)(struct ofono_ssn *ssn, unsigned int vendor, void *data); - int (*remove)(struct ofono_ssn *ssn); + void (*remove)(struct ofono_ssn *ssn); }; /* SSN notifications (CSSI and CSSU). */ |