diff options
Diffstat (limited to 'drivers/atmodem/devinfo.c')
-rw-r--r-- | drivers/atmodem/devinfo.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/atmodem/devinfo.c b/drivers/atmodem/devinfo.c index 66a62353..97d969a4 100644 --- a/drivers/atmodem/devinfo.c +++ b/drivers/atmodem/devinfo.c @@ -200,9 +200,8 @@ static int at_devinfo_probe(struct ofono_devinfo *info, unsigned int vendor, return 0; } -static int at_devinfo_remove(struct ofono_devinfo *info) +static void at_devinfo_remove(struct ofono_devinfo *info) { - return 0; } static struct ofono_devinfo_driver driver = { |