Commit 96a1c173 authored by Bhumika Goyal's avatar Bhumika Goyal Committed by Marcel Holtmann

ieee802154: 6lowpan: make header_ops const

Make this const as it is only stored as a reference in a const field of
a net_device structure.
Signed-off-by: default avatarBhumika Goyal <bhumirks@gmail.com>
Acked-by: default avatarStefan Schmidt <stefan@osg.samsung.com>
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent f00c2987
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
static int open_count; static int open_count;
static struct header_ops lowpan_header_ops = { static const struct header_ops lowpan_header_ops = {
.create = lowpan_header_create, .create = lowpan_header_create,
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment