diff options
author | David S. Miller <davem@davemloft.net> | 2008-09-02 04:31:16 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-09-02 09:31:11 +0200 |
commit | cdb3592a20b41377a28a0737dc9af95e53024470 (patch) | |
tree | 378d6001731b78e9c8bcb15d642dc34a18e887f7 /arch/sparc | |
parent | sparc64: Pass proper parent device down into root pci_create_bus() call. (diff) | |
download | linux-cdb3592a20b41377a28a0737dc9af95e53024470.tar.xz linux-cdb3592a20b41377a28a0737dc9af95e53024470.zip |
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.h | 6 |
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 3f3f43f5be5e..000000000000 --- 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 */ |