Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42782
b: refs/heads/master
c: 4cf3034
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle authored and Linus Torvalds committed Dec 7, 2006
1 parent 15913f8 commit e38da79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 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: 49033c81845f1bd2a69e53485f20d55a0e7bace5
refs/heads/master: 4cf303487d5dddaace2daca8437c555f3f0bc1aa
4 changes: 0 additions & 4 deletions trunk/arch/sh/kernel/sh_ksyms.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,6 @@ EXPORT_SYMBOL(__down_trylock);
EXPORT_SYMBOL(synchronize_irq);
#endif

#ifdef CONFIG_PM
EXPORT_SYMBOL(pm_suspend);
#endif

EXPORT_SYMBOL(csum_partial);
#ifdef CONFIG_IPV6
EXPORT_SYMBOL(csum_ipv6_magic);
Expand Down
3 changes: 2 additions & 1 deletion trunk/kernel/power/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*
*/

#include <linux/module.h>
#include <linux/suspend.h>
#include <linux/kobject.h>
#include <linux/string.h>
Expand Down Expand Up @@ -230,7 +231,7 @@ int pm_suspend(suspend_state_t state)
return -EINVAL;
}


EXPORT_SYMBOL(pm_suspend);

decl_subsys(power,NULL,NULL);

Expand Down

0 comments on commit e38da79

Please sign in to comment.