On Tuesday 21 October 2008, Jarkko Lavinen wrote: > > + setup_timer(&host->clk_timer, omap_hsmmc_clk_timer, > + (unsigned long) host); > + How about init_timer_deferrable()? There should be a setup_timer_deferrable(), but unless you want to add that yourself (and merge via LKML) you'll have to set clk_timer->function and clk_timer->data "by hand". -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html