On samedi 30 septembre 2017 17:39:36 EEST Lin Zhang wrote: > Signed-off-by: Lin Zhang <xiaolou4...@gmail.com> > --- > net/phonet/af_phonet.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/net/phonet/af_phonet.c b/net/phonet/af_phonet.c > index f925753..b12142e 100644 > --- a/net/phonet/af_phonet.c > +++ b/net/phonet/af_phonet.c > @@ -149,7 +149,7 @@ static int pn_header_parse(const struct sk_buff *skb, > unsigned char *haddr) return 1; > } > > -struct header_ops phonet_header_ops = { > +const struct header_ops phonet_header_ops = { > .create = pn_header_create, > .parse = pn_header_parse, > };
Acked-by: Rémi Denis-Courmont <r...@remlab.net> -- Rémi Denis-Courmont