aboutsummaryrefslogtreecommitdiff
path: root/arch/sparc
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2008-09-01 19:31:16 -0700
committerDavid S. Miller <davem@davemloft.net>2008-09-02 00:31:11 -0700
commitcdb3592a20b41377a28a0737dc9af95e53024470 (patch)
tree378d6001731b78e9c8bcb15d642dc34a18e887f7 /arch/sparc
parente822358ac24550d889895d5866797ae8c9b188c2 (diff)
sparc64: Move reboot handling into seperate file and kill power reg programming.
We should always use prom_power_off(). Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc')
-rw-r--r--arch/sparc/include/asm/reboot.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/sparc/include/asm/reboot.h b/arch/sparc/include/asm/reboot.h
deleted file mode 100644
index 3f3f43f5be5..00000000000
--- a/arch/sparc/include/asm/reboot.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef _SPARC64_REBOOT_H
-#define _SPARC64_REBOOT_H
-
-extern void machine_alt_power_off(void);
-
-#endif /* _SPARC64_REBOOT_H */