Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113214
b: refs/heads/master
c: b3bc2c5
h: refs/heads/master
v: v3
  • Loading branch information
Haavard Skinnemoen committed Oct 8, 2008
1 parent bea0fbd commit 9f64136
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 520bab804e3fe4868890980a55fe785f1b8a55e5
refs/heads/master: b3bc2c5562f06ca34b30f61c5714e96490946c81
3 changes: 2 additions & 1 deletion trunk/arch/avr32/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <linux/module.h>
#include <linux/kallsyms.h>
#include <linux/fs.h>
#include <linux/pm.h>
#include <linux/ptrace.h>
#include <linux/reboot.h>
#include <linux/tick.h>
Expand All @@ -20,7 +21,7 @@

#include <mach/pm.h>

void (*pm_power_off)(void) = NULL;
void (*pm_power_off)(void);
EXPORT_SYMBOL(pm_power_off);

/*
Expand Down

0 comments on commit 9f64136

Please sign in to comment.