diff --git a/[refs] b/[refs] index cd832f03dade..185090a407b0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e49575f46cdb40014e14789a18e637f8fb917317 +refs/heads/master: 781a54e7664cc0089287a90d27086e9656ac68a1 diff --git a/trunk/include/linux/leds.h b/trunk/include/linux/leds.h index 519df72e939d..e7a5e89932fe 100644 --- a/trunk/include/linux/leds.h +++ b/trunk/include/linux/leds.h @@ -48,7 +48,7 @@ struct led_classdev { struct device *dev; struct list_head node; /* LED Device list */ - char *default_trigger; /* Trigger to use */ + const char *default_trigger; /* Trigger to use */ #ifdef CONFIG_LEDS_TRIGGERS /* Protects the trigger data below */