[PATCH 2/2] ARM: remove all trivial init_machine callbacks

Arnd Bergmann arnd at arndb.de
Fri Apr 12 11:19:41 EDT 2013


On Friday 12 April 2013, Arnd Bergmann wrote:
> 
> -static void __init exynos4_dt_machine_init(void)
> -{
> -       of_platform_populate(NULL, of_default_bus_match_table,
> -                               exynos4_auxdata_lookup, NULL);
> -}
> -

This part was wrong, sorry. In the kernel I used as a base, we
actually still need exynos4_auxdata_lookup, so this patch actually
changes the behavior. In the for-next branch however, the auxdata
is gone.

	Arnd



More information about the linux-arm-kernel mailing list