ubloxmodem: Update to the new LTE API

This commit is contained in:
Denis Kenzior 2018-03-12 09:37:30 -05:00
parent 3c128f18af
commit 3e657c4e75
1 changed files with 2 additions and 1 deletions

View File

@ -91,7 +91,8 @@ static gboolean lte_delayed_register(gpointer user_data)
return FALSE;
}
static int ublox_lte_probe(struct ofono_lte *lte, void *data)
static int ublox_lte_probe(struct ofono_lte *lte,
unsigned int vendor, void *data)
{
GAtChat *chat = data;
struct lte_driver_data *ldd;