]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/leds.h
Merge branch 'sched/new-API-sched_setscheduler' of git://git.kernel.org/pub/scm/linux...
[linux-2.6-omap-h63xx.git] / include / linux / leds.h
index ff1570f97045f74f24388b38a35023d165277159..519df72e939d30a4355747aa4cea1140b5c3bef9 100644 (file)
@@ -35,6 +35,7 @@ struct led_classdev {
 #define LED_SUSPENDED          (1 << 0)
 
        /* Set LED brightness level */
+       /* Must not sleep, use a workqueue if needed */
        void            (*brightness_set)(struct led_classdev *led_cdev,
                                          enum led_brightness brightness);
        /* Get LED brightness level */