On Mon, 2011-01-03 at 18:21 +0530, ext Guruswamy Senthilvadivu wrote: > From: Senthilvadivu Guruswamy <svadivu@xxxxxx> > > For hwmod adaptation, move init exit methods from core.c to its driver probe, > remove. pdev member has to be maintained by its own drivers. Replace printk > with dev_dbg for boot time optimization. Changing the printk to dev_dbg is a separate change. This is also done in the following patches. When moving code, never do any changes to the code being moved if not absolutely necessary. The version printks could be all put to one patch, which would change them for all components. Tomi -- 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