Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64483
b: refs/heads/master
c: dee3c75
h: refs/heads/master
i:
  64481: 02e3cee
  64479: 299b725
v: v3
  • Loading branch information
Yoichi Yuasa authored and Ralf Baechle committed Aug 27, 2007
1 parent e2619d4 commit 3798346
Show file tree
Hide file tree
Showing 3 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: 5d3fdeacee5d071a5c3d674231bf00cfa5d35a7a
refs/heads/master: dee3c75058485d55c8188a13d660d72188c5bcee
4 changes: 0 additions & 4 deletions trunk/arch/mips/sni/reset.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ void sni_machine_restart(char *command)
}
}

void sni_machine_halt(void)
{
}

void sni_machine_power_off(void)
{
*(volatile unsigned char *)PCIMT_CSWCSM = 0xfd;
Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/mips/sni/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
unsigned int sni_brd_type;

extern void sni_machine_restart(char *command);
extern void sni_machine_halt(void);
extern void sni_machine_power_off(void);

static void __init sni_display_setup(void)
Expand Down Expand Up @@ -87,7 +86,6 @@ void __init plat_mem_setup(void)
}

_machine_restart = sni_machine_restart;
_machine_halt = sni_machine_halt;
pm_power_off = sni_machine_power_off;

sni_display_setup();
Expand Down

0 comments on commit 3798346

Please sign in to comment.