[2.6 patch] unexport touch_all_softlockup_watchdogs

From: Adrian Bunk
Date: Mon Jan 28 2008 - 17:21:40 EST


This patch removes the unused EXPORT_SYMBOL(touch_all_softlockup_watchdogs).

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxxx>

---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/