[-mm patch] make drivers/hwmon/applesmc.c:backlight_work static

From: Adrian Bunk
Date: Thu Apr 26 2007 - 19:47:36 EST


This patch makes the needlessly global "backlight_work" static.

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

---
--- 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/