aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/irda
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2010-09-13 18:24:01 +0000
committerDavid S. Miller <davem@davemloft.net>2010-09-14 20:22:05 -0700
commit55b1804c678e679e1018671bd40b583eab124689 (patch)
tree6bf100ba8bca953b5ccd2c05773f442ea748a8fb /include/net/irda
parentdrivers/net/wireless: Use static const char * const where possible (diff)
downloadlinux-dev-55b1804c678e679e1018671bd40b583eab124689.tar.xz
linux-dev-55b1804c678e679e1018671bd40b583eab124689.zip
net/irda: Use static const char * const where possible
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/irda')
-rw-r--r--include/net/irda/irlan_event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/irda/irlan_event.h b/include/net/irda/irlan_event.h
index 6d9539f05806..018b5a77e610 100644
--- a/include/net/irda/irlan_event.h
+++ b/include/net/irda/irlan_event.h
@@ -67,7 +67,7 @@ typedef enum {
IRLAN_WATCHDOG_TIMEOUT,
} IRLAN_EVENT;
-extern char *irlan_state[];
+extern const char * const irlan_state[];
void irlan_do_client_event(struct irlan_cb *self, IRLAN_EVENT event,
struct sk_buff *skb);