net: phonet: mark header_ops as const

Signed-off-by: Lin Zhang <xiaolou4617@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Lin Zhang
2017-10-06 01:37:29 +08:00
committed by David S. Miller
parent a1d753d290
commit 64237470dd
2 changed files with 2 additions and 2 deletions

View File

@@ -10,5 +10,5 @@
#include <uapi/linux/if_phonet.h>
extern struct header_ops phonet_header_ops;
extern const struct header_ops phonet_header_ops;
#endif