summaryrefslogtreecommitdiffstats
path: root/include/net/irda/ircomm_tty_attach.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_tty_attach.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_tty_attach.h')
-rw-r--r--include/net/irda/ircomm_tty_attach.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/irda/ircomm_tty_attach.h b/include/net/irda/ircomm_tty_attach.h
index f91a5695aa44..0a63bbb972d7 100644
--- a/include/net/irda/ircomm_tty_attach.h
+++ b/include/net/irda/ircomm_tty_attach.h
@@ -66,8 +66,8 @@ struct ircomm_tty_info {
__u8 dlsap_sel;
};
-extern char *ircomm_state[];
-extern char *ircomm_tty_state[];
+extern const char *const ircomm_state[];
+extern const char *const ircomm_tty_state[];
int ircomm_tty_do_event(struct ircomm_tty_cb *self, IRCOMM_TTY_EVENT event,
struct sk_buff *skb, struct ircomm_tty_info *info);