[AF_RXRPC]: constify function pointer tables
[firefly-linux-kernel-4.4.55.git] / net / rxrpc / ar-internal.h
index 58aaf892238ea56f52dbbaef34ea5039536a838e..1aaa2e804b0d118a78d6f94f4491b64a347f0bc5 100644 (file)
@@ -565,9 +565,9 @@ extern void __exit rxrpc_destroy_all_peers(void);
 /*
  * ar-proc.c
  */
-extern const char *rxrpc_call_states[];
-extern struct file_operations rxrpc_call_seq_fops;
-extern struct file_operations rxrpc_connection_seq_fops;
+extern const char *const rxrpc_call_states[];
+extern const struct file_operations rxrpc_call_seq_fops;
+extern const struct file_operations rxrpc_connection_seq_fops;
 
 /*
  * ar-recvmsg.c