From 133b94245c54bb2d8832bfb15975b931bc00d914 Mon Sep 17 00:00:00 2001 From: Wu Fengguang Date: Fri, 19 Apr 2013 17:10:45 +0000 Subject: irda: irlmp_reasons[] can be static Signed-off-by: Fengguang Wu Acked-by: Dan Carpenter Signed-off-by: David S. Miller diff --git a/net/irda/irlmp.c b/net/irda/irlmp.c index 1064621..98ad6ec 100644 --- a/net/irda/irlmp.c +++ b/net/irda/irlmp.c @@ -58,7 +58,7 @@ int sysctl_discovery_slots = 6; /* 6 slots by default */ int sysctl_lap_keepalive_time = LM_IDLE_TIMEOUT * 1000 / HZ; char sysctl_devname[65]; -const char *irlmp_reasons[] = { +static const char *irlmp_reasons[] = { "ERROR, NOT USED", "LM_USER_REQUEST", "LM_LAP_DISCONNECT", -- cgit v0.10.2