Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123680
b: refs/heads/master
c: a0361a8
h: refs/heads/master
v: v3
  • Loading branch information
Robert Jarzmik authored and Eric Miao committed Dec 2, 2008
1 parent 4ff28f2 commit 9045e72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 8e7ccddf0fd22617a3edc28ab2ce2fac0fb94823
refs/heads/master: a0361a8afeaa07274e21907e4488eedceb12e3d6
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-pxa/mioa701.c
Original file line number Diff line number Diff line change
Expand Up @@ -898,13 +898,13 @@ static void mioa701_machine_exit(void);
static void mioa701_poweroff(void)
{
mioa701_machine_exit();
gpio_set_value(GPIO18_POWEROFF, 1);
arm_machine_restart('s');
}

static void mioa701_restart(char c)
{
mioa701_machine_exit();
arm_machine_restart(c);
arm_machine_restart('s');
}

struct gpio_ress global_gpios[] = {
Expand Down

0 comments on commit 9045e72

Please sign in to comment.