include: Make lte method const correct

This commit is contained in:
Denis Kenzior 2016-11-11 10:34:33 -06:00
parent ec7c109c9d
commit 71a870cd98
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ struct ofono_lte_driver {
int (*probe)(struct ofono_lte *lte, void *data);
void (*remove)(struct ofono_lte *lte);
int (*set_default_attach_info)(const struct ofono_lte *lte,
struct ofono_lte_default_attach_info *info,
const struct ofono_lte_default_attach_info *info,
ofono_lte_cb_t cb, void *data);
};