summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2016-11-11 10:34:33 -0600
committerDenis Kenzior <denkenz@gmail.com>2016-11-11 10:34:33 -0600
commit71a870cd98d616b5b99a4998f8a8781756047387 (patch)
treeb21b4984bb7b8d3019e9503b94053d730a6a7a77 /include
parentec7c109c9d318d6db0a1219f24a514cd3c982422 (diff)
downloadofono-71a870cd98d616b5b99a4998f8a8781756047387.tar.gz
include: Make lte method const correct
Diffstat (limited to 'include')
-rw-r--r--include/lte.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lte.h b/include/lte.h
index f4377988..26558f63 100644
--- a/include/lte.h
+++ b/include/lte.h
@@ -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);
};