Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c3d42d75270e9c259b75f814ccad2a88ab310665
Commit:     c3d42d75270e9c259b75f814ccad2a88ab310665
Parent:     d5d8c5976d6adeddb8208c240460411e2198b393
Author:     Adrian Bunk <[EMAIL PROTECTED]>
AuthorDate: Thu Oct 18 03:04:47 2007 -0700
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Thu Oct 18 14:37:19 2007 -0700

    unexport pm_power_off_prepare
    
    This patch removes the unused EXPORT_SYMBOL(pm_power_off_prepare).
    
    Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
    Cc: "Rafael J. Wysocki" <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 kernel/sys.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/kernel/sys.c b/kernel/sys.c
index 8ae2e63..bc8879c 100644
--- a/kernel/sys.c
+++ b/kernel/sys.c
@@ -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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to