Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@

static int open_count;

static struct header_ops lowpan_header_ops = {
static const struct header_ops lowpan_header_ops = {
	.create	= lowpan_header_create,
};