lkml.org 
[lkml]   [2008]   [Jan]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[2.6 patch] unexport touch_all_softlockup_watchdogs
This patch removes the unused EXPORT_SYMBOL(touch_all_softlockup_watchdogs).

Signed-off-by: Adrian Bunk <bunk@kernel.org>

---
788c6505d48f13a2b6d3f7313599dad12ec869fe
diff --git a/kernel/softlockup.c b/kernel/softlockup.c
index c1d7655..6616250 100644
--- a/kernel/softlockup.c
+++ b/kernel/softlockup.c
@@ -65,7 +65,6 @@ void touch_all_softlockup_watchdogs(void)
for_each_online_cpu(cpu)
per_cpu(touch_timestamp, cpu) = 0;
}
-EXPORT_SYMBOL(touch_all_softlockup_watchdogs);

/*
* This callback runs from the timer interrupt, and checks


\
 
 \ /
  Last update: 2008-01-28 23:23    [W:0.035 / U:0.056 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site