[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070426234725.GD3468@stusta.de>
Date: Fri, 27 Apr 2007 01:47:25 +0200
From: Adrian Bunk <bunk@...sta.de>
To: Andrew Morton <akpm@...ux-foundation.org>,
Nicolas Boichat <nicolas@...chat.ch>,
Jean Delvare <khali@...ux-fr.org>
Cc: linux-kernel@...r.kernel.org
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@...sta.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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists