Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19886
b: refs/heads/master
c: a3305a8
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Feb 7, 2006
1 parent f53b95b commit e7a3097
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a84c96e202c286c1d56fed4a81bd850017aa2c64
refs/heads/master: a3305a8835ed039363822523a3cac24e990083dc
6 changes: 0 additions & 6 deletions trunk/arch/mips/kernel/reset.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
#include <linux/reboot.h>
#include <asm/reboot.h>

void (*pm_power_off)(void);
EXPORT_SYMBOL(pm_power_off);

/*
* Urgs ... Too many MIPS machines to handle this in a generic way.
* So handle all using function pointers to machine specific
Expand All @@ -36,9 +33,6 @@ void machine_halt(void)

void machine_power_off(void)
{
if (pm_power_off)
pm_power_off();

_machine_power_off();
}

0 comments on commit e7a3097

Please sign in to comment.