The patch titled Remove unusued edac_reset_delay_period function has been removed from the -mm tree. Its filename was remove-unusued-edac_reset_delay_period-function.patch This patch was dropped because an updated version will be merged ------------------------------------------------------ Subject: Remove unusued edac_reset_delay_period function From: <caglar@xxxxxxxxxxxxx> drivers/edac/edac_mc.c:334: warning: 'edac_reset_delay_period' defined but not used Signed-off-by: <caglar@xxxxxxxxxxxxx> Cc: Doug Thompson <norsk5@xxxxxxxxx> Cc: Douglas Thompson <dougthompson@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/edac/edac_mc.c | 17 ----------------- 1 files changed, 17 deletions(-) diff -puN drivers/edac/edac_mc.c~remove-unusued-edac_reset_delay_period-function drivers/edac/edac_mc.c --- a/drivers/edac/edac_mc.c~remove-unusued-edac_reset_delay_period-function +++ a/drivers/edac/edac_mc.c @@ -327,23 +327,6 @@ static void edac_mc_workq_teardown(struc } } -/* - * 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. _ Patches currently in -mm which might be from caglar@xxxxxxxxxxxxx are nikon-d50-is-an-unusual-device.patch remove-unusued-edac_reset_delay_period-function.patch drivers-char-hpetc-integer-constant-is-too-large-for-long-type.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html