Skip to content

Commit

Permalink
[PATCH] m68knommu: need pm_power_off in m68knommu
Browse files Browse the repository at this point in the history
Need place holders for the power management power off and idle functions.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Greg Ungerer authored and Linus Torvalds committed Feb 8, 2006
1 parent a9cdffb commit 10c1f71
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/m68knommu/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@

asmlinkage void ret_from_fork(void);

/*
* The following aren't currently used.
*/
void (*pm_idle)(void);
EXPORT_SYMBOL(pm_idle);

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

/*
* The idle loop on an m68knommu..
Expand Down

0 comments on commit 10c1f71

Please sign in to comment.