summaryrefslogtreecommitdiffstats
path: root/include/net/irda/ircomm_event.h
diff options
context:
space:
mode:
authorJan Engelhardt2009-08-05 19:42:58 +0200
committerDavid S. Miller2009-08-05 19:42:58 +0200
commit36cbd3dcc10384f813ec0814255f576c84f2bcd4 (patch)
treec3579edea972519d2f9ae99d7da9a5dd56e6f5c1 /include/net/irda/ircomm_event.h
parentxfrm6: Fix xfrm6_policy.c build when SYSCTL disabled. (diff)
downloadkernel-qcow2-linux-36cbd3dcc10384f813ec0814255f576c84f2bcd4.tar.gz
kernel-qcow2-linux-36cbd3dcc10384f813ec0814255f576c84f2bcd4.tar.xz
kernel-qcow2-linux-36cbd3dcc10384f813ec0814255f576c84f2bcd4.zip
net: mark read-only arrays as const
String literals are constant, and usually, we can also tag the array of pointers const too, moving it to the .rodata section. Signed-off-by: Jan Engelhardt <jengelh@medozas.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/irda/ircomm_event.h')
-rw-r--r--include/net/irda/ircomm_event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/irda/ircomm_event.h b/include/net/irda/ircomm_event.h
index c290447872d1..bc0c6f31f1c6 100644
--- a/include/net/irda/ircomm_event.h
+++ b/include/net/irda/ircomm_event.h
@@ -74,7 +74,7 @@ struct ircomm_info {
struct qos_info *qos;
};
-extern char *ircomm_state[];
+extern const char *const ircomm_state[];
struct ircomm_cb; /* Forward decl. */