Hi Geert, On Wednesday, January 25, 2017, Geert Uytterhoeven wrote: > > So I realized that in order to use builtin_platform, I can't have any > > of the functions in __init because the build system has no idea that I > > never plan on removing or probing again after boot. But, even if I > > take out all the __init from my code, I'm still calling > > clocksource_mmio_init which is __init so I can never escape the "Section > mismatch". > > For single-probe drivers, you can use builtin_platform_driver_probe(). Thank you for the info. Chris