LINKER_LOAD_FILE() will call linker_load_dependencies() which would
return EEXIST in case the module has been already compiled into the
kernel. Since we now recognize the module class then there is no need
to retry loading with a different linker, otherwise userland will get
a misleading error ENOEXEC.
PR: 274936
MFC after: 2 weeks