summaryrefslogtreecommitdiffstats
path: root/include/net/irda/irlmp_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/irlmp_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/irlmp_event.h')
-rw-r--r--include/net/irda/irlmp_event.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/irda/irlmp_event.h b/include/net/irda/irlmp_event.h
index e03ae4ae3963..9e4ec17a7449 100644
--- a/include/net/irda/irlmp_event.h
+++ b/include/net/irda/irlmp_event.h
@@ -79,8 +79,8 @@ typedef enum {
LM_LAP_IDLE_TIMEOUT,
} IRLMP_EVENT;
-extern const char *irlmp_state[];
-extern const char *irlsap_state[];
+extern const char *const irlmp_state[];
+extern const char *const irlsap_state[];
void irlmp_watchdog_timer_expired(void *data);
void irlmp_discovery_timer_expired(void *data);