Loading include/linux/if_phonet.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -10,5 +10,5 @@ #include <uapi/linux/if_phonet.h> #include <uapi/linux/if_phonet.h> extern struct header_ops phonet_header_ops; extern const struct header_ops phonet_header_ops; #endif #endif net/phonet/af_phonet.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -149,7 +149,7 @@ static int pn_header_parse(const struct sk_buff *skb, unsigned char *haddr) return 1; return 1; } } struct header_ops phonet_header_ops = { const struct header_ops phonet_header_ops = { .create = pn_header_create, .create = pn_header_create, .parse = pn_header_parse, .parse = pn_header_parse, }; }; Loading Loading
include/linux/if_phonet.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -10,5 +10,5 @@ #include <uapi/linux/if_phonet.h> #include <uapi/linux/if_phonet.h> extern struct header_ops phonet_header_ops; extern const struct header_ops phonet_header_ops; #endif #endif
net/phonet/af_phonet.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -149,7 +149,7 @@ static int pn_header_parse(const struct sk_buff *skb, unsigned char *haddr) return 1; return 1; } } struct header_ops phonet_header_ops = { const struct header_ops phonet_header_ops = { .create = pn_header_create, .create = pn_header_create, .parse = pn_header_parse, .parse = pn_header_parse, }; }; Loading