diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2007-05-08 01:08:00 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-05-08 11:54:19 +1000 |
commit | f596575e81999c0faf01a2fd340bc96dda058f80 (patch) | |
tree | 792af13970c576875df2f54077ef98a284c0a0e1 /drivers/macintosh/via-pmu.c | |
parent | 0108d3fe3c44f01de224f39347b95f6a94181687 (diff) | |
download | talos-op-linux-f596575e81999c0faf01a2fd340bc96dda058f80.tar.gz talos-op-linux-f596575e81999c0faf01a2fd340bc96dda058f80.zip |
[POWERPC] via-pmu: remove LED sleep notifier
The generic LED code now makes sure that suspended devices don't blink,
so we no longer need to do it ourselves. For the suspend to disk case,
however, we need to make sure that we don't blink if the PMU sysdev
was suspended before the LED device.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'drivers/macintosh/via-pmu.c')
-rw-r--r-- | drivers/macintosh/via-pmu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/macintosh/via-pmu.c b/drivers/macintosh/via-pmu.c index 0707624dfad3..157080b3b468 100644 --- a/drivers/macintosh/via-pmu.c +++ b/drivers/macintosh/via-pmu.c @@ -2759,7 +2759,7 @@ pmu_polled_request(struct adb_request *req) #if defined(CONFIG_PM) && defined(CONFIG_PPC32) -static int pmu_sys_suspended; +int pmu_sys_suspended; static int pmu_sys_suspend(struct sys_device *sysdev, pm_message_t state) { |