The changes made to security_initcall were accidentally applied to console_initcall, as well. Looking at upstream (https://android.googlesource.com/kernel/common/+/refs/heads/android-mainline/include/linux/init.h#323) it becomes clear this was a mistake. Revert the changes done to console_initcall. This fixes broken console initcalls after I05de00199bfef55238d4f6873f714d46196ea52c. Change-Id: I8e8340a24729a027f6a302ae855ae01a99150f22 Signed-off-by: bengris32 <bengris32@protonmail.ch>