Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62840
b: refs/heads/master
c: 34ec6e7
h: refs/heads/master
v: v3
  • Loading branch information
Yoichi Yuasa authored and Ralf Baechle committed Jul 24, 2007
1 parent 49c986d commit 2c68b94
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 18 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: eeea55163dac3e891558253751fcbfa0815a2e1a
refs/heads/master: 34ec6e76a6354b04df3d2e94cd34d27af76a07bc
13 changes: 0 additions & 13 deletions trunk/arch/mips/jazz/reset.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
*/
#include <linux/jiffies.h>
#include <asm/jazz.h>
#include <asm/io.h>
#include <asm/system.h>
#include <asm/reboot.h>
#include <asm/delay.h>

#define KBD_STAT_IBF 0x02 /* Keyboard input buffer full */

Expand Down Expand Up @@ -58,12 +54,3 @@ void jazz_machine_restart(char *command)
jazz_write_output (0x00);
}
}

void jazz_machine_halt(void)
{
}

void jazz_machine_power_off(void)
{
/* Jazz machines don't have a software power switch */
}
4 changes: 0 additions & 4 deletions trunk/arch/mips/jazz/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
extern asmlinkage void jazz_handle_int(void);

extern void jazz_machine_restart(char *command);
extern void jazz_machine_halt(void);
extern void jazz_machine_power_off(void);

void __init plat_timer_setup(struct irqaction *irq)
{
Expand Down Expand Up @@ -95,8 +93,6 @@ void __init plat_mem_setup(void)
/* The RTC is outside the port address space */

_machine_restart = jazz_machine_restart;
_machine_halt = jazz_machine_halt;
pm_power_off = jazz_machine_power_off;

screen_info = (struct screen_info) {
0, 0, /* orig-x, orig-y */
Expand Down

0 comments on commit 2c68b94

Please sign in to comment.