Skip to content

Commit

Permalink
unexport pm_power_off_prepare
Browse files Browse the repository at this point in the history
This patch removes the unused EXPORT_SYMBOL(pm_power_off_prepare).

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Cc: "Rafael J. Wysocki" <rjw@sisk.pl>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
AdrianBunk authored and Linus Torvalds committed Oct 18, 2007
1 parent d5d8c59 commit c3d42d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kernel/sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ EXPORT_SYMBOL(cad_pid);
*/

void (*pm_power_off_prepare)(void);
EXPORT_SYMBOL(pm_power_off_prepare);

/*
* Notifier list for kernel code which wants to be called
Expand Down

0 comments on commit c3d42d7

Please sign in to comment.