With support for deferred probing, we can now relax driver registration for Marvell Orion GPIO driver from postcore_initcall() to normal platform_driver. Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@xxxxxxxxx> --- Changelog: v1->v2: - new patch Cc: barebox@xxxxxxxxxxxxxxxxxxx --- drivers/gpio/gpio-orion.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/drivers/gpio/gpio-orion.c b/drivers/gpio/gpio-orion.c index 855763ea665a..3deeac126f25 100644 --- a/drivers/gpio/gpio-orion.c +++ b/drivers/gpio/gpio-orion.c @@ -124,9 +124,4 @@ static struct driver_d orion_gpio_driver = { .probe = orion_gpio_probe, .of_compatible = DRV_OF_COMPAT(orion_gpio_dt_ids), }; - -static int orion_gpio_init(void) -{ - return platform_driver_register(&orion_gpio_driver); -} -postcore_initcall(orion_gpio_init); +device_platform_driver(orion_gpio_driver); -- 2.1.0 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox