Hi,

* Paul Walmsley <[email protected]> [110222 23:11]:
> --- a/arch/arm/mach-omap2/omap_hwmod.c
> +++ b/arch/arm/mach-omap2/omap_hwmod.c
> +int __init omap_hwmod_late_init_one(const char *oh_name)

How about the following naming changes to avoid confusion:

omap_hwmod_init                 -> omap_hwmod_register
omap_hwmod_late_init            -> omap_hwmod_init
omap_hwmod_late_init_one        -> omap_hwmod_init_one

This is because "late_init" gets actually called very early
during the boot.

Regards,

Tony
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to