Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 16749
b: refs/heads/master
c: b3a9624
h: refs/heads/master
i:
  16747: 6fff5b3
v: v3
  • Loading branch information
Russell King authored and Russell King committed Jan 4, 2006
1 parent 6522111 commit 4907c24
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 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: d7b4a75677f8f2a559b0c55a550b364e79a8d302
refs/heads/master: b3a962455b106a1677f91c754e5315753c3d44c3
18 changes: 0 additions & 18 deletions trunk/arch/arm/mach-sa1100/pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,30 +134,12 @@ unsigned long sleep_phys_sp(void *sp)
return virt_to_phys(sp);
}

/*
* Called after processes are frozen, but before we shut down devices.
*/
static int sa11x0_pm_prepare(suspend_state_t state)
{
return 0;
}

/*
* Called after devices are re-setup, but before processes are thawed.
*/
static int sa11x0_pm_finish(suspend_state_t state)
{
return 0;
}

/*
* Set to PM_DISK_FIRMWARE so we can quickly veto suspend-to-disk.
*/
static struct pm_ops sa11x0_pm_ops = {
.pm_disk_mode = PM_DISK_FIRMWARE,
.prepare = sa11x0_pm_prepare,
.enter = sa11x0_pm_enter,
.finish = sa11x0_pm_finish,
};

static int __init sa11x0_pm_init(void)
Expand Down

0 comments on commit 4907c24

Please sign in to comment.