qmimodem: Update to the new LTE API

This commit is contained in:
Denis Kenzior 2018-03-12 09:37:12 -05:00
parent 4103f81846
commit 375aa5efbb
1 changed files with 2 additions and 1 deletions

View File

@ -212,7 +212,8 @@ error:
ofono_lte_register(lte);
}
static int qmimodem_lte_probe(struct ofono_lte *lte, void *data)
static int qmimodem_lte_probe(struct ofono_lte *lte,
unsigned int vendor, void *data)
{
struct qmi_device *device = data;
struct lte_data *ldd;