summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/ar-internal.h
diff options
context:
space:
mode:
authorJan Engelhardt2008-01-31 03:55:45 +0100
committerDavid S. Miller2008-02-01 04:27:18 +0100
commit036c2e27bc3a6498afb35de017d810194032d765 (patch)
treefc93e7b01fc0b44e7fc3ab46aadfb88476b5ac2d /net/rxrpc/ar-internal.h
parent[BNX2]: Update version to 1.7.3. (diff)
downloadkernel-qcow2-linux-036c2e27bc3a6498afb35de017d810194032d765.tar.gz
kernel-qcow2-linux-036c2e27bc3a6498afb35de017d810194032d765.tar.xz
kernel-qcow2-linux-036c2e27bc3a6498afb35de017d810194032d765.zip
[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.h6
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);
/*
* 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