mirror of
https://github.com/ivoszbg/uniLoader.git
synced 2025-12-25 03:00:09 +00:00
Currently we are checking if the function returns nonzero. This is fine, however it adds a lot of bloat, for example the late_init initcall is practically never used and is only a stub function that returns zero. So - add a proper initcall macro to prepare for cleaning up unused stubs. Signed-off-by: Igor Belwon <igor.belwon@mentallysanemainliners.org>