]> Pileus Git - ~andy/linux/blobdiff - net/irda/irlmp.c
irda: irlmp_reasons[] can be static
[~andy/linux] / net / irda / irlmp.c
index 1064621da6f6c297ee7deaa439e9569d9f37cf73..98ad6ec4bd3cc40190f199151b9fb2f9348a9d07 100644 (file)
@@ -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",