* [PATCH] Remove unusued edac_reset_delay_period function
@ 2007-07-21 11:28 S.Çağlar Onur
0 siblings, 0 replies; only message in thread
From: S.Çağlar Onur @ 2007-07-21 11:28 UTC (permalink / raw)
To: dougthompson; +Cc: bluesmoke-devel, linux-kernel
Hi;
Following patch removes unused [1] edac_reset_delay_period function to silent
drivers/edac/edac_mc.c:334: warning: 'edac_reset_delay_period' defined but not used
compile warning.
[1]
caglar@zangetsu linux-2.6 $ grep edac_reset_delay_period * -r
drivers/edac/edac_mc.c: * edac_reset_delay_period
drivers/edac/edac_mc.c:static void edac_reset_delay_period(struct mem_ctl_info *mci, unsigned long value)
Signed-off-by: S.Çağlar Onur <caglar@pardus.org.tr>
drivers/edac/edac_mc.c | 17 -----------------
1 files changed, 0 insertions(+), 17 deletions(-)
diff --git a/drivers/edac/edac_mc.c b/drivers/edac/edac_mc.c
index 4471be3..c36a19a 100644
--- a/drivers/edac/edac_mc.c
+++ b/drivers/edac/edac_mc.c
@@ -327,23 +327,6 @@ static void edac_mc_workq_teardown(struct mem_ctl_info *mci)
}
}
-/*
- * edac_reset_delay_period
- */
-static void edac_reset_delay_period(struct mem_ctl_info *mci, unsigned long value)
-{
- /* cancel the current workq request */
- edac_mc_workq_teardown(mci);
-
- /* lock the list of devices for the new setup */
- mutex_lock(&mem_ctls_mutex);
-
- /* restart the workq request, with new delay value */
- edac_mc_workq_setup(mci, value);
-
- mutex_unlock(&mem_ctls_mutex);
-}
-
/* Return 0 on success, 1 on failure.
* Before calling this function, caller must
* assign a unique value to mci->mc_idx.
Cheers
--
S.Çağlar Onur <caglar@pardus.org.tr>
http://cekirdek.pardus.org.tr/~caglar/
Linux is like living in a teepee. No Windows, no Gates and an Apache in house!
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-07-21 11:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-21 11:28 [PATCH] Remove unusued edac_reset_delay_period function S.Çağlar Onur
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome