atmodem: Update to the new lte API

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

View File

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