[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080128221452.GL8767@does.not.exist>
Date: Tue, 29 Jan 2008 00:14:52 +0200
From: Adrian Bunk <bunk@...nel.org>
To: Ingo Molnar <mingo@...e.hu>
Cc: linux-kernel@...r.kernel.org
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@...nel.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists