diff options
author | Jan Engelhardt <jengelh@computergmbh.de> | 2008-01-30 21:55:45 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-31 22:27:18 -0500 |
commit | 036c2e27bc3a6498afb35de017d810194032d765 (patch) | |
tree | fc93e7b01fc0b44e7fc3ab46aadfb88476b5ac2d /net/rxrpc/ar-internal.h | |
parent | 18c0226e3c0a75b0f1d6828c118bcedf59d7ee99 (diff) |
[AF_RXRPC]: constify function pointer tables
Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/rxrpc/ar-internal.h')
-rw-r--r-- | net/rxrpc/ar-internal.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/rxrpc/ar-internal.h b/net/rxrpc/ar-internal.h index 58aaf892238e..1aaa2e804b0d 100644 --- a/net/rxrpc/ar-internal.h +++ b/net/rxrpc/ar-internal.h | |||
@@ -565,9 +565,9 @@ extern void __exit rxrpc_destroy_all_peers(void); | |||
565 | /* | 565 | /* |
566 | * ar-proc.c | 566 | * ar-proc.c |
567 | */ | 567 | */ |
568 | extern const char *rxrpc_call_states[]; | 568 | extern const char *const rxrpc_call_states[]; |
569 | extern struct file_operations rxrpc_call_seq_fops; | 569 | extern const struct file_operations rxrpc_call_seq_fops; |
570 | extern struct file_operations rxrpc_connection_seq_fops; | 570 | extern const struct file_operations rxrpc_connection_seq_fops; |
571 | 571 | ||
572 | /* | 572 | /* |
573 | * ar-recvmsg.c | 573 | * ar-recvmsg.c |