net: mark read-only arrays as const
[deliverable/linux.git] / include / net / irda / irlmp_event.h
index e03ae4ae3963fa112606e8f372fa0a4083e40bbb..9e4ec17a74497266af494aaf6f3ba351d27ee040 100644 (file)
@@ -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);
This page took 0.038338 seconds and 5 git commands to generate.