<<snip>>
> +static struct platform_driver omap_dmtimer_driver = {
> + .probe = omap_dm_timer_probe,
> + .remove = omap_dm_timer_remove,
> + .driver = {
> + .name = "omap-timer",
Comment from Benoit on omap devices name ( see [1] ):
"If possible, it will be better to use the "omap_" prefix in order to
start having some consitency in the omap devices name. "
[1] https://patchwork.kernel.org/patch/305082/
> + },
> +};
> +
<<snip>>
--
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