]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
[PARISC] Move pm_power_off export to process.c
authorKyle McMartin <kyle@parisc-linux.org>
Sat, 14 Jan 2006 05:05:21 +0000 (22:05 -0700)
committerKyle McMartin <kyle@duet.int.mcmartin.ca>
Mon, 23 Jan 2006 01:26:46 +0000 (20:26 -0500)
Move the EXPORT_SYMBOL() of pm_power_off from parisc_ksyms.c to the
location of its definition in process.c

Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
arch/parisc/kernel/parisc_ksyms.c
arch/parisc/kernel/process.c

index f40a777dd388cc4d8b713e39299dba9c034ab7c2..1d00c365f2b157985861c7ec703b4556321d88d3 100644 (file)
@@ -48,9 +48,6 @@ EXPORT_SYMBOL(strrchr);
 EXPORT_SYMBOL(strstr);
 EXPORT_SYMBOL(strpbrk);
 
-#include <linux/pm.h>
-EXPORT_SYMBOL(pm_power_off);
-
 #include <asm/atomic.h>
 EXPORT_SYMBOL(__xchg8);
 EXPORT_SYMBOL(__xchg32);
index f46259e2fab546e26b1e4ddc0bb1f9a88be2b223..997ab542da8d95b4144600217044307f83bf7d01 100644 (file)
@@ -60,6 +60,7 @@ static int hlt_counter __read_mostly;
  * Power off function, if any
  */ 
 void (*pm_power_off)(void);
+EXPORT_SYMBOL(pm_power_off);
 
 void disable_hlt(void)
 {