lkml.org 
[lkml]   [2007]   [Apr]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[-mm patch] make drivers/hwmon/applesmc.c:backlight_work static
    This patch makes the needlessly global "backlight_work" static.

    Signed-off-by: Adrian Bunk <bunk@stusta.de>

    ---
    --- linux-2.6.21-rc7-mm2/drivers/hwmon/applesmc.c.old 2007-04-27 00:34:45.000000000 +0200
    +++ linux-2.6.21-rc7-mm2/drivers/hwmon/applesmc.c 2007-04-27 00:34:57.000000000 +0200
    @@ -742,7 +742,7 @@
    applesmc_write_key(BACKLIGHT_KEY, buffer, 2);
    mutex_unlock(&applesmc_lock);
    }
    -DECLARE_WORK(backlight_work, &applesmc_backlight_set);
    +static DECLARE_WORK(backlight_work, &applesmc_backlight_set);

    static void applesmc_brightness_set(struct led_classdev *led_cdev,
    enum led_brightness value)
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2007-04-27 01:49    [W:3.717 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site