diff options
author | Olaf Hering <olh@suse.de> | 2006-03-22 02:00:05 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-03-22 22:40:04 -0500 |
commit | 3bea63136fd9b1398de77f76b7b9e3b28249ecca (patch) | |
tree | 443122ec33bdc8ff0a8b923667ab2a9ac17cdaaa /drivers/macintosh/via-pmu.c | |
parent | 2d0eee14b23f20c501a6c2536edf68f93c56edcd (diff) |
[PATCH] powerpc: make powerbook_sleep_grackle static
powerbook_sleep_grackle is only called inside via-pmu, from pmu_ioctl()
Signed-off-by: Olaf Hering <olh@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.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 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/macintosh/via-pmu.c b/drivers/macintosh/via-pmu.c index 4a478eb0e27d..8a8fffa339f0 100644 --- a/drivers/macintosh/via-pmu.c +++ b/drivers/macintosh/via-pmu.c | |||
@@ -2201,8 +2201,7 @@ pmac_wakeup_devices(void) | |||
2201 | #define GRACKLE_NAP (1<<4) | 2201 | #define GRACKLE_NAP (1<<4) |
2202 | #define GRACKLE_SLEEP (1<<3) | 2202 | #define GRACKLE_SLEEP (1<<3) |
2203 | 2203 | ||
2204 | int | 2204 | static int powerbook_sleep_grackle(void) |
2205 | powerbook_sleep_grackle(void) | ||
2206 | { | 2205 | { |
2207 | unsigned long save_l2cr; | 2206 | unsigned long save_l2cr; |
2208 | unsigned short pmcr1; | 2207 | unsigned short pmcr1; |