[AF_RXRPC]: constify function pointer tables
Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
18c0226e3c
commit
036c2e27bc
@@ -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
|
||||
|
Reference in New Issue
Block a user