# git rev-parse -q --verify d888c83fcec75194a8a48ccd283953bdba7b2550^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/linus master # git rev-parse -q --verify d888c83fcec75194a8a48ccd283953bdba7b2550^{commit} d888c83fcec75194a8a48ccd283953bdba7b2550 # git checkout -q -f -B kisskb d888c83fcec75194a8a48ccd283953bdba7b2550 # git clean -qxdf # < git log -1 # commit d888c83fcec75194a8a48ccd283953bdba7b2550 # Author: Linus Torvalds # Date: Tue Mar 29 23:29:18 2022 -0700 # # fs: fix fd table size alignment properly # # Jason Donenfeld reports that my commit 1c24a186398f ("fs: fd tables have # to be multiples of BITS_PER_LONG") doesn't work, and the reason is an # embarrassing brown-paper-bag bug. # # Yes, we want to align the number of fds to BITS_PER_LONG, and yes, the # reason they might not be aligned is because the incoming 'max_fd' # argument might not be aligned. # # But aligining the argument - while simple - will cause a "infinitely # big" maxfd (eg NR_OPEN_MAX) to just overflow to zero. Which most # definitely isn't what we want either. # # The obvious fix was always just to do the alignment last, but I had # moved it earlier just to make the patch smaller and the code look # simpler. Duh. It certainly made _me_ look simple. # # Fixes: 1c24a186398f ("fs: fd tables have to be multiples of BITS_PER_LONG") # Reported-and-tested-by: Jason A. Donenfeld # Cc: Fedor Pchelkin # Cc: Alexey Khoroshilov # Cc: Christian Brauner # Signed-off-by: Linus Torvalds # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 d888c83fcec75194a8a48ccd283953bdba7b2550 # < make -s -j 8 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- randconfig # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # Added to kconfig CONFIG_CC_STACKPROTECTOR_STRONG=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_GCC_PLUGIN_CYC_COMPLEXITY=n # Added to kconfig CONFIG_GCC_PLUGIN_SANCOV=n # Added to kconfig CONFIG_GCC_PLUGIN_LATENT_ENTROPY=n # Added to kconfig CONFIG_BPF_PRELOAD=n # Added to kconfig # < make -s -j 8 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- help # make -s -j 8 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- olddefconfig .config:5424:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:5429:warning: override: reassigning to symbol GCC_PLUGIN_LATENT_ENTROPY # make -s -j 8 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- arch/x86/crypto/camellia-x86_64.prelink.o: warning: objtool: camellia_setkey_skcipher()+0x0: data relocation to !ENDBR: camellia_setkey_skcipher+0x0 arch/x86/crypto/camellia-x86_64.prelink.o: warning: objtool: ecb_encrypt()+0x0: data relocation to !ENDBR: ecb_encrypt+0x0 arch/x86/crypto/camellia-x86_64.prelink.o: warning: objtool: ecb_decrypt()+0x0: data relocation to !ENDBR: ecb_decrypt+0x0 arch/x86/crypto/camellia-x86_64.prelink.o: warning: objtool: camellia_setkey_skcipher()+0x0: data relocation to !ENDBR: camellia_setkey_skcipher+0x0 arch/x86/crypto/camellia-x86_64.prelink.o: warning: objtool: cbc_encrypt()+0x0: data relocation to !ENDBR: cbc_encrypt+0x0 arch/x86/crypto/camellia-x86_64.prelink.o: warning: objtool: cbc_decrypt()+0x0: data relocation to !ENDBR: cbc_decrypt+0x0 arch/x86/crypto/camellia-x86_64.prelink.o: warning: objtool: camellia_setkey()+0x0: data relocation to !ENDBR: camellia_setkey+0x0 arch/x86/crypto/camellia-x86_64.prelink.o: warning: objtool: camellia_encrypt()+0x0: data relocation to !ENDBR: camellia_encrypt+0x0 arch/x86/crypto/camellia-x86_64.prelink.o: warning: objtool: camellia_decrypt()+0x0: data relocation to !ENDBR: camellia_decrypt+0x0 arch/x86/crypto/camellia-x86_64.prelink.o: warning: objtool: init()+0x0: data relocation to !ENDBR: init+0x0 arch/x86/crypto/camellia-aesni-avx-x86_64.prelink.o: warning: objtool: camellia_setkey()+0x0: data relocation to !ENDBR: camellia_setkey+0x0 arch/x86/crypto/camellia-aesni-avx-x86_64.prelink.o: warning: objtool: ecb_encrypt()+0x0: data relocation to !ENDBR: ecb_encrypt+0x0 arch/x86/crypto/camellia-aesni-avx-x86_64.prelink.o: warning: objtool: ecb_decrypt()+0x0: data relocation to !ENDBR: ecb_decrypt+0x0 arch/x86/crypto/camellia-aesni-avx-x86_64.prelink.o: warning: objtool: camellia_setkey()+0x0: data relocation to !ENDBR: camellia_setkey+0x0 arch/x86/crypto/camellia-aesni-avx-x86_64.prelink.o: warning: objtool: cbc_encrypt()+0x0: data relocation to !ENDBR: cbc_encrypt+0x0 arch/x86/crypto/camellia-aesni-avx-x86_64.prelink.o: warning: objtool: cbc_decrypt()+0x0: data relocation to !ENDBR: cbc_decrypt+0x0 arch/x86/crypto/camellia-aesni-avx-x86_64.prelink.o: warning: objtool: camellia_aesni_init()+0x0: data relocation to !ENDBR: camellia_aesni_init+0x0 arch/x86/crypto/camellia-aesni-avx2.prelink.o: warning: objtool: camellia_setkey()+0x0: data relocation to !ENDBR: camellia_setkey+0x0 arch/x86/crypto/camellia-aesni-avx2.prelink.o: warning: objtool: ecb_encrypt()+0x0: data relocation to !ENDBR: ecb_encrypt+0x0 arch/x86/crypto/camellia-aesni-avx2.prelink.o: warning: objtool: ecb_decrypt()+0x0: data relocation to !ENDBR: ecb_decrypt+0x0 arch/x86/crypto/camellia-aesni-avx2.prelink.o: warning: objtool: camellia_setkey()+0x0: data relocation to !ENDBR: camellia_setkey+0x0 arch/x86/crypto/camellia-aesni-avx2.prelink.o: warning: objtool: cbc_encrypt()+0x0: data relocation to !ENDBR: cbc_encrypt+0x0 arch/x86/crypto/camellia-aesni-avx2.prelink.o: warning: objtool: cbc_decrypt()+0x0: data relocation to !ENDBR: cbc_decrypt+0x0 arch/x86/crypto/camellia-aesni-avx2.prelink.o: warning: objtool: camellia_aesni_init()+0x0: data relocation to !ENDBR: camellia_aesni_init+0x0 arch/x86/crypto/cast5-avx-x86_64.prelink.o: warning: objtool: cast5_setkey_skcipher()+0x0: data relocation to !ENDBR: cast5_setkey_skcipher+0x0 arch/x86/crypto/cast5-avx-x86_64.prelink.o: warning: objtool: ecb_encrypt()+0x0: data relocation to !ENDBR: ecb_encrypt+0x0 arch/x86/crypto/cast5-avx-x86_64.prelink.o: warning: objtool: ecb_decrypt()+0x0: data relocation to !ENDBR: ecb_decrypt+0x0 arch/x86/crypto/cast5-avx-x86_64.prelink.o: warning: objtool: cast5_setkey_skcipher()+0x0: data relocation to !ENDBR: cast5_setkey_skcipher+0x0 arch/x86/crypto/cast5-avx-x86_64.prelink.o: warning: objtool: cbc_encrypt()+0x0: data relocation to !ENDBR: cbc_encrypt+0x0 arch/x86/crypto/cast5-avx-x86_64.prelink.o: warning: objtool: cbc_decrypt()+0x0: data relocation to !ENDBR: cbc_decrypt+0x0 arch/x86/crypto/cast5-avx-x86_64.prelink.o: warning: objtool: cast5_init()+0x0: data relocation to !ENDBR: cast5_init+0x0 arch/x86/crypto/sha1-ssse3.prelink.o: warning: objtool: sha1_avx2_finup()+0xa: relocation to !ENDBR: sha1_apply_transform_avx2+0x0 arch/x86/crypto/sha1-ssse3.prelink.o: warning: objtool: sha1_avx2_final()+0xd: relocation to !ENDBR: sha1_apply_transform_avx2+0x0 arch/x86/crypto/sha1-ssse3.prelink.o: warning: objtool: sha1_avx2_update()+0xa: relocation to !ENDBR: sha1_apply_transform_avx2+0x0 arch/x86/crypto/sha1-ssse3.prelink.o: warning: objtool: sha1_ni_update()+0x0: data relocation to !ENDBR: sha1_ni_update+0x0 arch/x86/crypto/sha1-ssse3.prelink.o: warning: objtool: sha1_ni_final()+0x0: data relocation to !ENDBR: sha1_ni_final+0x0 arch/x86/crypto/sha1-ssse3.prelink.o: warning: objtool: sha1_ni_finup()+0x0: data relocation to !ENDBR: sha1_ni_finup+0x0 arch/x86/crypto/sha1-ssse3.prelink.o: warning: objtool: sha1_avx2_update()+0x0: data relocation to !ENDBR: sha1_avx2_update+0x0 arch/x86/crypto/sha1-ssse3.prelink.o: warning: objtool: sha1_avx2_final()+0x0: data relocation to !ENDBR: sha1_avx2_final+0x0 arch/x86/crypto/sha1-ssse3.prelink.o: warning: objtool: sha1_avx2_finup()+0x0: data relocation to !ENDBR: sha1_avx2_finup+0x0 arch/x86/crypto/sha1-ssse3.prelink.o: warning: objtool: sha1_avx_update()+0x0: data relocation to !ENDBR: sha1_avx_update+0x0 arch/x86/crypto/sha1-ssse3.prelink.o: warning: objtool: sha1_avx_final()+0x0: data relocation to !ENDBR: sha1_avx_final+0x0 arch/x86/crypto/sha1-ssse3.prelink.o: warning: objtool: sha1_avx_finup()+0x0: data relocation to !ENDBR: sha1_avx_finup+0x0 arch/x86/crypto/sha1-ssse3.prelink.o: warning: objtool: sha1_ssse3_update()+0x0: data relocation to !ENDBR: sha1_ssse3_update+0x0 arch/x86/crypto/sha1-ssse3.prelink.o: warning: objtool: sha1_ssse3_final()+0x0: data relocation to !ENDBR: sha1_ssse3_final+0x0 arch/x86/crypto/sha1-ssse3.prelink.o: warning: objtool: sha1_ssse3_finup()+0x0: data relocation to !ENDBR: sha1_ssse3_finup+0x0 arch/x86/crypto/sha1-ssse3.prelink.o: warning: objtool: sha1_ssse3_mod_init()+0x0: data relocation to !ENDBR: sha1_ssse3_mod_init+0x0 arch/x86/crypto/sha256-ssse3.prelink.o: warning: objtool: sha256_ni_update()+0x0: data relocation to !ENDBR: sha256_ni_update+0x0 arch/x86/crypto/sha256-ssse3.prelink.o: warning: objtool: sha256_ni_final()+0x0: data relocation to !ENDBR: sha256_ni_final+0x0 arch/x86/crypto/sha256-ssse3.prelink.o: warning: objtool: sha256_ni_finup()+0x0: data relocation to !ENDBR: sha256_ni_finup+0x0 arch/x86/crypto/sha256-ssse3.prelink.o: warning: objtool: sha256_ni_update()+0x0: data relocation to !ENDBR: sha256_ni_update+0x0 arch/x86/crypto/sha256-ssse3.prelink.o: warning: objtool: sha256_ni_final()+0x0: data relocation to !ENDBR: sha256_ni_final+0x0 arch/x86/crypto/sha256-ssse3.prelink.o: warning: objtool: sha256_ni_finup()+0x0: data relocation to !ENDBR: sha256_ni_finup+0x0 arch/x86/crypto/sha256-ssse3.prelink.o: warning: objtool: sha256_avx2_update()+0x0: data relocation to !ENDBR: sha256_avx2_update+0x0 arch/x86/crypto/sha256-ssse3.prelink.o: warning: objtool: sha256_avx2_final()+0x0: data relocation to !ENDBR: sha256_avx2_final+0x0 arch/x86/crypto/sha256-ssse3.prelink.o: warning: objtool: sha256_avx2_finup()+0x0: data relocation to !ENDBR: sha256_avx2_finup+0x0 arch/x86/crypto/sha256-ssse3.prelink.o: warning: objtool: sha256_avx2_update()+0x0: data relocation to !ENDBR: sha256_avx2_update+0x0 arch/x86/crypto/sha256-ssse3.prelink.o: warning: objtool: sha256_avx2_final()+0x0: data relocation to !ENDBR: sha256_avx2_final+0x0 arch/x86/crypto/sha256-ssse3.prelink.o: warning: objtool: sha256_avx2_finup()+0x0: data relocation to !ENDBR: sha256_avx2_finup+0x0 arch/x86/crypto/sha256-ssse3.prelink.o: warning: objtool: sha256_avx_update()+0x0: data relocation to !ENDBR: sha256_avx_update+0x0 arch/x86/crypto/sha256-ssse3.prelink.o: warning: objtool: sha256_avx_final()+0x0: data relocation to !ENDBR: sha256_avx_final+0x0 arch/x86/crypto/sha256-ssse3.prelink.o: warning: objtool: sha256_avx_finup()+0x0: data relocation to !ENDBR: sha256_avx_finup+0x0 arch/x86/crypto/sha256-ssse3.prelink.o: warning: objtool: sha256_avx_update()+0x0: data relocation to !ENDBR: sha256_avx_update+0x0 arch/x86/crypto/sha256-ssse3.prelink.o: warning: objtool: sha256_avx_final()+0x0: data relocation to !ENDBR: sha256_avx_final+0x0 arch/x86/crypto/sha256-ssse3.prelink.o: warning: objtool: sha256_avx_finup()+0x0: data relocation to !ENDBR: sha256_avx_finup+0x0 arch/x86/crypto/sha256-ssse3.prelink.o: warning: objtool: sha256_ssse3_update()+0x0: data relocation to !ENDBR: sha256_ssse3_update+0x0 arch/x86/crypto/sha256-ssse3.prelink.o: warning: objtool: sha256_ssse3_final()+0x0: data relocation to !ENDBR: sha256_ssse3_final+0x0 arch/x86/crypto/sha256-ssse3.prelink.o: warning: objtool: sha256_ssse3_finup()+0x0: data relocation to !ENDBR: sha256_ssse3_finup+0x0 arch/x86/crypto/sha256-ssse3.prelink.o: warning: objtool: sha256_ssse3_update()+0x0: data relocation to !ENDBR: sha256_ssse3_update+0x0 arch/x86/crypto/sha256-ssse3.prelink.o: warning: objtool: sha256_ssse3_final()+0x0: data relocation to !ENDBR: sha256_ssse3_final+0x0 arch/x86/crypto/sha256-ssse3.prelink.o: warning: objtool: sha256_ssse3_finup()+0x0: data relocation to !ENDBR: sha256_ssse3_finup+0x0 arch/x86/crypto/sha256-ssse3.prelink.o: warning: objtool: sha256_ssse3_mod_init()+0x0: data relocation to !ENDBR: sha256_ssse3_mod_init+0x0 arch/x86/crypto/sha512-ssse3.prelink.o: warning: objtool: sha512_avx2_update()+0x0: data relocation to !ENDBR: sha512_avx2_update+0x0 arch/x86/crypto/sha512-ssse3.prelink.o: warning: objtool: sha512_avx2_final()+0x0: data relocation to !ENDBR: sha512_avx2_final+0x0 arch/x86/crypto/sha512-ssse3.prelink.o: warning: objtool: sha512_avx2_finup()+0x0: data relocation to !ENDBR: sha512_avx2_finup+0x0 arch/x86/crypto/sha512-ssse3.prelink.o: warning: objtool: sha512_avx2_update()+0x0: data relocation to !ENDBR: sha512_avx2_update+0x0 arch/x86/crypto/sha512-ssse3.prelink.o: warning: objtool: sha512_avx2_final()+0x0: data relocation to !ENDBR: sha512_avx2_final+0x0 arch/x86/crypto/sha512-ssse3.prelink.o: warning: objtool: sha512_avx2_finup()+0x0: data relocation to !ENDBR: sha512_avx2_finup+0x0 arch/x86/crypto/sha512-ssse3.prelink.o: warning: objtool: sha512_avx_update()+0x0: data relocation to !ENDBR: sha512_avx_update+0x0 arch/x86/crypto/sha512-ssse3.prelink.o: warning: objtool: sha512_avx_final()+0x0: data relocation to !ENDBR: sha512_avx_final+0x0 arch/x86/crypto/sha512-ssse3.prelink.o: warning: objtool: sha512_avx_finup()+0x0: data relocation to !ENDBR: sha512_avx_finup+0x0 arch/x86/crypto/sha512-ssse3.prelink.o: warning: objtool: sha512_avx_update()+0x0: data relocation to !ENDBR: sha512_avx_update+0x0 arch/x86/crypto/sha512-ssse3.prelink.o: warning: objtool: sha512_avx_final()+0x0: data relocation to !ENDBR: sha512_avx_final+0x0 arch/x86/crypto/sha512-ssse3.prelink.o: warning: objtool: sha512_avx_finup()+0x0: data relocation to !ENDBR: sha512_avx_finup+0x0 arch/x86/crypto/sha512-ssse3.prelink.o: warning: objtool: sha512_ssse3_update()+0x0: data relocation to !ENDBR: sha512_ssse3_update+0x0 arch/x86/crypto/sha512-ssse3.prelink.o: warning: objtool: sha512_ssse3_final()+0x0: data relocation to !ENDBR: sha512_ssse3_final+0x0 arch/x86/crypto/sha512-ssse3.prelink.o: warning: objtool: sha512_ssse3_finup()+0x0: data relocation to !ENDBR: sha512_ssse3_finup+0x0 arch/x86/crypto/sha512-ssse3.prelink.o: warning: objtool: sha512_ssse3_update()+0x0: data relocation to !ENDBR: sha512_ssse3_update+0x0 arch/x86/crypto/sha512-ssse3.prelink.o: warning: objtool: sha512_ssse3_final()+0x0: data relocation to !ENDBR: sha512_ssse3_final+0x0 arch/x86/crypto/sha512-ssse3.prelink.o: warning: objtool: sha512_ssse3_finup()+0x0: data relocation to !ENDBR: sha512_ssse3_finup+0x0 arch/x86/crypto/sha512-ssse3.prelink.o: warning: objtool: sha512_ssse3_mod_init()+0x0: data relocation to !ENDBR: sha512_ssse3_mod_init+0x0 arch/x86/crypto/crct10dif-pclmul.prelink.o: warning: objtool: chksum_init()+0x0: data relocation to !ENDBR: chksum_init+0x0 arch/x86/crypto/crct10dif-pclmul.prelink.o: warning: objtool: chksum_update()+0x0: data relocation to !ENDBR: chksum_update+0x0 arch/x86/crypto/crct10dif-pclmul.prelink.o: warning: objtool: chksum_final()+0x0: data relocation to !ENDBR: chksum_final+0x0 arch/x86/crypto/crct10dif-pclmul.prelink.o: warning: objtool: chksum_finup()+0x0: data relocation to !ENDBR: chksum_finup+0x0 arch/x86/crypto/crct10dif-pclmul.prelink.o: warning: objtool: chksum_digest()+0x0: data relocation to !ENDBR: chksum_digest+0x0 arch/x86/crypto/crct10dif-pclmul.prelink.o: warning: objtool: crct10dif_intel_mod_init()+0x0: data relocation to !ENDBR: crct10dif_intel_mod_init+0x0 arch/x86/crypto/nhpoly1305-avx2.prelink.o: warning: objtool: nhpoly1305_avx2_update()+0x4c: relocation to !ENDBR: _nh_avx2+0x0 arch/x86/crypto/nhpoly1305-avx2.prelink.o: warning: objtool: nhpoly1305_avx2_update()+0x0: data relocation to !ENDBR: nhpoly1305_avx2_update+0x0 arch/x86/crypto/nhpoly1305-avx2.prelink.o: warning: objtool: nhpoly1305_mod_init()+0x0: data relocation to !ENDBR: nhpoly1305_mod_init+0x0 arch/x86/crypto/sm3-avx-x86_64.prelink.o: warning: objtool: sm3_avx_update()+0x0: data relocation to !ENDBR: sm3_avx_update+0x0 arch/x86/crypto/sm3-avx-x86_64.prelink.o: warning: objtool: sm3_avx_final()+0x0: data relocation to !ENDBR: sm3_avx_final+0x0 arch/x86/crypto/sm3-avx-x86_64.prelink.o: warning: objtool: sm3_avx_finup()+0x0: data relocation to !ENDBR: sm3_avx_finup+0x0 arch/x86/crypto/sm3-avx-x86_64.prelink.o: warning: objtool: sm3_avx_mod_init()+0x0: data relocation to !ENDBR: sm3_avx_mod_init+0x0 kernel/rcu/refscale.prelink.o: warning: objtool: ref_scale_init()+0x267: relocation to !ENDBR: ref_scale_reader+0x0 kernel/rcu/refscale.prelink.o: warning: objtool: ref_scale_init()+0x30f: relocation to !ENDBR: main_func+0x0 kernel/rcu/refscale.prelink.o: warning: objtool: ref_scale_init()+0xe5: relocation to !ENDBR: ref_scale_shutdown+0x0 kernel/rcu/refscale.prelink.o: warning: objtool: ref_clock_section()+0x0: data relocation to !ENDBR: ref_clock_section+0x0 kernel/rcu/refscale.prelink.o: warning: objtool: ref_clock_delay_section()+0x0: data relocation to !ENDBR: ref_clock_delay_section+0x0 kernel/rcu/refscale.prelink.o: warning: objtool: ref_acqrel_section()+0x0: data relocation to !ENDBR: ref_acqrel_section+0x0 kernel/rcu/refscale.prelink.o: warning: objtool: ref_acqrel_delay_section()+0x0: data relocation to !ENDBR: ref_acqrel_delay_section+0x0 kernel/rcu/refscale.prelink.o: warning: objtool: ref_lock_irq_section()+0x0: data relocation to !ENDBR: ref_lock_irq_section+0x0 kernel/rcu/refscale.prelink.o: warning: objtool: ref_lock_irq_delay_section()+0x0: data relocation to !ENDBR: ref_lock_irq_delay_section+0x0 kernel/rcu/refscale.prelink.o: warning: objtool: ref_lock_section()+0x0: data relocation to !ENDBR: ref_lock_section+0x0 kernel/rcu/refscale.prelink.o: warning: objtool: ref_lock_delay_section()+0x0: data relocation to !ENDBR: ref_lock_delay_section+0x0 kernel/rcu/refscale.prelink.o: warning: objtool: ref_rwsem_init()+0x0: data relocation to !ENDBR: ref_rwsem_init+0x0 kernel/rcu/refscale.prelink.o: warning: objtool: ref_rwsem_section()+0x0: data relocation to !ENDBR: ref_rwsem_section+0x0 kernel/rcu/refscale.prelink.o: warning: objtool: ref_rwsem_delay_section()+0x0: data relocation to !ENDBR: ref_rwsem_delay_section+0x0 kernel/rcu/refscale.prelink.o: warning: objtool: ref_rwlock_init()+0x0: data relocation to !ENDBR: ref_rwlock_init+0x0 kernel/rcu/refscale.prelink.o: warning: objtool: ref_rwlock_section()+0x0: data relocation to !ENDBR: ref_rwlock_section+0x0 kernel/rcu/refscale.prelink.o: warning: objtool: ref_rwlock_delay_section()+0x0: data relocation to !ENDBR: ref_rwlock_delay_section+0x0 kernel/rcu/refscale.prelink.o: warning: objtool: rcu_sync_scale_init()+0x0: data relocation to !ENDBR: rcu_sync_scale_init+0x0 kernel/rcu/refscale.prelink.o: warning: objtool: ref_refcnt_section()+0x0: data relocation to !ENDBR: ref_refcnt_section+0x0 kernel/rcu/refscale.prelink.o: warning: objtool: ref_refcnt_delay_section()+0x0: data relocation to !ENDBR: ref_refcnt_delay_section+0x0 kernel/rcu/refscale.prelink.o: warning: objtool: rcu_sync_scale_init()+0x0: data relocation to !ENDBR: rcu_sync_scale_init+0x0 kernel/rcu/refscale.prelink.o: warning: objtool: rcu_trace_ref_scale_read_section()+0x0: data relocation to !ENDBR: rcu_trace_ref_scale_read_section+0x0 kernel/rcu/refscale.prelink.o: warning: objtool: rcu_trace_ref_scale_delay_section()+0x0: data relocation to !ENDBR: rcu_trace_ref_scale_delay_section+0x0 kernel/rcu/refscale.prelink.o: warning: objtool: rcu_sync_scale_init()+0x0: data relocation to !ENDBR: rcu_sync_scale_init+0x0 kernel/rcu/refscale.prelink.o: warning: objtool: rcu_tasks_ref_scale_read_section()+0x0: data relocation to !ENDBR: rcu_tasks_ref_scale_read_section+0x0 kernel/rcu/refscale.prelink.o: warning: objtool: rcu_tasks_ref_scale_delay_section()+0x0: data relocation to !ENDBR: rcu_tasks_ref_scale_delay_section+0x0 kernel/rcu/refscale.prelink.o: warning: objtool: rcu_sync_scale_init()+0x0: data relocation to !ENDBR: rcu_sync_scale_init+0x0 kernel/rcu/refscale.prelink.o: warning: objtool: srcu_ref_scale_read_section()+0x0: data relocation to !ENDBR: srcu_ref_scale_read_section+0x0 kernel/rcu/refscale.prelink.o: warning: objtool: srcu_ref_scale_delay_section()+0x0: data relocation to !ENDBR: srcu_ref_scale_delay_section+0x0 kernel/rcu/refscale.prelink.o: warning: objtool: rcu_sync_scale_init()+0x0: data relocation to !ENDBR: rcu_sync_scale_init+0x0 kernel/rcu/refscale.prelink.o: warning: objtool: ref_rcu_read_section()+0x0: data relocation to !ENDBR: ref_rcu_read_section+0x0 kernel/rcu/refscale.prelink.o: warning: objtool: ref_rcu_delay_section()+0x0: data relocation to !ENDBR: ref_rcu_delay_section+0x0 kernel/rcu/refscale.prelink.o: warning: objtool: ref_scale_cleanup()+0x0: data relocation to !ENDBR: ref_scale_cleanup+0x0 kernel/rcu/refscale.prelink.o: warning: objtool: ref_scale_init()+0x0: data relocation to !ENDBR: ref_scale_init+0x0 kernel/time/test_udelay.prelink.o: warning: objtool: udelay_test_open()+0x14: relocation to !ENDBR: udelay_test_show+0x0 kernel/time/test_udelay.prelink.o: warning: objtool: udelay_test_write()+0x0: data relocation to !ENDBR: udelay_test_write+0x0 kernel/time/test_udelay.prelink.o: warning: objtool: udelay_test_open()+0x0: data relocation to !ENDBR: udelay_test_open+0x0 kernel/time/test_udelay.prelink.o: warning: objtool: udelay_test_init()+0x0: data relocation to !ENDBR: udelay_test_init+0x0 kernel/time/clocksource-wdtest.prelink.o: warning: objtool: clocksource_wdtest_init()+0x16: relocation to !ENDBR: wdtest_func+0x0 kernel/time/clocksource-wdtest.prelink.o: warning: objtool: wdtest_ktime_read()+0x0: data relocation to !ENDBR: wdtest_ktime_read+0x0 kernel/time/clocksource-wdtest.prelink.o: warning: objtool: wdtest_ktime_cs_mark_unstable()+0x0: data relocation to !ENDBR: wdtest_ktime_cs_mark_unstable+0x0 kernel/time/clocksource-wdtest.prelink.o: warning: objtool: wdtest_jiffies_read()+0x0: data relocation to !ENDBR: wdtest_jiffies_read+0x0 kernel/time/clocksource-wdtest.prelink.o: warning: objtool: clocksource_wdtest_cleanup()+0x0: data relocation to !ENDBR: clocksource_wdtest_cleanup+0x0 kernel/time/clocksource-wdtest.prelink.o: warning: objtool: clocksource_wdtest_init()+0x0: data relocation to !ENDBR: clocksource_wdtest_init+0x0 fs/unicode/utf8-selftest.prelink.o: warning: objtool: init_test_ucd()+0x0: data relocation to !ENDBR: init_test_ucd+0x0 arch/x86/kernel/msr.prelink.o: warning: objtool: msr_init()+0x6b: relocation to !ENDBR: msr_devnode+0x0 arch/x86/kernel/msr.prelink.o: warning: objtool: msr_init()+0x76: relocation to !ENDBR: msr_device_destroy+0x0 arch/x86/kernel/msr.prelink.o: warning: objtool: msr_init()+0x7d: relocation to !ENDBR: msr_device_create+0x0 arch/x86/kernel/msr.prelink.o: warning: objtool: set_allow_writes()+0x0: data relocation to !ENDBR: set_allow_writes+0x0 arch/x86/kernel/msr.prelink.o: warning: objtool: get_allow_writes()+0x0: data relocation to !ENDBR: get_allow_writes+0x0 arch/x86/kernel/msr.prelink.o: warning: objtool: msr_read()+0x0: data relocation to !ENDBR: msr_read+0x0 arch/x86/kernel/msr.prelink.o: warning: objtool: msr_write()+0x0: data relocation to !ENDBR: msr_write+0x0 arch/x86/kernel/msr.prelink.o: warning: objtool: msr_ioctl()+0x0: data relocation to !ENDBR: msr_ioctl+0x0 arch/x86/kernel/msr.prelink.o: warning: objtool: msr_ioctl()+0x0: data relocation to !ENDBR: msr_ioctl+0x0 arch/x86/kernel/msr.prelink.o: warning: objtool: msr_open()+0x0: data relocation to !ENDBR: msr_open+0x0 arch/x86/kernel/msr.prelink.o: warning: objtool: msr_init()+0x0: data relocation to !ENDBR: msr_init+0x0 fs/pstore/ramoops.prelink.o: warning: objtool: ramoops_probe()+0x0: data relocation to !ENDBR: ramoops_probe+0x0 fs/pstore/ramoops.prelink.o: warning: objtool: ramoops_remove()+0x0: data relocation to !ENDBR: ramoops_remove+0x0 fs/pstore/ramoops.prelink.o: warning: objtool: ramoops_pstore_open()+0x0: data relocation to !ENDBR: ramoops_pstore_open+0x0 fs/pstore/ramoops.prelink.o: warning: objtool: ramoops_pstore_read()+0x0: data relocation to !ENDBR: ramoops_pstore_read+0x0 fs/pstore/ramoops.prelink.o: warning: objtool: ramoops_pstore_erase()+0x0: data relocation to !ENDBR: ramoops_pstore_erase+0x0 fs/pstore/ramoops.prelink.o: warning: objtool: ramoops_init()+0x0: data relocation to !ENDBR: ramoops_init+0x0 fs/autofs/autofs4.prelink.o: warning: objtool: autofs_mount()+0xd: relocation to !ENDBR: autofs_fill_super+0x0 fs/autofs/autofs4.prelink.o: warning: objtool: autofs_dev_ioctl_ismountpoint()+0x4f: relocation to !ENDBR: test_by_type+0x0 fs/autofs/autofs4.prelink.o: warning: objtool: autofs_dev_ioctl_ismountpoint()+0xd1: relocation to !ENDBR: test_by_dev+0x0 fs/autofs/autofs4.prelink.o: warning: objtool: autofs_dev_ioctl_requester()+0x39: relocation to !ENDBR: test_by_dev+0x0 fs/autofs/autofs4.prelink.o: warning: objtool: autofs_dev_ioctl_openmount()+0x63: relocation to !ENDBR: test_by_dev+0x0 fs/autofs/autofs4.prelink.o: warning: objtool: autofs_evict_inode()+0x0: data relocation to !ENDBR: autofs_evict_inode+0x0 fs/autofs/autofs4.prelink.o: warning: objtool: autofs_show_options()+0x0: data relocation to !ENDBR: autofs_show_options+0x0 fs/autofs/autofs4.prelink.o: warning: objtool: autofs_dentry_release()+0x0: data relocation to !ENDBR: autofs_dentry_release+0x0 fs/autofs/autofs4.prelink.o: warning: objtool: autofs_d_automount()+0x0: data relocation to !ENDBR: autofs_d_automount+0x0 fs/autofs/autofs4.prelink.o: warning: objtool: autofs_d_manage()+0x0: data relocation to !ENDBR: autofs_d_manage+0x0 fs/autofs/autofs4.prelink.o: warning: objtool: autofs_lookup()+0x0: data relocation to !ENDBR: autofs_lookup+0x0 fs/autofs/autofs4.prelink.o: warning: objtool: autofs_dir_unlink()+0x0: data relocation to !ENDBR: autofs_dir_unlink+0x0 fs/autofs/autofs4.prelink.o: warning: objtool: autofs_dir_symlink()+0x0: data relocation to !ENDBR: autofs_dir_symlink+0x0 fs/autofs/autofs4.prelink.o: warning: objtool: autofs_dir_mkdir()+0x0: data relocation to !ENDBR: autofs_dir_mkdir+0x0 fs/autofs/autofs4.prelink.o: warning: objtool: autofs_dir_rmdir()+0x0: data relocation to !ENDBR: autofs_dir_rmdir+0x0 fs/autofs/autofs4.prelink.o: warning: objtool: autofs_dir_open()+0x0: data relocation to !ENDBR: autofs_dir_open+0x0 fs/autofs/autofs4.prelink.o: warning: objtool: autofs_root_ioctl()+0x0: data relocation to !ENDBR: autofs_root_ioctl+0x0 fs/autofs/autofs4.prelink.o: warning: objtool: autofs_get_link()+0x0: data relocation to !ENDBR: autofs_get_link+0x0 fs/autofs/autofs4.prelink.o: warning: objtool: autofs_dev_ioctl_version()+0x0: data relocation to !ENDBR: autofs_dev_ioctl_version+0x0 fs/autofs/autofs4.prelink.o: warning: objtool: autofs_dev_ioctl_protover()+0x0: data relocation to !ENDBR: autofs_dev_ioctl_protover+0x0 fs/autofs/autofs4.prelink.o: warning: objtool: autofs_dev_ioctl_protosubver()+0x0: data relocation to !ENDBR: autofs_dev_ioctl_protosubver+0x0 fs/autofs/autofs4.prelink.o: warning: objtool: autofs_dev_ioctl_openmount()+0x0: data relocation to !ENDBR: autofs_dev_ioctl_openmount+0x0 fs/autofs/autofs4.prelink.o: warning: objtool: autofs_dev_ioctl_closemount()+0x0: data relocation to !ENDBR: autofs_dev_ioctl_closemount+0x0 fs/autofs/autofs4.prelink.o: warning: objtool: autofs_dev_ioctl_ready()+0x0: data relocation to !ENDBR: autofs_dev_ioctl_ready+0x0 fs/autofs/autofs4.prelink.o: warning: objtool: autofs_dev_ioctl_fail()+0x0: data relocation to !ENDBR: autofs_dev_ioctl_fail+0x0 fs/autofs/autofs4.prelink.o: warning: objtool: autofs_dev_ioctl_setpipefd()+0x0: data relocation to !ENDBR: autofs_dev_ioctl_setpipefd+0x0 fs/autofs/autofs4.prelink.o: warning: objtool: autofs_dev_ioctl_catatonic()+0x0: data relocation to !ENDBR: autofs_dev_ioctl_catatonic+0x0 fs/autofs/autofs4.prelink.o: warning: objtool: autofs_dev_ioctl_timeout()+0x0: data relocation to !ENDBR: autofs_dev_ioctl_timeout+0x0 fs/autofs/autofs4.prelink.o: warning: objtool: autofs_dev_ioctl_requester()+0x0: data relocation to !ENDBR: autofs_dev_ioctl_requester+0x0 fs/autofs/autofs4.prelink.o: warning: objtool: autofs_dev_ioctl_expire()+0x0: data relocation to !ENDBR: autofs_dev_ioctl_expire+0x0 fs/autofs/autofs4.prelink.o: warning: objtool: autofs_dev_ioctl_askumount()+0x0: data relocation to !ENDBR: autofs_dev_ioctl_askumount+0x0 fs/autofs/autofs4.prelink.o: warning: objtool: autofs_dev_ioctl_ismountpoint()+0x0: data relocation to !ENDBR: autofs_dev_ioctl_ismountpoint+0x0 fs/autofs/autofs4.prelink.o: warning: objtool: autofs_dev_ioctl()+0x0: data relocation to !ENDBR: autofs_dev_ioctl+0x0 fs/autofs/autofs4.prelink.o: warning: objtool: autofs_mount()+0x0: data relocation to !ENDBR: autofs_mount+0x0 fs/autofs/autofs4.prelink.o: warning: objtool: autofs_kill_sb()+0x0: data relocation to !ENDBR: autofs_kill_sb+0x0 fs/autofs/autofs4.prelink.o: warning: objtool: init_autofs_fs()+0x0: data relocation to !ENDBR: init_autofs_fs+0x0 fs/nls/nls_cp850.prelink.o: warning: objtool: uni2char()+0x0: data relocation to !ENDBR: uni2char+0x0 fs/nls/nls_cp850.prelink.o: warning: objtool: char2uni()+0x0: data relocation to !ENDBR: char2uni+0x0 fs/nls/nls_cp850.prelink.o: warning: objtool: init_nls_cp850()+0x0: data relocation to !ENDBR: init_nls_cp850+0x0 fs/nls/nls_cp862.prelink.o: warning: objtool: uni2char()+0x0: data relocation to !ENDBR: uni2char+0x0 fs/nls/nls_cp862.prelink.o: warning: objtool: char2uni()+0x0: data relocation to !ENDBR: char2uni+0x0 fs/nls/nls_cp862.prelink.o: warning: objtool: init_nls_cp862()+0x0: data relocation to !ENDBR: init_nls_cp862+0x0 fs/nls/nls_cp874.prelink.o: warning: objtool: uni2char()+0x0: data relocation to !ENDBR: uni2char+0x0 fs/nls/nls_cp874.prelink.o: warning: objtool: char2uni()+0x0: data relocation to !ENDBR: char2uni+0x0 fs/nls/nls_cp874.prelink.o: warning: objtool: init_nls_cp874()+0x0: data relocation to !ENDBR: init_nls_cp874+0x0 fs/nls/nls_cp1251.prelink.o: warning: objtool: uni2char()+0x0: data relocation to !ENDBR: uni2char+0x0 fs/nls/nls_cp1251.prelink.o: warning: objtool: char2uni()+0x0: data relocation to !ENDBR: char2uni+0x0 fs/nls/nls_cp1251.prelink.o: warning: objtool: init_nls_cp1251()+0x0: data relocation to !ENDBR: init_nls_cp1251+0x0 fs/nls/nls_iso8859-5.prelink.o: warning: objtool: uni2char()+0x0: data relocation to !ENDBR: uni2char+0x0 fs/nls/nls_iso8859-5.prelink.o: warning: objtool: char2uni()+0x0: data relocation to !ENDBR: char2uni+0x0 fs/nls/nls_iso8859-5.prelink.o: warning: objtool: init_nls_iso8859_5()+0x0: data relocation to !ENDBR: init_nls_iso8859_5+0x0 fs/nls/nls_iso8859-6.prelink.o: warning: objtool: uni2char()+0x0: data relocation to !ENDBR: uni2char+0x0 fs/nls/nls_iso8859-6.prelink.o: warning: objtool: char2uni()+0x0: data relocation to !ENDBR: char2uni+0x0 fs/nls/nls_iso8859-6.prelink.o: warning: objtool: init_nls_iso8859_6()+0x0: data relocation to !ENDBR: init_nls_iso8859_6+0x0 fs/nls/nls_iso8859-7.prelink.o: warning: objtool: uni2char()+0x0: data relocation to !ENDBR: uni2char+0x0 fs/nls/nls_iso8859-7.prelink.o: warning: objtool: char2uni()+0x0: data relocation to !ENDBR: char2uni+0x0 fs/nls/nls_iso8859-7.prelink.o: warning: objtool: init_nls_iso8859_7()+0x0: data relocation to !ENDBR: init_nls_iso8859_7+0x0 fs/nls/nls_iso8859-9.prelink.o: warning: objtool: uni2char()+0x0: data relocation to !ENDBR: uni2char+0x0 fs/nls/nls_iso8859-9.prelink.o: warning: objtool: char2uni()+0x0: data relocation to !ENDBR: char2uni+0x0 fs/nls/nls_iso8859-9.prelink.o: warning: objtool: init_nls_iso8859_9()+0x0: data relocation to !ENDBR: init_nls_iso8859_9+0x0 fs/nls/nls_iso8859-14.prelink.o: warning: objtool: uni2char()+0x0: data relocation to !ENDBR: uni2char+0x0 fs/nls/nls_iso8859-14.prelink.o: warning: objtool: char2uni()+0x0: data relocation to !ENDBR: char2uni+0x0 fs/nls/nls_iso8859-14.prelink.o: warning: objtool: init_nls_iso8859_14()+0x0: data relocation to !ENDBR: init_nls_iso8859_14+0x0 fs/nls/nls_iso8859-15.prelink.o: warning: objtool: uni2char()+0x0: data relocation to !ENDBR: uni2char+0x0 fs/nls/nls_iso8859-15.prelink.o: warning: objtool: char2uni()+0x0: data relocation to !ENDBR: char2uni+0x0 fs/nls/nls_iso8859-15.prelink.o: warning: objtool: init_nls_iso8859_15()+0x0: data relocation to !ENDBR: init_nls_iso8859_15+0x0 fs/nls/nls_koi8-u.prelink.o: warning: objtool: uni2char()+0x0: data relocation to !ENDBR: uni2char+0x0 fs/nls/nls_koi8-u.prelink.o: warning: objtool: char2uni()+0x0: data relocation to !ENDBR: char2uni+0x0 fs/nls/nls_koi8-u.prelink.o: warning: objtool: init_nls_koi8_u()+0x0: data relocation to !ENDBR: init_nls_koi8_u+0x0 fs/nls/nls_koi8-ru.prelink.o: warning: objtool: uni2char()+0x0: data relocation to !ENDBR: uni2char+0x0 fs/nls/nls_koi8-ru.prelink.o: warning: objtool: char2uni()+0x0: data relocation to !ENDBR: char2uni+0x0 fs/nls/nls_koi8-ru.prelink.o: warning: objtool: init_nls_koi8_ru()+0x0: data relocation to !ENDBR: init_nls_koi8_ru+0x0 fs/nls/mac-croatian.prelink.o: warning: objtool: uni2char()+0x0: data relocation to !ENDBR: uni2char+0x0 fs/nls/mac-croatian.prelink.o: warning: objtool: char2uni()+0x0: data relocation to !ENDBR: char2uni+0x0 fs/nls/mac-croatian.prelink.o: warning: objtool: init_nls_maccroatian()+0x0: data relocation to !ENDBR: init_nls_maccroatian+0x0 fs/nls/mac-gaelic.prelink.o: warning: objtool: uni2char()+0x0: data relocation to !ENDBR: uni2char+0x0 fs/nls/mac-gaelic.prelink.o: warning: objtool: char2uni()+0x0: data relocation to !ENDBR: char2uni+0x0 fs/nls/mac-gaelic.prelink.o: warning: objtool: init_nls_macgaelic()+0x0: data relocation to !ENDBR: init_nls_macgaelic+0x0 fs/nls/mac-greek.prelink.o: warning: objtool: uni2char()+0x0: data relocation to !ENDBR: uni2char+0x0 fs/nls/mac-greek.prelink.o: warning: objtool: char2uni()+0x0: data relocation to !ENDBR: char2uni+0x0 fs/nls/mac-greek.prelink.o: warning: objtool: init_nls_macgreek()+0x0: data relocation to !ENDBR: init_nls_macgreek+0x0 fs/fuse/cuse.prelink.o: warning: objtool: cuse_channel_open()+0x6a: relocation to !ENDBR: cuse_fc_release+0x0 fs/fuse/cuse.prelink.o: warning: objtool: cuse_channel_open()+0x16a: relocation to !ENDBR: cuse_process_init_reply+0x0 fs/fuse/cuse.prelink.o: warning: objtool: cuse_process_init_reply()+0x230: relocation to !ENDBR: cuse_gendev_release+0x0 fs/fuse/cuse.prelink.o: warning: objtool: cuse_init()+0x56: relocation to !ENDBR: cuse_channel_open+0x0 fs/fuse/cuse.prelink.o: warning: objtool: cuse_init()+0x68: relocation to !ENDBR: cuse_channel_release+0x0 fs/fuse/cuse.prelink.o: warning: objtool: cuse_read_iter()+0x0: data relocation to !ENDBR: cuse_read_iter+0x0 fs/fuse/cuse.prelink.o: warning: objtool: cuse_write_iter()+0x0: data relocation to !ENDBR: cuse_write_iter+0x0 fs/fuse/cuse.prelink.o: warning: objtool: cuse_file_ioctl()+0x0: data relocation to !ENDBR: cuse_file_ioctl+0x0 fs/fuse/cuse.prelink.o: warning: objtool: cuse_file_compat_ioctl()+0x0: data relocation to !ENDBR: cuse_file_compat_ioctl+0x0 fs/fuse/cuse.prelink.o: warning: objtool: cuse_open()+0x0: data relocation to !ENDBR: cuse_open+0x0 fs/fuse/cuse.prelink.o: warning: objtool: cuse_release()+0x0: data relocation to !ENDBR: cuse_release+0x0 fs/fuse/cuse.prelink.o: warning: objtool: cuse_class_abort_store()+0x0: data relocation to !ENDBR: cuse_class_abort_store+0x0 fs/fuse/cuse.prelink.o: warning: objtool: cuse_class_waiting_show()+0x0: data relocation to !ENDBR: cuse_class_waiting_show+0x0 fs/fuse/cuse.prelink.o: warning: objtool: cuse_init()+0x0: data relocation to !ENDBR: cuse_init+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_dev_do_write()+0x7c1: relocation to !ENDBR: fuse_retrieve_end+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_file_put()+0xaa: relocation to !ENDBR: fuse_release_end+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_async_req_send()+0x5d: relocation to !ENDBR: fuse_aio_complete_req+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_readahead()+0x3f6: relocation to !ENDBR: fuse_readpages_end+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_writepage_locked()+0x189: relocation to !ENDBR: fuse_writepage_end+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_writepages()+0x8e: relocation to !ENDBR: fuse_writepages_fill+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_writepages_fill()+0x2c0: relocation to !ENDBR: fuse_writepage_end+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_get_dentry()+0x4f: relocation to !ENDBR: fuse_inode_eq+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_iget()+0x4a: relocation to !ENDBR: fuse_inode_set+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_iget()+0x92: relocation to !ENDBR: fuse_inode_eq+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_ilookup()+0x51: relocation to !ENDBR: fuse_inode_eq+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_get_tree()+0x85: relocation to !ENDBR: fuse_free_conn+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_get_tree()+0xbe: relocation to !ENDBR: fuse_fill_super+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_get_tree()+0x108: relocation to !ENDBR: fuse_test_super+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_get_tree()+0x112: relocation to !ENDBR: fuse_set_no_super+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_send_init()+0x8f: relocation to !ENDBR: process_init_reply+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_ctl_get_tree()+0xa: relocation to !ENDBR: fuse_ctl_fill_super+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_init()+0x18: relocation to !ENDBR: fuse_inode_init_once+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_dev_read()+0x0: data relocation to !ENDBR: fuse_dev_read+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_dev_write()+0x0: data relocation to !ENDBR: fuse_dev_write+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_dev_poll()+0x0: data relocation to !ENDBR: fuse_dev_poll+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_dev_ioctl()+0x0: data relocation to !ENDBR: fuse_dev_ioctl+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_dev_open()+0x0: data relocation to !ENDBR: fuse_dev_open+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_dev_release()+0x0: data relocation to !ENDBR: fuse_dev_release+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_dev_fasync()+0x0: data relocation to !ENDBR: fuse_dev_fasync+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_dev_splice_write()+0x0: data relocation to !ENDBR: fuse_dev_splice_write+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_dev_splice_read()+0x0: data relocation to !ENDBR: fuse_dev_splice_read+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_dev_wake_and_unlock()+0x0: data relocation to !ENDBR: fuse_dev_wake_and_unlock+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_dev_wake_and_unlock()+0x0: data relocation to !ENDBR: fuse_dev_wake_and_unlock+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_dev_wake_and_unlock()+0x0: data relocation to !ENDBR: fuse_dev_wake_and_unlock+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_symlink_readpage()+0x0: data relocation to !ENDBR: fuse_symlink_readpage+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_get_link()+0x0: data relocation to !ENDBR: fuse_get_link+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_setattr()+0x0: data relocation to !ENDBR: fuse_setattr+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_getattr()+0x0: data relocation to !ENDBR: fuse_getattr+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_listxattr()+0x0: data relocation to !ENDBR: fuse_listxattr+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_permission()+0x0: data relocation to !ENDBR: fuse_permission+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_get_acl()+0x0: data relocation to !ENDBR: fuse_get_acl+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_setattr()+0x0: data relocation to !ENDBR: fuse_setattr+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_getattr()+0x0: data relocation to !ENDBR: fuse_getattr+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_listxattr()+0x0: data relocation to !ENDBR: fuse_listxattr+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_set_acl()+0x0: data relocation to !ENDBR: fuse_set_acl+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_fileattr_set()+0x0: data relocation to !ENDBR: fuse_fileattr_set+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_fileattr_get()+0x0: data relocation to !ENDBR: fuse_fileattr_get+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_readdir()+0x0: data relocation to !ENDBR: fuse_readdir+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_dir_ioctl()+0x0: data relocation to !ENDBR: fuse_dir_ioctl+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_dir_compat_ioctl()+0x0: data relocation to !ENDBR: fuse_dir_compat_ioctl+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_dir_open()+0x0: data relocation to !ENDBR: fuse_dir_open+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_dir_release()+0x0: data relocation to !ENDBR: fuse_dir_release+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_dir_fsync()+0x0: data relocation to !ENDBR: fuse_dir_fsync+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_lookup()+0x0: data relocation to !ENDBR: fuse_lookup+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_permission()+0x0: data relocation to !ENDBR: fuse_permission+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_get_acl()+0x0: data relocation to !ENDBR: fuse_get_acl+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_create()+0x0: data relocation to !ENDBR: fuse_create+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_link()+0x0: data relocation to !ENDBR: fuse_link+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_unlink()+0x0: data relocation to !ENDBR: fuse_unlink+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_symlink()+0x0: data relocation to !ENDBR: fuse_symlink+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_mkdir()+0x0: data relocation to !ENDBR: fuse_mkdir+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_rmdir()+0x0: data relocation to !ENDBR: fuse_rmdir+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_mknod()+0x0: data relocation to !ENDBR: fuse_mknod+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_rename2()+0x0: data relocation to !ENDBR: fuse_rename2+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_setattr()+0x0: data relocation to !ENDBR: fuse_setattr+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_getattr()+0x0: data relocation to !ENDBR: fuse_getattr+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_listxattr()+0x0: data relocation to !ENDBR: fuse_listxattr+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_atomic_open()+0x0: data relocation to !ENDBR: fuse_atomic_open+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_set_acl()+0x0: data relocation to !ENDBR: fuse_set_acl+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_fileattr_set()+0x0: data relocation to !ENDBR: fuse_fileattr_set+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_fileattr_get()+0x0: data relocation to !ENDBR: fuse_fileattr_get+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_dentry_revalidate()+0x0: data relocation to !ENDBR: fuse_dentry_revalidate+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_dentry_delete()+0x0: data relocation to !ENDBR: fuse_dentry_delete+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_dentry_automount()+0x0: data relocation to !ENDBR: fuse_dentry_automount+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_writepage()+0x0: data relocation to !ENDBR: fuse_writepage+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_readpage()+0x0: data relocation to !ENDBR: fuse_readpage+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_writepages()+0x0: data relocation to !ENDBR: fuse_writepages+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_readahead()+0x0: data relocation to !ENDBR: fuse_readahead+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_write_begin()+0x0: data relocation to !ENDBR: fuse_write_begin+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_write_end()+0x0: data relocation to !ENDBR: fuse_write_end+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_bmap()+0x0: data relocation to !ENDBR: fuse_bmap+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_direct_IO()+0x0: data relocation to !ENDBR: fuse_direct_IO+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_launder_folio()+0x0: data relocation to !ENDBR: fuse_launder_folio+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_file_llseek()+0x0: data relocation to !ENDBR: fuse_file_llseek+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_file_read_iter()+0x0: data relocation to !ENDBR: fuse_file_read_iter+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_file_write_iter()+0x0: data relocation to !ENDBR: fuse_file_write_iter+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_file_poll()+0x0: data relocation to !ENDBR: fuse_file_poll+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_file_ioctl()+0x0: data relocation to !ENDBR: fuse_file_ioctl+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_file_compat_ioctl()+0x0: data relocation to !ENDBR: fuse_file_compat_ioctl+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_file_mmap()+0x0: data relocation to !ENDBR: fuse_file_mmap+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_open()+0x0: data relocation to !ENDBR: fuse_open+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_flush()+0x0: data relocation to !ENDBR: fuse_flush+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_release()+0x0: data relocation to !ENDBR: fuse_release+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_fsync()+0x0: data relocation to !ENDBR: fuse_fsync+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_file_lock()+0x0: data relocation to !ENDBR: fuse_file_lock+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_file_flock()+0x0: data relocation to !ENDBR: fuse_file_flock+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_file_fallocate()+0x0: data relocation to !ENDBR: fuse_file_fallocate+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_copy_file_range()+0x0: data relocation to !ENDBR: fuse_copy_file_range+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_vma_close()+0x0: data relocation to !ENDBR: fuse_vma_close+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_page_mkwrite()+0x0: data relocation to !ENDBR: fuse_page_mkwrite+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_free_fsc()+0x0: data relocation to !ENDBR: fuse_free_fsc+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_parse_param()+0x0: data relocation to !ENDBR: fuse_parse_param+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_get_tree()+0x0: data relocation to !ENDBR: fuse_get_tree+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_reconfigure()+0x0: data relocation to !ENDBR: fuse_reconfigure+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_get_tree_submount()+0x0: data relocation to !ENDBR: fuse_get_tree_submount+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_alloc_inode()+0x0: data relocation to !ENDBR: fuse_alloc_inode+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_free_inode()+0x0: data relocation to !ENDBR: fuse_free_inode+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_write_inode()+0x0: data relocation to !ENDBR: fuse_write_inode+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_evict_inode()+0x0: data relocation to !ENDBR: fuse_evict_inode+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_sync_fs()+0x0: data relocation to !ENDBR: fuse_sync_fs+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_statfs()+0x0: data relocation to !ENDBR: fuse_statfs+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_umount_begin()+0x0: data relocation to !ENDBR: fuse_umount_begin+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_show_options()+0x0: data relocation to !ENDBR: fuse_show_options+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_encode_fh()+0x0: data relocation to !ENDBR: fuse_encode_fh+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_fh_to_dentry()+0x0: data relocation to !ENDBR: fuse_fh_to_dentry+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_fh_to_parent()+0x0: data relocation to !ENDBR: fuse_fh_to_parent+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_get_parent()+0x0: data relocation to !ENDBR: fuse_get_parent+0x0 fs/fuse/fuse.prelink.o: warning: objtool: set_global_limit()+0x0: data relocation to !ENDBR: set_global_limit+0x0 fs/fuse/fuse.prelink.o: warning: objtool: set_global_limit()+0x0: data relocation to !ENDBR: set_global_limit+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_ctl_get_tree()+0x0: data relocation to !ENDBR: fuse_ctl_get_tree+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_conn_congestion_threshold_read()+0x0: data relocation to !ENDBR: fuse_conn_congestion_threshold_read+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_conn_congestion_threshold_write()+0x0: data relocation to !ENDBR: fuse_conn_congestion_threshold_write+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_conn_max_background_read()+0x0: data relocation to !ENDBR: fuse_conn_max_background_read+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_conn_max_background_write()+0x0: data relocation to !ENDBR: fuse_conn_max_background_write+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_conn_waiting_read()+0x0: data relocation to !ENDBR: fuse_conn_waiting_read+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_conn_abort_write()+0x0: data relocation to !ENDBR: fuse_conn_abort_write+0x0 fs/fuse/fuse.prelink.o: warning: objtool: no_xattr_list()+0x0: data relocation to !ENDBR: no_xattr_list+0x0 fs/fuse/fuse.prelink.o: warning: objtool: no_xattr_get()+0x0: data relocation to !ENDBR: no_xattr_get+0x0 fs/fuse/fuse.prelink.o: warning: objtool: no_xattr_set()+0x0: data relocation to !ENDBR: no_xattr_set+0x0 fs/fuse/fuse.prelink.o: warning: objtool: no_xattr_list()+0x0: data relocation to !ENDBR: no_xattr_list+0x0 fs/fuse/fuse.prelink.o: warning: objtool: no_xattr_get()+0x0: data relocation to !ENDBR: no_xattr_get+0x0 fs/fuse/fuse.prelink.o: warning: objtool: no_xattr_set()+0x0: data relocation to !ENDBR: no_xattr_set+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_xattr_get()+0x0: data relocation to !ENDBR: fuse_xattr_get+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_xattr_set()+0x0: data relocation to !ENDBR: fuse_xattr_set+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_init_fs_context()+0x0: data relocation to !ENDBR: fuse_init_fs_context+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_kill_sb_anon()+0x0: data relocation to !ENDBR: fuse_kill_sb_anon+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_ctl_init_fs_context()+0x0: data relocation to !ENDBR: fuse_ctl_init_fs_context+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_ctl_kill_sb()+0x0: data relocation to !ENDBR: fuse_ctl_kill_sb+0x0 fs/fuse/fuse.prelink.o: warning: objtool: fuse_init()+0x0: data relocation to !ENDBR: fuse_init+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_writepages()+0xa1: relocation to !ENDBR: orangefs_writepages_callback+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_iget()+0x30: relocation to !ENDBR: orangefs_set_inode+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_iget()+0x37: relocation to !ENDBR: orangefs_test_inode+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_new_inode()+0x101: relocation to !ENDBR: orangefs_test_inode+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_inode_cache_initialize()+0x29: relocation to !ENDBR: orangefs_inode_cache_ctor+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_file_llseek()+0x0: data relocation to !ENDBR: orangefs_file_llseek+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_file_read_iter()+0x0: data relocation to !ENDBR: orangefs_file_read_iter+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_file_write_iter()+0x0: data relocation to !ENDBR: orangefs_file_write_iter+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_file_mmap()+0x0: data relocation to !ENDBR: orangefs_file_mmap+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_flush()+0x0: data relocation to !ENDBR: orangefs_flush+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_file_release()+0x0: data relocation to !ENDBR: orangefs_file_release+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_fsync()+0x0: data relocation to !ENDBR: orangefs_fsync+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_lock()+0x0: data relocation to !ENDBR: orangefs_lock+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_fault()+0x0: data relocation to !ENDBR: orangefs_fault+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_page_mkwrite()+0x0: data relocation to !ENDBR: orangefs_page_mkwrite+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_xattr_get_default()+0x0: data relocation to !ENDBR: orangefs_xattr_get_default+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_xattr_set_default()+0x0: data relocation to !ENDBR: orangefs_xattr_set_default+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_d_revalidate()+0x0: data relocation to !ENDBR: orangefs_d_revalidate+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_permission()+0x0: data relocation to !ENDBR: orangefs_permission+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_get_acl()+0x0: data relocation to !ENDBR: orangefs_get_acl+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_setattr()+0x0: data relocation to !ENDBR: orangefs_setattr+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_getattr()+0x0: data relocation to !ENDBR: orangefs_getattr+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_listxattr()+0x0: data relocation to !ENDBR: orangefs_listxattr+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_update_time()+0x0: data relocation to !ENDBR: orangefs_update_time+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_set_acl()+0x0: data relocation to !ENDBR: orangefs_set_acl+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_fileattr_set()+0x0: data relocation to !ENDBR: orangefs_fileattr_set+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_fileattr_get()+0x0: data relocation to !ENDBR: orangefs_fileattr_get+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_writepage()+0x0: data relocation to !ENDBR: orangefs_writepage+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_readpage()+0x0: data relocation to !ENDBR: orangefs_readpage+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_writepages()+0x0: data relocation to !ENDBR: orangefs_writepages+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_readahead()+0x0: data relocation to !ENDBR: orangefs_readahead+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_write_begin()+0x0: data relocation to !ENDBR: orangefs_write_begin+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_write_end()+0x0: data relocation to !ENDBR: orangefs_write_end+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_invalidate_folio()+0x0: data relocation to !ENDBR: orangefs_invalidate_folio+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_releasepage()+0x0: data relocation to !ENDBR: orangefs_releasepage+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_freepage()+0x0: data relocation to !ENDBR: orangefs_freepage+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_direct_IO()+0x0: data relocation to !ENDBR: orangefs_direct_IO+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_launder_folio()+0x0: data relocation to !ENDBR: orangefs_launder_folio+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_attr_show()+0x0: data relocation to !ENDBR: orangefs_attr_show+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_attr_store()+0x0: data relocation to !ENDBR: orangefs_attr_store+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_encode_fh()+0x0: data relocation to !ENDBR: orangefs_encode_fh+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_fh_to_dentry()+0x0: data relocation to !ENDBR: orangefs_fh_to_dentry+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_alloc_inode()+0x0: data relocation to !ENDBR: orangefs_alloc_inode+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_destroy_inode()+0x0: data relocation to !ENDBR: orangefs_destroy_inode+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_free_inode()+0x0: data relocation to !ENDBR: orangefs_free_inode+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_write_inode()+0x0: data relocation to !ENDBR: orangefs_write_inode+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_statfs()+0x0: data relocation to !ENDBR: orangefs_statfs+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_remount_fs()+0x0: data relocation to !ENDBR: orangefs_remount_fs+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_show_options()+0x0: data relocation to !ENDBR: orangefs_show_options+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_devreq_read()+0x0: data relocation to !ENDBR: orangefs_devreq_read+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_devreq_write_iter()+0x0: data relocation to !ENDBR: orangefs_devreq_write_iter+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_devreq_poll()+0x0: data relocation to !ENDBR: orangefs_devreq_poll+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_devreq_ioctl()+0x0: data relocation to !ENDBR: orangefs_devreq_ioctl+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_devreq_open()+0x0: data relocation to !ENDBR: orangefs_devreq_open+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_devreq_release()+0x0: data relocation to !ENDBR: orangefs_devreq_release+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_lookup()+0x0: data relocation to !ENDBR: orangefs_lookup+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_permission()+0x0: data relocation to !ENDBR: orangefs_permission+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_get_acl()+0x0: data relocation to !ENDBR: orangefs_get_acl+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_create()+0x0: data relocation to !ENDBR: orangefs_create+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_unlink()+0x0: data relocation to !ENDBR: orangefs_unlink+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_symlink()+0x0: data relocation to !ENDBR: orangefs_symlink+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_mkdir()+0x0: data relocation to !ENDBR: orangefs_mkdir+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_unlink()+0x0: data relocation to !ENDBR: orangefs_unlink+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_rename()+0x0: data relocation to !ENDBR: orangefs_rename+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_setattr()+0x0: data relocation to !ENDBR: orangefs_setattr+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_getattr()+0x0: data relocation to !ENDBR: orangefs_getattr+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_listxattr()+0x0: data relocation to !ENDBR: orangefs_listxattr+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_update_time()+0x0: data relocation to !ENDBR: orangefs_update_time+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_set_acl()+0x0: data relocation to !ENDBR: orangefs_set_acl+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_permission()+0x0: data relocation to !ENDBR: orangefs_permission+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_setattr()+0x0: data relocation to !ENDBR: orangefs_setattr+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_getattr()+0x0: data relocation to !ENDBR: orangefs_getattr+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_listxattr()+0x0: data relocation to !ENDBR: orangefs_listxattr+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_update_time()+0x0: data relocation to !ENDBR: orangefs_update_time+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_dir_llseek()+0x0: data relocation to !ENDBR: orangefs_dir_llseek+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_dir_iterate()+0x0: data relocation to !ENDBR: orangefs_dir_iterate+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_dir_open()+0x0: data relocation to !ENDBR: orangefs_dir_open+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_dir_release()+0x0: data relocation to !ENDBR: orangefs_dir_release+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_debug_read()+0x0: data relocation to !ENDBR: orangefs_debug_read+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_debug_write()+0x0: data relocation to !ENDBR: orangefs_debug_write+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_debug_open()+0x0: data relocation to !ENDBR: orangefs_debug_open+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_debug_help_open()+0x0: data relocation to !ENDBR: orangefs_debug_help_open+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: help_start()+0x0: data relocation to !ENDBR: help_start+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: help_stop()+0x0: data relocation to !ENDBR: help_stop+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: help_next()+0x0: data relocation to !ENDBR: help_next+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: help_show()+0x0: data relocation to !ENDBR: help_show+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_int_show()+0x0: data relocation to !ENDBR: sysfs_int_show+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_int_show()+0x0: data relocation to !ENDBR: sysfs_int_show+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_service_op_show()+0x0: data relocation to !ENDBR: sysfs_service_op_show+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_service_op_show()+0x0: data relocation to !ENDBR: sysfs_service_op_show+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_service_op_show()+0x0: data relocation to !ENDBR: sysfs_service_op_show+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_service_op_show()+0x0: data relocation to !ENDBR: sysfs_service_op_show+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_service_op_store()+0x0: data relocation to !ENDBR: sysfs_service_op_store+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_service_op_show()+0x0: data relocation to !ENDBR: sysfs_service_op_show+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_service_op_store()+0x0: data relocation to !ENDBR: sysfs_service_op_store+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_service_op_show()+0x0: data relocation to !ENDBR: sysfs_service_op_show+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_service_op_store()+0x0: data relocation to !ENDBR: sysfs_service_op_store+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_service_op_show()+0x0: data relocation to !ENDBR: sysfs_service_op_show+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_service_op_store()+0x0: data relocation to !ENDBR: sysfs_service_op_store+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_service_op_show()+0x0: data relocation to !ENDBR: sysfs_service_op_show+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_service_op_store()+0x0: data relocation to !ENDBR: sysfs_service_op_store+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_service_op_show()+0x0: data relocation to !ENDBR: sysfs_service_op_show+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_service_op_store()+0x0: data relocation to !ENDBR: sysfs_service_op_store+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_service_op_show()+0x0: data relocation to !ENDBR: sysfs_service_op_show+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_service_op_store()+0x0: data relocation to !ENDBR: sysfs_service_op_store+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_service_op_show()+0x0: data relocation to !ENDBR: sysfs_service_op_show+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_service_op_store()+0x0: data relocation to !ENDBR: sysfs_service_op_store+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_service_op_show()+0x0: data relocation to !ENDBR: sysfs_service_op_show+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_service_op_store()+0x0: data relocation to !ENDBR: sysfs_service_op_store+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_service_op_show()+0x0: data relocation to !ENDBR: sysfs_service_op_show+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_service_op_store()+0x0: data relocation to !ENDBR: sysfs_service_op_store+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_service_op_show()+0x0: data relocation to !ENDBR: sysfs_service_op_show+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_service_op_store()+0x0: data relocation to !ENDBR: sysfs_service_op_store+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_service_op_show()+0x0: data relocation to !ENDBR: sysfs_service_op_show+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_service_op_store()+0x0: data relocation to !ENDBR: sysfs_service_op_store+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_service_op_show()+0x0: data relocation to !ENDBR: sysfs_service_op_show+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_service_op_store()+0x0: data relocation to !ENDBR: sysfs_service_op_store+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_service_op_show()+0x0: data relocation to !ENDBR: sysfs_service_op_show+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_service_op_store()+0x0: data relocation to !ENDBR: sysfs_service_op_store+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_service_op_show()+0x0: data relocation to !ENDBR: sysfs_service_op_show+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_service_op_store()+0x0: data relocation to !ENDBR: sysfs_service_op_store+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_service_op_show()+0x0: data relocation to !ENDBR: sysfs_service_op_show+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_service_op_store()+0x0: data relocation to !ENDBR: sysfs_service_op_store+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_service_op_show()+0x0: data relocation to !ENDBR: sysfs_service_op_show+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_service_op_store()+0x0: data relocation to !ENDBR: sysfs_service_op_store+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_service_op_show()+0x0: data relocation to !ENDBR: sysfs_service_op_show+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_service_op_store()+0x0: data relocation to !ENDBR: sysfs_service_op_store+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_service_op_show()+0x0: data relocation to !ENDBR: sysfs_service_op_show+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_service_op_store()+0x0: data relocation to !ENDBR: sysfs_service_op_store+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_service_op_show()+0x0: data relocation to !ENDBR: sysfs_service_op_show+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_service_op_store()+0x0: data relocation to !ENDBR: sysfs_service_op_store+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_service_op_show()+0x0: data relocation to !ENDBR: sysfs_service_op_show+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_service_op_store()+0x0: data relocation to !ENDBR: sysfs_service_op_store+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_service_op_show()+0x0: data relocation to !ENDBR: sysfs_service_op_show+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_service_op_store()+0x0: data relocation to !ENDBR: sysfs_service_op_store+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_service_op_show()+0x0: data relocation to !ENDBR: sysfs_service_op_show+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_service_op_store()+0x0: data relocation to !ENDBR: sysfs_service_op_store+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_int_show()+0x0: data relocation to !ENDBR: sysfs_int_show+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_int_store()+0x0: data relocation to !ENDBR: sysfs_int_store+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_int_show()+0x0: data relocation to !ENDBR: sysfs_int_show+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_int_store()+0x0: data relocation to !ENDBR: sysfs_int_store+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_int_show()+0x0: data relocation to !ENDBR: sysfs_int_show+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_int_store()+0x0: data relocation to !ENDBR: sysfs_int_store+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_int_show()+0x0: data relocation to !ENDBR: sysfs_int_show+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_int_store()+0x0: data relocation to !ENDBR: sysfs_int_store+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_int_show()+0x0: data relocation to !ENDBR: sysfs_int_show+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: sysfs_int_store()+0x0: data relocation to !ENDBR: sysfs_int_store+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_mount()+0x0: data relocation to !ENDBR: orangefs_mount+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_kill_sb()+0x0: data relocation to !ENDBR: orangefs_kill_sb+0x0 fs/orangefs/orangefs.prelink.o: warning: objtool: orangefs_init()+0x0: data relocation to !ENDBR: orangefs_init+0x0 drivers/irqchip/irq-madera.prelink.o: warning: objtool: madera_suspend()+0x0: data relocation to !ENDBR: madera_suspend+0x0 drivers/irqchip/irq-madera.prelink.o: warning: objtool: madera_resume()+0x0: data relocation to !ENDBR: madera_resume+0x0 drivers/irqchip/irq-madera.prelink.o: warning: objtool: madera_suspend()+0x0: data relocation to !ENDBR: madera_suspend+0x0 drivers/irqchip/irq-madera.prelink.o: warning: objtool: madera_resume()+0x0: data relocation to !ENDBR: madera_resume+0x0 drivers/irqchip/irq-madera.prelink.o: warning: objtool: madera_suspend()+0x0: data relocation to !ENDBR: madera_suspend+0x0 drivers/irqchip/irq-madera.prelink.o: warning: objtool: madera_resume()+0x0: data relocation to !ENDBR: madera_resume+0x0 drivers/irqchip/irq-madera.prelink.o: warning: objtool: madera_suspend_noirq()+0x0: data relocation to !ENDBR: madera_suspend_noirq+0x0 drivers/irqchip/irq-madera.prelink.o: warning: objtool: madera_resume_noirq()+0x0: data relocation to !ENDBR: madera_resume_noirq+0x0 drivers/irqchip/irq-madera.prelink.o: warning: objtool: madera_suspend_noirq()+0x0: data relocation to !ENDBR: madera_suspend_noirq+0x0 drivers/irqchip/irq-madera.prelink.o: warning: objtool: madera_resume_noirq()+0x0: data relocation to !ENDBR: madera_resume_noirq+0x0 drivers/irqchip/irq-madera.prelink.o: warning: objtool: madera_suspend_noirq()+0x0: data relocation to !ENDBR: madera_suspend_noirq+0x0 drivers/irqchip/irq-madera.prelink.o: warning: objtool: madera_resume_noirq()+0x0: data relocation to !ENDBR: madera_resume_noirq+0x0 drivers/irqchip/irq-madera.prelink.o: warning: objtool: madera_irq_probe()+0x0: data relocation to !ENDBR: madera_irq_probe+0x0 drivers/irqchip/irq-madera.prelink.o: warning: objtool: madera_irq_remove()+0x0: data relocation to !ENDBR: madera_irq_remove+0x0 drivers/irqchip/irq-madera.prelink.o: warning: objtool: madera_irq_driver_init()+0x0: data relocation to !ENDBR: madera_irq_driver_init+0x0 sound/i2c/other/snd-ak4117.prelink.o: warning: objtool: snd_ak4117_create()+0x96: relocation to !ENDBR: snd_ak4117_timer+0x0 sound/i2c/other/snd-ak4117.prelink.o: warning: objtool: snd_ak4117_dev_free()+0x0: data relocation to !ENDBR: snd_ak4117_dev_free+0x0 sound/i2c/other/snd-ak4117.prelink.o: warning: objtool: snd_ak4117_in_error_info()+0x0: data relocation to !ENDBR: snd_ak4117_in_error_info+0x0 sound/i2c/other/snd-ak4117.prelink.o: warning: objtool: snd_ak4117_in_error_get()+0x0: data relocation to !ENDBR: snd_ak4117_in_error_get+0x0 sound/i2c/other/snd-ak4117.prelink.o: warning: objtool: snd_ak4117_in_error_info()+0x0: data relocation to !ENDBR: snd_ak4117_in_error_info+0x0 sound/i2c/other/snd-ak4117.prelink.o: warning: objtool: snd_ak4117_in_error_get()+0x0: data relocation to !ENDBR: snd_ak4117_in_error_get+0x0 sound/i2c/other/snd-ak4117.prelink.o: warning: objtool: snd_ak4117_in_error_info()+0x0: data relocation to !ENDBR: snd_ak4117_in_error_info+0x0 sound/i2c/other/snd-ak4117.prelink.o: warning: objtool: snd_ak4117_in_error_get()+0x0: data relocation to !ENDBR: snd_ak4117_in_error_get+0x0 sound/i2c/other/snd-ak4117.prelink.o: warning: objtool: snd_ak4117_in_error_info()+0x0: data relocation to !ENDBR: snd_ak4117_in_error_info+0x0 sound/i2c/other/snd-ak4117.prelink.o: warning: objtool: snd_ak4117_in_error_get()+0x0: data relocation to !ENDBR: snd_ak4117_in_error_get+0x0 sound/i2c/other/snd-ak4117.prelink.o: warning: objtool: snd_ak4117_rate_info()+0x0: data relocation to !ENDBR: snd_ak4117_rate_info+0x0 sound/i2c/other/snd-ak4117.prelink.o: warning: objtool: snd_ak4117_rate_get()+0x0: data relocation to !ENDBR: snd_ak4117_rate_get+0x0 sound/i2c/other/snd-ak4117.prelink.o: warning: objtool: snd_ak4117_spdif_mask_info()+0x0: data relocation to !ENDBR: snd_ak4117_spdif_mask_info+0x0 sound/i2c/other/snd-ak4117.prelink.o: warning: objtool: snd_ak4117_spdif_mask_get()+0x0: data relocation to !ENDBR: snd_ak4117_spdif_mask_get+0x0 sound/i2c/other/snd-ak4117.prelink.o: warning: objtool: snd_ak4117_spdif_info()+0x0: data relocation to !ENDBR: snd_ak4117_spdif_info+0x0 sound/i2c/other/snd-ak4117.prelink.o: warning: objtool: snd_ak4117_spdif_get()+0x0: data relocation to !ENDBR: snd_ak4117_spdif_get+0x0 sound/i2c/other/snd-ak4117.prelink.o: warning: objtool: snd_ak4117_spdif_pinfo()+0x0: data relocation to !ENDBR: snd_ak4117_spdif_pinfo+0x0 sound/i2c/other/snd-ak4117.prelink.o: warning: objtool: snd_ak4117_spdif_pget()+0x0: data relocation to !ENDBR: snd_ak4117_spdif_pget+0x0 sound/i2c/other/snd-ak4117.prelink.o: warning: objtool: snd_ak4117_spdif_qinfo()+0x0: data relocation to !ENDBR: snd_ak4117_spdif_qinfo+0x0 sound/i2c/other/snd-ak4117.prelink.o: warning: objtool: snd_ak4117_spdif_qget()+0x0: data relocation to !ENDBR: snd_ak4117_spdif_qget+0x0 sound/i2c/other/snd-ak4117.prelink.o: warning: objtool: snd_ak4117_in_bit_get()+0x0: data relocation to !ENDBR: snd_ak4117_in_bit_get+0x0 sound/i2c/other/snd-ak4117.prelink.o: warning: objtool: snd_ak4117_in_bit_get()+0x0: data relocation to !ENDBR: snd_ak4117_in_bit_get+0x0 sound/i2c/other/snd-ak4117.prelink.o: warning: objtool: snd_ak4117_in_bit_get()+0x0: data relocation to !ENDBR: snd_ak4117_in_bit_get+0x0 sound/i2c/other/snd-ak4117.prelink.o: warning: objtool: snd_ak4117_rx_info()+0x0: data relocation to !ENDBR: snd_ak4117_rx_info+0x0 sound/i2c/other/snd-ak4117.prelink.o: warning: objtool: snd_ak4117_rx_get()+0x0: data relocation to !ENDBR: snd_ak4117_rx_get+0x0 sound/i2c/other/snd-ak4117.prelink.o: warning: objtool: snd_ak4117_rx_put()+0x0: data relocation to !ENDBR: snd_ak4117_rx_put+0x0 sound/core/oss/snd-pcm-oss.prelink.o: warning: objtool: snd_pcm_oss_open.part.37()+0x330: relocation to !ENDBR: snd_pcm_oss_release_substream+0x0 sound/core/oss/snd-pcm-oss.prelink.o: warning: objtool: snd_pcm_oss_read()+0x0: data relocation to !ENDBR: snd_pcm_oss_read+0x0 sound/core/oss/snd-pcm-oss.prelink.o: warning: objtool: snd_pcm_oss_write()+0x0: data relocation to !ENDBR: snd_pcm_oss_write+0x0 sound/core/oss/snd-pcm-oss.prelink.o: warning: objtool: snd_pcm_oss_poll()+0x0: data relocation to !ENDBR: snd_pcm_oss_poll+0x0 sound/core/oss/snd-pcm-oss.prelink.o: warning: objtool: snd_pcm_oss_ioctl()+0x0: data relocation to !ENDBR: snd_pcm_oss_ioctl+0x0 sound/core/oss/snd-pcm-oss.prelink.o: warning: objtool: snd_pcm_oss_mmap()+0x0: data relocation to !ENDBR: snd_pcm_oss_mmap+0x0 sound/core/oss/snd-pcm-oss.prelink.o: warning: objtool: snd_pcm_oss_open()+0x0: data relocation to !ENDBR: snd_pcm_oss_open+0x0 sound/core/oss/snd-pcm-oss.prelink.o: warning: objtool: snd_pcm_oss_release()+0x0: data relocation to !ENDBR: snd_pcm_oss_release+0x0 sound/core/oss/snd-pcm-oss.prelink.o: warning: objtool: snd_pcm_oss_register_minor()+0x0: data relocation to !ENDBR: snd_pcm_oss_register_minor+0x0 sound/core/oss/snd-pcm-oss.prelink.o: warning: objtool: snd_pcm_oss_disconnect_minor()+0x0: data relocation to !ENDBR: snd_pcm_oss_disconnect_minor+0x0 sound/core/oss/snd-pcm-oss.prelink.o: warning: objtool: snd_pcm_oss_unregister_minor()+0x0: data relocation to !ENDBR: snd_pcm_oss_unregister_minor+0x0 sound/core/oss/snd-pcm-oss.prelink.o: warning: objtool: alsa_pcm_oss_init()+0x0: data relocation to !ENDBR: alsa_pcm_oss_init+0x0 drivers/phy/marvell/phy-pxa-28nm-usb2.prelink.o: warning: objtool: mv_usb2_phy_28nm_init()+0x0: data relocation to !ENDBR: mv_usb2_phy_28nm_init+0x0 drivers/phy/marvell/phy-pxa-28nm-usb2.prelink.o: warning: objtool: mv_usb2_phy_28nm_exit()+0x0: data relocation to !ENDBR: mv_usb2_phy_28nm_exit+0x0 drivers/phy/marvell/phy-pxa-28nm-usb2.prelink.o: warning: objtool: mv_usb2_phy_28nm_power_on()+0x0: data relocation to !ENDBR: mv_usb2_phy_28nm_power_on+0x0 drivers/phy/marvell/phy-pxa-28nm-usb2.prelink.o: warning: objtool: mv_usb2_phy_28nm_power_off()+0x0: data relocation to !ENDBR: mv_usb2_phy_28nm_power_off+0x0 drivers/phy/marvell/phy-pxa-28nm-usb2.prelink.o: warning: objtool: mv_usb2_phy_probe()+0x0: data relocation to !ENDBR: mv_usb2_phy_probe+0x0 drivers/phy/marvell/phy-pxa-28nm-usb2.prelink.o: warning: objtool: mv_usb2_phy_driver_init()+0x0: data relocation to !ENDBR: mv_usb2_phy_driver_init+0x0 drivers/pinctrl/cirrus/pinctrl-lochnagar.prelink.o: warning: objtool: lochnagar_pin_probe()+0xc8: relocation to !ENDBR: lochnagar_gpio_direction_out+0x0 drivers/pinctrl/cirrus/pinctrl-lochnagar.prelink.o: warning: objtool: lochnagar_pin_probe()+0xd3: relocation to !ENDBR: lochnagar_gpio_set+0x0 drivers/pinctrl/cirrus/pinctrl-lochnagar.prelink.o: warning: objtool: lochnagar_conf_group_set()+0x0: data relocation to !ENDBR: lochnagar_conf_group_set+0x0 drivers/pinctrl/cirrus/pinctrl-lochnagar.prelink.o: warning: objtool: lochnagar_get_funcs_count()+0x0: data relocation to !ENDBR: lochnagar_get_funcs_count+0x0 drivers/pinctrl/cirrus/pinctrl-lochnagar.prelink.o: warning: objtool: lochnagar_get_func_name()+0x0: data relocation to !ENDBR: lochnagar_get_func_name+0x0 drivers/pinctrl/cirrus/pinctrl-lochnagar.prelink.o: warning: objtool: lochnagar_get_func_groups()+0x0: data relocation to !ENDBR: lochnagar_get_func_groups+0x0 drivers/pinctrl/cirrus/pinctrl-lochnagar.prelink.o: warning: objtool: lochnagar_set_mux()+0x0: data relocation to !ENDBR: lochnagar_set_mux+0x0 drivers/pinctrl/cirrus/pinctrl-lochnagar.prelink.o: warning: objtool: lochnagar_gpio_request()+0x0: data relocation to !ENDBR: lochnagar_gpio_request+0x0 drivers/pinctrl/cirrus/pinctrl-lochnagar.prelink.o: warning: objtool: lochnagar_gpio_set_direction()+0x0: data relocation to !ENDBR: lochnagar_gpio_set_direction+0x0 drivers/pinctrl/cirrus/pinctrl-lochnagar.prelink.o: warning: objtool: lochnagar_get_groups_count()+0x0: data relocation to !ENDBR: lochnagar_get_groups_count+0x0 drivers/pinctrl/cirrus/pinctrl-lochnagar.prelink.o: warning: objtool: lochnagar_get_group_name()+0x0: data relocation to !ENDBR: lochnagar_get_group_name+0x0 drivers/pinctrl/cirrus/pinctrl-lochnagar.prelink.o: warning: objtool: lochnagar_get_group_pins()+0x0: data relocation to !ENDBR: lochnagar_get_group_pins+0x0 drivers/pinctrl/cirrus/pinctrl-lochnagar.prelink.o: warning: objtool: lochnagar_pin_probe()+0x0: data relocation to !ENDBR: lochnagar_pin_probe+0x0 drivers/pinctrl/cirrus/pinctrl-lochnagar.prelink.o: warning: objtool: lochnagar_pin_driver_init()+0x0: data relocation to !ENDBR: lochnagar_pin_driver_init+0x0 drivers/pinctrl/cirrus/pinctrl-madera.prelink.o: warning: objtool: madera_pin_conf_get()+0x0: data relocation to !ENDBR: madera_pin_conf_get+0x0 drivers/pinctrl/cirrus/pinctrl-madera.prelink.o: warning: objtool: madera_pin_conf_set()+0x0: data relocation to !ENDBR: madera_pin_conf_set+0x0 drivers/pinctrl/cirrus/pinctrl-madera.prelink.o: warning: objtool: madera_pin_conf_group_set()+0x0: data relocation to !ENDBR: madera_pin_conf_group_set+0x0 drivers/pinctrl/cirrus/pinctrl-madera.prelink.o: warning: objtool: madera_mux_get_funcs_count()+0x0: data relocation to !ENDBR: madera_mux_get_funcs_count+0x0 drivers/pinctrl/cirrus/pinctrl-madera.prelink.o: warning: objtool: madera_mux_get_func_name()+0x0: data relocation to !ENDBR: madera_mux_get_func_name+0x0 drivers/pinctrl/cirrus/pinctrl-madera.prelink.o: warning: objtool: madera_mux_get_groups()+0x0: data relocation to !ENDBR: madera_mux_get_groups+0x0 drivers/pinctrl/cirrus/pinctrl-madera.prelink.o: warning: objtool: madera_mux_set_mux()+0x0: data relocation to !ENDBR: madera_mux_set_mux+0x0 drivers/pinctrl/cirrus/pinctrl-madera.prelink.o: warning: objtool: madera_gpio_request_enable()+0x0: data relocation to !ENDBR: madera_gpio_request_enable+0x0 drivers/pinctrl/cirrus/pinctrl-madera.prelink.o: warning: objtool: madera_gpio_disable_free()+0x0: data relocation to !ENDBR: madera_gpio_disable_free+0x0 drivers/pinctrl/cirrus/pinctrl-madera.prelink.o: warning: objtool: madera_gpio_set_direction()+0x0: data relocation to !ENDBR: madera_gpio_set_direction+0x0 drivers/pinctrl/cirrus/pinctrl-madera.prelink.o: warning: objtool: madera_get_groups_count()+0x0: data relocation to !ENDBR: madera_get_groups_count+0x0 drivers/pinctrl/cirrus/pinctrl-madera.prelink.o: warning: objtool: madera_get_group_name()+0x0: data relocation to !ENDBR: madera_get_group_name+0x0 drivers/pinctrl/cirrus/pinctrl-madera.prelink.o: warning: objtool: madera_get_group_pins()+0x0: data relocation to !ENDBR: madera_get_group_pins+0x0 drivers/pinctrl/cirrus/pinctrl-madera.prelink.o: warning: objtool: madera_pin_dbg_show()+0x0: data relocation to !ENDBR: madera_pin_dbg_show+0x0 drivers/pinctrl/cirrus/pinctrl-madera.prelink.o: warning: objtool: madera_pin_probe()+0x0: data relocation to !ENDBR: madera_pin_probe+0x0 drivers/pinctrl/cirrus/pinctrl-madera.prelink.o: warning: objtool: madera_pin_remove()+0x0: data relocation to !ENDBR: madera_pin_remove+0x0 drivers/pinctrl/cirrus/pinctrl-madera.prelink.o: warning: objtool: madera_pin_driver_init()+0x0: data relocation to !ENDBR: madera_pin_driver_init+0x0 drivers/pinctrl/pinctrl-axp209.prelink.o: warning: objtool: axp20x_pctl_probe()+0xa9: relocation to !ENDBR: axp20x_gpio_get+0x0 drivers/pinctrl/pinctrl-axp209.prelink.o: warning: objtool: axp20x_pctl_probe()+0xb1: relocation to !ENDBR: axp20x_gpio_get_direction+0x0 drivers/pinctrl/pinctrl-axp209.prelink.o: warning: objtool: axp20x_pctl_probe()+0xb9: relocation to !ENDBR: axp20x_gpio_set+0x0 drivers/pinctrl/pinctrl-axp209.prelink.o: warning: objtool: axp20x_pctl_probe()+0xc1: relocation to !ENDBR: axp20x_gpio_input+0x0 drivers/pinctrl/pinctrl-axp209.prelink.o: warning: objtool: axp20x_pctl_probe()+0xc9: relocation to !ENDBR: axp20x_gpio_output+0x0 drivers/pinctrl/pinctrl-axp209.prelink.o: warning: objtool: axp20x_groups_cnt()+0x0: data relocation to !ENDBR: axp20x_groups_cnt+0x0 drivers/pinctrl/pinctrl-axp209.prelink.o: warning: objtool: axp20x_group_name()+0x0: data relocation to !ENDBR: axp20x_group_name+0x0 drivers/pinctrl/pinctrl-axp209.prelink.o: warning: objtool: axp20x_group_pins()+0x0: data relocation to !ENDBR: axp20x_group_pins+0x0 drivers/pinctrl/pinctrl-axp209.prelink.o: warning: objtool: axp20x_pmx_func_cnt()+0x0: data relocation to !ENDBR: axp20x_pmx_func_cnt+0x0 drivers/pinctrl/pinctrl-axp209.prelink.o: warning: objtool: axp20x_pmx_func_name()+0x0: data relocation to !ENDBR: axp20x_pmx_func_name+0x0 drivers/pinctrl/pinctrl-axp209.prelink.o: warning: objtool: axp20x_pmx_func_groups()+0x0: data relocation to !ENDBR: axp20x_pmx_func_groups+0x0 drivers/pinctrl/pinctrl-axp209.prelink.o: warning: objtool: axp20x_pmx_set_mux()+0x0: data relocation to !ENDBR: axp20x_pmx_set_mux+0x0 drivers/pinctrl/pinctrl-axp209.prelink.o: warning: objtool: axp20x_pmx_gpio_set_direction()+0x0: data relocation to !ENDBR: axp20x_pmx_gpio_set_direction+0x0 drivers/pinctrl/pinctrl-axp209.prelink.o: warning: objtool: axp20x_pctl_probe()+0x0: data relocation to !ENDBR: axp20x_pctl_probe+0x0 drivers/pinctrl/pinctrl-axp209.prelink.o: warning: objtool: axp20x_pctl_driver_init()+0x0: data relocation to !ENDBR: axp20x_pctl_driver_init+0x0 drivers/pinctrl/pinctrl-rk805.prelink.o: warning: objtool: rk805_pinctrl_probe()+0xe3: relocation to !ENDBR: rk805_gpio_get_direction+0x0 drivers/pinctrl/pinctrl-rk805.prelink.o: warning: objtool: rk805_pinctrl_probe()+0xeb: relocation to !ENDBR: rk805_gpio_direction_input+0x0 drivers/pinctrl/pinctrl-rk805.prelink.o: warning: objtool: rk805_pinctrl_probe()+0xf3: relocation to !ENDBR: rk805_gpio_direction_output+0x0 drivers/pinctrl/pinctrl-rk805.prelink.o: warning: objtool: rk805_pinctrl_probe()+0xfb: relocation to !ENDBR: rk805_gpio_get+0x0 drivers/pinctrl/pinctrl-rk805.prelink.o: warning: objtool: rk805_pinctrl_probe()+0x103: relocation to !ENDBR: rk805_gpio_set+0x0 drivers/pinctrl/pinctrl-rk805.prelink.o: warning: objtool: rk805_pinconf_get()+0x0: data relocation to !ENDBR: rk805_pinconf_get+0x0 drivers/pinctrl/pinctrl-rk805.prelink.o: warning: objtool: rk805_pinconf_set()+0x0: data relocation to !ENDBR: rk805_pinconf_set+0x0 drivers/pinctrl/pinctrl-rk805.prelink.o: warning: objtool: rk805_pinctrl_get_funcs_count()+0x0: data relocation to !ENDBR: rk805_pinctrl_get_funcs_count+0x0 drivers/pinctrl/pinctrl-rk805.prelink.o: warning: objtool: rk805_pinctrl_get_func_name()+0x0: data relocation to !ENDBR: rk805_pinctrl_get_func_name+0x0 drivers/pinctrl/pinctrl-rk805.prelink.o: warning: objtool: rk805_pinctrl_get_func_groups()+0x0: data relocation to !ENDBR: rk805_pinctrl_get_func_groups+0x0 drivers/pinctrl/pinctrl-rk805.prelink.o: warning: objtool: rk805_pinctrl_set_mux()+0x0: data relocation to !ENDBR: rk805_pinctrl_set_mux+0x0 drivers/pinctrl/pinctrl-rk805.prelink.o: warning: objtool: rk805_pmx_gpio_set_direction()+0x0: data relocation to !ENDBR: rk805_pmx_gpio_set_direction+0x0 drivers/pinctrl/pinctrl-rk805.prelink.o: warning: objtool: rk805_pinctrl_get_groups_count()+0x0: data relocation to !ENDBR: rk805_pinctrl_get_groups_count+0x0 drivers/pinctrl/pinctrl-rk805.prelink.o: warning: objtool: rk805_pinctrl_get_group_name()+0x0: data relocation to !ENDBR: rk805_pinctrl_get_group_name+0x0 drivers/pinctrl/pinctrl-rk805.prelink.o: warning: objtool: rk805_pinctrl_get_group_pins()+0x0: data relocation to !ENDBR: rk805_pinctrl_get_group_pins+0x0 drivers/pinctrl/pinctrl-rk805.prelink.o: warning: objtool: rk805_pinctrl_probe()+0x0: data relocation to !ENDBR: rk805_pinctrl_probe+0x0 drivers/pinctrl/pinctrl-rk805.prelink.o: warning: objtool: rk805_pinctrl_driver_init()+0x0: data relocation to !ENDBR: rk805_pinctrl_driver_init+0x0 drivers/pinctrl/pinctrl-stmfx.prelink.o: warning: objtool: stmfx_pinctrl_probe()+0x114: relocation to !ENDBR: stmfx_gpio_get_direction+0x0 drivers/pinctrl/pinctrl-stmfx.prelink.o: warning: objtool: stmfx_pinctrl_probe()+0x126: relocation to !ENDBR: stmfx_gpio_direction_input+0x0 drivers/pinctrl/pinctrl-stmfx.prelink.o: warning: objtool: stmfx_pinctrl_probe()+0x131: relocation to !ENDBR: stmfx_gpio_direction_output+0x0 drivers/pinctrl/pinctrl-stmfx.prelink.o: warning: objtool: stmfx_pinctrl_probe()+0x13c: relocation to !ENDBR: stmfx_gpio_get+0x0 drivers/pinctrl/pinctrl-stmfx.prelink.o: warning: objtool: stmfx_pinctrl_probe()+0x147: relocation to !ENDBR: stmfx_gpio_set+0x0 drivers/pinctrl/pinctrl-stmfx.prelink.o: warning: objtool: stmfx_pinctrl_probe()+0x19b: relocation to !ENDBR: stmfx_pinctrl_irq_mask+0x0 drivers/pinctrl/pinctrl-stmfx.prelink.o: warning: objtool: stmfx_pinctrl_probe()+0x1b0: relocation to !ENDBR: stmfx_pinctrl_irq_unmask+0x0 drivers/pinctrl/pinctrl-stmfx.prelink.o: warning: objtool: stmfx_pinctrl_probe()+0x1bb: relocation to !ENDBR: stmfx_pinctrl_irq_set_type+0x0 drivers/pinctrl/pinctrl-stmfx.prelink.o: warning: objtool: stmfx_pinctrl_probe()+0x1c6: relocation to !ENDBR: stmfx_pinctrl_irq_bus_lock+0x0 drivers/pinctrl/pinctrl-stmfx.prelink.o: warning: objtool: stmfx_pinctrl_probe()+0x1d1: relocation to !ENDBR: stmfx_pinctrl_irq_bus_sync_unlock+0x0 drivers/pinctrl/pinctrl-stmfx.prelink.o: warning: objtool: stmfx_pinctrl_probe()+0x1dc: relocation to !ENDBR: stmfx_gpio_irq_request_resources+0x0 drivers/pinctrl/pinctrl-stmfx.prelink.o: warning: objtool: stmfx_pinctrl_probe()+0x1e7: relocation to !ENDBR: stmfx_gpio_irq_release_resources+0x0 drivers/pinctrl/pinctrl-stmfx.prelink.o: warning: objtool: stmfx_pinctrl_probe()+0x2c2: relocation to !ENDBR: stmfx_pinctrl_irq_thread_fn+0x0 drivers/pinctrl/pinctrl-stmfx.prelink.o: warning: objtool: stmfx_pinctrl_suspend()+0x0: data relocation to !ENDBR: stmfx_pinctrl_suspend+0x0 drivers/pinctrl/pinctrl-stmfx.prelink.o: warning: objtool: stmfx_pinctrl_resume()+0x0: data relocation to !ENDBR: stmfx_pinctrl_resume+0x0 drivers/pinctrl/pinctrl-stmfx.prelink.o: warning: objtool: stmfx_pinctrl_suspend()+0x0: data relocation to !ENDBR: stmfx_pinctrl_suspend+0x0 drivers/pinctrl/pinctrl-stmfx.prelink.o: warning: objtool: stmfx_pinctrl_resume()+0x0: data relocation to !ENDBR: stmfx_pinctrl_resume+0x0 drivers/pinctrl/pinctrl-stmfx.prelink.o: warning: objtool: stmfx_pinctrl_suspend()+0x0: data relocation to !ENDBR: stmfx_pinctrl_suspend+0x0 drivers/pinctrl/pinctrl-stmfx.prelink.o: warning: objtool: stmfx_pinctrl_resume()+0x0: data relocation to !ENDBR: stmfx_pinctrl_resume+0x0 drivers/pinctrl/pinctrl-stmfx.prelink.o: warning: objtool: stmfx_pinctrl_get_groups_count()+0x0: data relocation to !ENDBR: stmfx_pinctrl_get_groups_count+0x0 drivers/pinctrl/pinctrl-stmfx.prelink.o: warning: objtool: stmfx_pinctrl_get_group_name()+0x0: data relocation to !ENDBR: stmfx_pinctrl_get_group_name+0x0 drivers/pinctrl/pinctrl-stmfx.prelink.o: warning: objtool: stmfx_pinctrl_get_group_pins()+0x0: data relocation to !ENDBR: stmfx_pinctrl_get_group_pins+0x0 drivers/pinctrl/pinctrl-stmfx.prelink.o: warning: objtool: stmfx_pinconf_get()+0x0: data relocation to !ENDBR: stmfx_pinconf_get+0x0 drivers/pinctrl/pinctrl-stmfx.prelink.o: warning: objtool: stmfx_pinconf_set()+0x0: data relocation to !ENDBR: stmfx_pinconf_set+0x0 drivers/pinctrl/pinctrl-stmfx.prelink.o: warning: objtool: stmfx_pinconf_dbg_show()+0x0: data relocation to !ENDBR: stmfx_pinconf_dbg_show+0x0 drivers/pinctrl/pinctrl-stmfx.prelink.o: warning: objtool: stmfx_pinctrl_probe()+0x0: data relocation to !ENDBR: stmfx_pinctrl_probe+0x0 drivers/pinctrl/pinctrl-stmfx.prelink.o: warning: objtool: stmfx_pinctrl_remove()+0x0: data relocation to !ENDBR: stmfx_pinctrl_remove+0x0 drivers/pinctrl/pinctrl-stmfx.prelink.o: warning: objtool: stmfx_pinctrl_driver_init()+0x0: data relocation to !ENDBR: stmfx_pinctrl_driver_init+0x0 drivers/pwm/pwm-atmel-tcb.prelink.o: warning: objtool: atmel_tcb_pwm_suspend()+0x0: data relocation to !ENDBR: atmel_tcb_pwm_suspend+0x0 drivers/pwm/pwm-atmel-tcb.prelink.o: warning: objtool: atmel_tcb_pwm_resume()+0x0: data relocation to !ENDBR: atmel_tcb_pwm_resume+0x0 drivers/pwm/pwm-atmel-tcb.prelink.o: warning: objtool: atmel_tcb_pwm_suspend()+0x0: data relocation to !ENDBR: atmel_tcb_pwm_suspend+0x0 drivers/pwm/pwm-atmel-tcb.prelink.o: warning: objtool: atmel_tcb_pwm_resume()+0x0: data relocation to !ENDBR: atmel_tcb_pwm_resume+0x0 drivers/pwm/pwm-atmel-tcb.prelink.o: warning: objtool: atmel_tcb_pwm_suspend()+0x0: data relocation to !ENDBR: atmel_tcb_pwm_suspend+0x0 drivers/pwm/pwm-atmel-tcb.prelink.o: warning: objtool: atmel_tcb_pwm_resume()+0x0: data relocation to !ENDBR: atmel_tcb_pwm_resume+0x0 drivers/pwm/pwm-atmel-tcb.prelink.o: warning: objtool: atmel_tcb_pwm_request()+0x0: data relocation to !ENDBR: atmel_tcb_pwm_request+0x0 drivers/pwm/pwm-atmel-tcb.prelink.o: warning: objtool: atmel_tcb_pwm_free()+0x0: data relocation to !ENDBR: atmel_tcb_pwm_free+0x0 drivers/pwm/pwm-atmel-tcb.prelink.o: warning: objtool: atmel_tcb_pwm_apply()+0x0: data relocation to !ENDBR: atmel_tcb_pwm_apply+0x0 drivers/pwm/pwm-atmel-tcb.prelink.o: warning: objtool: atmel_tcb_pwm_probe()+0x0: data relocation to !ENDBR: atmel_tcb_pwm_probe+0x0 drivers/pwm/pwm-atmel-tcb.prelink.o: warning: objtool: atmel_tcb_pwm_remove()+0x0: data relocation to !ENDBR: atmel_tcb_pwm_remove+0x0 drivers/pwm/pwm-atmel-tcb.prelink.o: warning: objtool: atmel_tcb_pwm_driver_init()+0x0: data relocation to !ENDBR: atmel_tcb_pwm_driver_init+0x0 drivers/pwm/pwm-dwc.prelink.o: warning: objtool: dwc_pwm_suspend()+0x0: data relocation to !ENDBR: dwc_pwm_suspend+0x0 drivers/pwm/pwm-dwc.prelink.o: warning: objtool: dwc_pwm_resume()+0x0: data relocation to !ENDBR: dwc_pwm_resume+0x0 drivers/pwm/pwm-dwc.prelink.o: warning: objtool: dwc_pwm_suspend()+0x0: data relocation to !ENDBR: dwc_pwm_suspend+0x0 drivers/pwm/pwm-dwc.prelink.o: warning: objtool: dwc_pwm_resume()+0x0: data relocation to !ENDBR: dwc_pwm_resume+0x0 drivers/pwm/pwm-dwc.prelink.o: warning: objtool: dwc_pwm_suspend()+0x0: data relocation to !ENDBR: dwc_pwm_suspend+0x0 drivers/pwm/pwm-dwc.prelink.o: warning: objtool: dwc_pwm_resume()+0x0: data relocation to !ENDBR: dwc_pwm_resume+0x0 drivers/pwm/pwm-dwc.prelink.o: warning: objtool: dwc_pwm_apply()+0x0: data relocation to !ENDBR: dwc_pwm_apply+0x0 drivers/pwm/pwm-dwc.prelink.o: warning: objtool: dwc_pwm_get_state()+0x0: data relocation to !ENDBR: dwc_pwm_get_state+0x0 drivers/pwm/pwm-dwc.prelink.o: warning: objtool: dwc_pwm_probe()+0x0: data relocation to !ENDBR: dwc_pwm_probe+0x0 drivers/pwm/pwm-dwc.prelink.o: warning: objtool: dwc_pwm_remove()+0x0: data relocation to !ENDBR: dwc_pwm_remove+0x0 drivers/pwm/pwm-dwc.prelink.o: warning: objtool: dwc_pwm_driver_init()+0x0: data relocation to !ENDBR: dwc_pwm_driver_init+0x0 drivers/pwm/pwm-fsl-ftm.prelink.o: warning: objtool: fsl_pwm_suspend()+0x0: data relocation to !ENDBR: fsl_pwm_suspend+0x0 drivers/pwm/pwm-fsl-ftm.prelink.o: warning: objtool: fsl_pwm_resume()+0x0: data relocation to !ENDBR: fsl_pwm_resume+0x0 drivers/pwm/pwm-fsl-ftm.prelink.o: warning: objtool: fsl_pwm_suspend()+0x0: data relocation to !ENDBR: fsl_pwm_suspend+0x0 drivers/pwm/pwm-fsl-ftm.prelink.o: warning: objtool: fsl_pwm_resume()+0x0: data relocation to !ENDBR: fsl_pwm_resume+0x0 drivers/pwm/pwm-fsl-ftm.prelink.o: warning: objtool: fsl_pwm_suspend()+0x0: data relocation to !ENDBR: fsl_pwm_suspend+0x0 drivers/pwm/pwm-fsl-ftm.prelink.o: warning: objtool: fsl_pwm_resume()+0x0: data relocation to !ENDBR: fsl_pwm_resume+0x0 drivers/pwm/pwm-fsl-ftm.prelink.o: warning: objtool: fsl_pwm_volatile_reg()+0x0: data relocation to !ENDBR: fsl_pwm_volatile_reg+0x0 drivers/pwm/pwm-fsl-ftm.prelink.o: warning: objtool: fsl_pwm_request()+0x0: data relocation to !ENDBR: fsl_pwm_request+0x0 drivers/pwm/pwm-fsl-ftm.prelink.o: warning: objtool: fsl_pwm_free()+0x0: data relocation to !ENDBR: fsl_pwm_free+0x0 drivers/pwm/pwm-fsl-ftm.prelink.o: warning: objtool: fsl_pwm_apply()+0x0: data relocation to !ENDBR: fsl_pwm_apply+0x0 drivers/pwm/pwm-fsl-ftm.prelink.o: warning: objtool: fsl_pwm_probe()+0x0: data relocation to !ENDBR: fsl_pwm_probe+0x0 drivers/pwm/pwm-fsl-ftm.prelink.o: warning: objtool: fsl_pwm_driver_init()+0x0: data relocation to !ENDBR: fsl_pwm_driver_init+0x0 drivers/pwm/pwm-lp3943.prelink.o: warning: objtool: lp3943_pwm_request()+0x0: data relocation to !ENDBR: lp3943_pwm_request+0x0 drivers/pwm/pwm-lp3943.prelink.o: warning: objtool: lp3943_pwm_free()+0x0: data relocation to !ENDBR: lp3943_pwm_free+0x0 drivers/pwm/pwm-lp3943.prelink.o: warning: objtool: lp3943_pwm_config()+0x0: data relocation to !ENDBR: lp3943_pwm_config+0x0 drivers/pwm/pwm-lp3943.prelink.o: warning: objtool: lp3943_pwm_enable()+0x0: data relocation to !ENDBR: lp3943_pwm_enable+0x0 drivers/pwm/pwm-lp3943.prelink.o: warning: objtool: lp3943_pwm_disable()+0x0: data relocation to !ENDBR: lp3943_pwm_disable+0x0 drivers/pwm/pwm-lp3943.prelink.o: warning: objtool: lp3943_pwm_probe()+0x0: data relocation to !ENDBR: lp3943_pwm_probe+0x0 drivers/pwm/pwm-lp3943.prelink.o: warning: objtool: lp3943_pwm_driver_init()+0x0: data relocation to !ENDBR: lp3943_pwm_driver_init+0x0 drivers/pwm/pwm-lpss.prelink.o: warning: objtool: pwm_lpss_apply()+0x0: data relocation to !ENDBR: pwm_lpss_apply+0x0 drivers/pwm/pwm-lpss.prelink.o: warning: objtool: pwm_lpss_get_state()+0x0: data relocation to !ENDBR: pwm_lpss_get_state+0x0 drivers/pwm/pwm-lpss-pci.prelink.o: warning: objtool: pwm_lpss_runtime_suspend_pci()+0x0: data relocation to !ENDBR: pwm_lpss_runtime_suspend_pci+0x0 drivers/pwm/pwm-lpss-pci.prelink.o: warning: objtool: pwm_lpss_runtime_resume_pci()+0x0: data relocation to !ENDBR: pwm_lpss_runtime_resume_pci+0x0 drivers/pwm/pwm-lpss-pci.prelink.o: warning: objtool: pwm_lpss_probe_pci()+0x0: data relocation to !ENDBR: pwm_lpss_probe_pci+0x0 drivers/pwm/pwm-lpss-pci.prelink.o: warning: objtool: pwm_lpss_remove_pci()+0x0: data relocation to !ENDBR: pwm_lpss_remove_pci+0x0 drivers/pwm/pwm-lpss-pci.prelink.o: warning: objtool: pwm_lpss_driver_pci_init()+0x0: data relocation to !ENDBR: pwm_lpss_driver_pci_init+0x0 sound/core/snd-ctl-led.prelink.o: warning: objtool: snd_ctl_led_register()+0xf1: relocation to !ENDBR: snd_ctl_led_card_release+0x0 sound/core/snd-ctl-led.prelink.o: warning: objtool: snd_ctl_led_init()+0x36: relocation to !ENDBR: snd_ctl_led_dev_release+0x0 sound/core/snd-ctl-led.prelink.o: warning: objtool: snd_ctl_led_init()+0x79: relocation to !ENDBR: snd_ctl_led_release+0x0 sound/core/snd-ctl-led.prelink.o: warning: objtool: snd_ctl_led_register()+0x0: data relocation to !ENDBR: snd_ctl_led_register+0x0 sound/core/snd-ctl-led.prelink.o: warning: objtool: snd_ctl_led_disconnect()+0x0: data relocation to !ENDBR: snd_ctl_led_disconnect+0x0 sound/core/snd-ctl-led.prelink.o: warning: objtool: snd_ctl_led_notify()+0x0: data relocation to !ENDBR: snd_ctl_led_notify+0x0 sound/core/snd-ctl-led.prelink.o: warning: objtool: list_show()+0x0: data relocation to !ENDBR: list_show+0x0 sound/core/snd-ctl-led.prelink.o: warning: objtool: reset_store()+0x0: data relocation to !ENDBR: reset_store+0x0 sound/core/snd-ctl-led.prelink.o: warning: objtool: detach_store()+0x0: data relocation to !ENDBR: detach_store+0x0 sound/core/snd-ctl-led.prelink.o: warning: objtool: attach_store()+0x0: data relocation to !ENDBR: attach_store+0x0 sound/core/snd-ctl-led.prelink.o: warning: objtool: brightness_show()+0x0: data relocation to !ENDBR: brightness_show+0x0 sound/core/snd-ctl-led.prelink.o: warning: objtool: mode_show()+0x0: data relocation to !ENDBR: mode_show+0x0 sound/core/snd-ctl-led.prelink.o: warning: objtool: mode_store()+0x0: data relocation to !ENDBR: mode_store+0x0 sound/core/snd-ctl-led.prelink.o: warning: objtool: snd_ctl_led_init()+0x0: data relocation to !ENDBR: snd_ctl_led_init+0x0 mm/zbud.prelink.o: warning: objtool: zbud_zpool_evict()+0x0: data relocation to !ENDBR: zbud_zpool_evict+0x0 mm/zbud.prelink.o: warning: objtool: zbud_zpool_create()+0x0: data relocation to !ENDBR: zbud_zpool_create+0x0 mm/zbud.prelink.o: warning: objtool: zbud_zpool_destroy()+0x0: data relocation to !ENDBR: zbud_zpool_destroy+0x0 mm/zbud.prelink.o: warning: objtool: zbud_zpool_malloc()+0x0: data relocation to !ENDBR: zbud_zpool_malloc+0x0 mm/zbud.prelink.o: warning: objtool: zbud_zpool_free()+0x0: data relocation to !ENDBR: zbud_zpool_free+0x0 mm/zbud.prelink.o: warning: objtool: zbud_zpool_shrink()+0x0: data relocation to !ENDBR: zbud_zpool_shrink+0x0 mm/zbud.prelink.o: warning: objtool: zbud_zpool_map()+0x0: data relocation to !ENDBR: zbud_zpool_map+0x0 mm/zbud.prelink.o: warning: objtool: zbud_zpool_unmap()+0x0: data relocation to !ENDBR: zbud_zpool_unmap+0x0 mm/zbud.prelink.o: warning: objtool: zbud_zpool_total_size()+0x0: data relocation to !ENDBR: zbud_zpool_total_size+0x0 mm/zbud.prelink.o: warning: objtool: init_zbud()+0x0: data relocation to !ENDBR: init_zbud+0x0 mm/zsmalloc.prelink.o: warning: objtool: zs_create_pool()+0x7e: relocation to !ENDBR: async_free_zspage+0x0 mm/zsmalloc.prelink.o: warning: objtool: zs_create_pool()+0x2b0: relocation to !ENDBR: zs_shrinker_scan+0x0 mm/zsmalloc.prelink.o: warning: objtool: zs_create_pool()+0x2bc: relocation to !ENDBR: zs_shrinker_count+0x0 mm/zsmalloc.prelink.o: warning: objtool: zs_init()+0x37: relocation to !ENDBR: zs_cpu_dead+0x0 mm/zsmalloc.prelink.o: warning: objtool: zs_init()+0x3e: relocation to !ENDBR: zs_cpu_prepare+0x0 mm/zsmalloc.prelink.o: warning: objtool: zs_page_migrate()+0x0: data relocation to !ENDBR: zs_page_migrate+0x0 mm/zsmalloc.prelink.o: warning: objtool: zs_page_isolate()+0x0: data relocation to !ENDBR: zs_page_isolate+0x0 mm/zsmalloc.prelink.o: warning: objtool: zs_page_putback()+0x0: data relocation to !ENDBR: zs_page_putback+0x0 mm/zsmalloc.prelink.o: warning: objtool: zs_init_fs_context()+0x0: data relocation to !ENDBR: zs_init_fs_context+0x0 mm/zsmalloc.prelink.o: warning: objtool: zs_zpool_create()+0x0: data relocation to !ENDBR: zs_zpool_create+0x0 mm/zsmalloc.prelink.o: warning: objtool: zs_zpool_destroy()+0x0: data relocation to !ENDBR: zs_zpool_destroy+0x0 mm/zsmalloc.prelink.o: warning: objtool: zs_zpool_malloc()+0x0: data relocation to !ENDBR: zs_zpool_malloc+0x0 mm/zsmalloc.prelink.o: warning: objtool: zs_zpool_free()+0x0: data relocation to !ENDBR: zs_zpool_free+0x0 mm/zsmalloc.prelink.o: warning: objtool: zs_zpool_map()+0x0: data relocation to !ENDBR: zs_zpool_map+0x0 mm/zsmalloc.prelink.o: warning: objtool: zs_zpool_unmap()+0x0: data relocation to !ENDBR: zs_zpool_unmap+0x0 mm/zsmalloc.prelink.o: warning: objtool: zs_zpool_total_size()+0x0: data relocation to !ENDBR: zs_zpool_total_size+0x0 mm/zsmalloc.prelink.o: warning: objtool: zs_init()+0x0: data relocation to !ENDBR: zs_init+0x0 drivers/gpio/gpio-74x164.prelink.o: warning: objtool: gen_74x164_probe()+0xd2: relocation to !ENDBR: gen_74x164_direction_output+0x0 drivers/gpio/gpio-74x164.prelink.o: warning: objtool: gen_74x164_probe()+0xe3: relocation to !ENDBR: gen_74x164_get_value+0x0 drivers/gpio/gpio-74x164.prelink.o: warning: objtool: gen_74x164_probe()+0xeb: relocation to !ENDBR: gen_74x164_set_value+0x0 drivers/gpio/gpio-74x164.prelink.o: warning: objtool: gen_74x164_probe()+0xf3: relocation to !ENDBR: gen_74x164_set_multiple+0x0 drivers/gpio/gpio-74x164.prelink.o: warning: objtool: gen_74x164_probe()+0x0: data relocation to !ENDBR: gen_74x164_probe+0x0 drivers/gpio/gpio-74x164.prelink.o: warning: objtool: gen_74x164_remove()+0x0: data relocation to !ENDBR: gen_74x164_remove+0x0 drivers/gpio/gpio-74x164.prelink.o: warning: objtool: gen_74x164_driver_init()+0x0: data relocation to !ENDBR: gen_74x164_driver_init+0x0 drivers/gpio/gpio-arizona.prelink.o: warning: objtool: arizona_gpio_probe()+0x7e: relocation to !ENDBR: arizona_gpio_direction_in+0x0 drivers/gpio/gpio-arizona.prelink.o: warning: objtool: arizona_gpio_probe()+0x86: relocation to !ENDBR: arizona_gpio_direction_out+0x0 drivers/gpio/gpio-arizona.prelink.o: warning: objtool: arizona_gpio_probe()+0x8e: relocation to !ENDBR: arizona_gpio_get+0x0 drivers/gpio/gpio-arizona.prelink.o: warning: objtool: arizona_gpio_probe()+0x96: relocation to !ENDBR: arizona_gpio_set+0x0 drivers/gpio/gpio-arizona.prelink.o: warning: objtool: arizona_gpio_probe()+0x0: data relocation to !ENDBR: arizona_gpio_probe+0x0 drivers/gpio/gpio-arizona.prelink.o: warning: objtool: arizona_gpio_driver_init()+0x0: data relocation to !ENDBR: arizona_gpio_driver_init+0x0 drivers/gpio/gpio-bd9571mwv.prelink.o: warning: objtool: bd9571mwv_gpio_probe()+0x8d: relocation to !ENDBR: bd9571mwv_gpio_get_direction+0x0 drivers/gpio/gpio-bd9571mwv.prelink.o: warning: objtool: bd9571mwv_gpio_probe()+0x95: relocation to !ENDBR: bd9571mwv_gpio_direction_input+0x0 drivers/gpio/gpio-bd9571mwv.prelink.o: warning: objtool: bd9571mwv_gpio_probe()+0x9d: relocation to !ENDBR: bd9571mwv_gpio_direction_output+0x0 drivers/gpio/gpio-bd9571mwv.prelink.o: warning: objtool: bd9571mwv_gpio_probe()+0xa5: relocation to !ENDBR: bd9571mwv_gpio_get+0x0 drivers/gpio/gpio-bd9571mwv.prelink.o: warning: objtool: bd9571mwv_gpio_probe()+0xad: relocation to !ENDBR: bd9571mwv_gpio_set+0x0 drivers/gpio/gpio-bd9571mwv.prelink.o: warning: objtool: bd9571mwv_gpio_probe()+0x0: data relocation to !ENDBR: bd9571mwv_gpio_probe+0x0 drivers/gpio/gpio-bd9571mwv.prelink.o: warning: objtool: bd9571mwv_gpio_driver_init()+0x0: data relocation to !ENDBR: bd9571mwv_gpio_driver_init+0x0 drivers/gpio/gpio-cadence.prelink.o: warning: objtool: cdns_gpio_probe()+0x13d: relocation to !ENDBR: cdns_gpio_request+0x0 drivers/gpio/gpio-cadence.prelink.o: warning: objtool: cdns_gpio_probe()+0x145: relocation to !ENDBR: cdns_gpio_free+0x0 drivers/gpio/gpio-cadence.prelink.o: warning: objtool: cdns_gpio_probe()+0x1d5: relocation to !ENDBR: cdns_gpio_irq_handler+0x0 drivers/gpio/gpio-cadence.prelink.o: warning: objtool: cdns_gpio_probe()+0x0: data relocation to !ENDBR: cdns_gpio_probe+0x0 drivers/gpio/gpio-cadence.prelink.o: warning: objtool: cdns_gpio_remove()+0x0: data relocation to !ENDBR: cdns_gpio_remove+0x0 drivers/gpio/gpio-cadence.prelink.o: warning: objtool: cdns_gpio_irq_mask()+0x0: data relocation to !ENDBR: cdns_gpio_irq_mask+0x0 drivers/gpio/gpio-cadence.prelink.o: warning: objtool: cdns_gpio_irq_unmask()+0x0: data relocation to !ENDBR: cdns_gpio_irq_unmask+0x0 drivers/gpio/gpio-cadence.prelink.o: warning: objtool: cdns_gpio_irq_set_type()+0x0: data relocation to !ENDBR: cdns_gpio_irq_set_type+0x0 drivers/gpio/gpio-cadence.prelink.o: warning: objtool: cdns_gpio_driver_init()+0x0: data relocation to !ENDBR: cdns_gpio_driver_init+0x0 drivers/gpio/gpio-grgpio.prelink.o: warning: objtool: grgpio_irq_map()+0x92: relocation to !ENDBR: grgpio_irq_handler+0x0 drivers/gpio/gpio-grgpio.prelink.o: warning: objtool: grgpio_probe()+0xd5: relocation to !ENDBR: grgpio_to_irq+0x0 drivers/gpio/gpio-grgpio.prelink.o: warning: objtool: grgpio_irq_map()+0x0: data relocation to !ENDBR: grgpio_irq_map+0x0 drivers/gpio/gpio-grgpio.prelink.o: warning: objtool: grgpio_irq_unmap()+0x0: data relocation to !ENDBR: grgpio_irq_unmap+0x0 drivers/gpio/gpio-grgpio.prelink.o: warning: objtool: grgpio_probe()+0x0: data relocation to !ENDBR: grgpio_probe+0x0 drivers/gpio/gpio-grgpio.prelink.o: warning: objtool: grgpio_remove()+0x0: data relocation to !ENDBR: grgpio_remove+0x0 drivers/gpio/gpio-grgpio.prelink.o: warning: objtool: grgpio_irq_mask()+0x0: data relocation to !ENDBR: grgpio_irq_mask+0x0 drivers/gpio/gpio-grgpio.prelink.o: warning: objtool: grgpio_irq_unmask()+0x0: data relocation to !ENDBR: grgpio_irq_unmask+0x0 drivers/gpio/gpio-grgpio.prelink.o: warning: objtool: grgpio_irq_set_type()+0x0: data relocation to !ENDBR: grgpio_irq_set_type+0x0 drivers/gpio/gpio-grgpio.prelink.o: warning: objtool: grgpio_driver_init()+0x0: data relocation to !ENDBR: grgpio_driver_init+0x0 drivers/gpio/gpio-gw-pld.prelink.o: warning: objtool: gw_pld_probe()+0x87: relocation to !ENDBR: gw_pld_input8+0x0 drivers/gpio/gpio-gw-pld.prelink.o: warning: objtool: gw_pld_probe()+0x8f: relocation to !ENDBR: gw_pld_get8+0x0 drivers/gpio/gpio-gw-pld.prelink.o: warning: objtool: gw_pld_probe()+0x97: relocation to !ENDBR: gw_pld_output8+0x0 drivers/gpio/gpio-gw-pld.prelink.o: warning: objtool: gw_pld_probe()+0x9f: relocation to !ENDBR: gw_pld_set8+0x0 drivers/gpio/gpio-gw-pld.prelink.o: warning: objtool: gw_pld_probe()+0x0: data relocation to !ENDBR: gw_pld_probe+0x0 drivers/gpio/gpio-gw-pld.prelink.o: warning: objtool: gw_pld_driver_init()+0x0: data relocation to !ENDBR: gw_pld_driver_init+0x0 drivers/gpio/gpio-janz-ttl.prelink.o: warning: objtool: ttl_probe()+0x230: relocation to !ENDBR: ttl_get_value+0x0 drivers/gpio/gpio-janz-ttl.prelink.o: warning: objtool: ttl_probe()+0x238: relocation to !ENDBR: ttl_set_value+0x0 drivers/gpio/gpio-janz-ttl.prelink.o: warning: objtool: ttl_probe()+0x0: data relocation to !ENDBR: ttl_probe+0x0 drivers/gpio/gpio-janz-ttl.prelink.o: warning: objtool: ttl_driver_init()+0x0: data relocation to !ENDBR: ttl_driver_init+0x0 drivers/gpio/gpio-lp3943.prelink.o: warning: objtool: lp3943_gpio_probe()+0x86: relocation to !ENDBR: lp3943_gpio_request+0x0 drivers/gpio/gpio-lp3943.prelink.o: warning: objtool: lp3943_gpio_probe()+0x8e: relocation to !ENDBR: lp3943_gpio_free+0x0 drivers/gpio/gpio-lp3943.prelink.o: warning: objtool: lp3943_gpio_probe()+0x96: relocation to !ENDBR: lp3943_gpio_direction_input+0x0 drivers/gpio/gpio-lp3943.prelink.o: warning: objtool: lp3943_gpio_probe()+0x9e: relocation to !ENDBR: lp3943_gpio_direction_output+0x0 drivers/gpio/gpio-lp3943.prelink.o: warning: objtool: lp3943_gpio_probe()+0xa6: relocation to !ENDBR: lp3943_gpio_get+0x0 drivers/gpio/gpio-lp3943.prelink.o: warning: objtool: lp3943_gpio_probe()+0xae: relocation to !ENDBR: lp3943_gpio_set+0x0 drivers/gpio/gpio-lp3943.prelink.o: warning: objtool: lp3943_gpio_probe()+0x0: data relocation to !ENDBR: lp3943_gpio_probe+0x0 drivers/gpio/gpio-lp3943.prelink.o: warning: objtool: lp3943_gpio_driver_init()+0x0: data relocation to !ENDBR: lp3943_gpio_driver_init+0x0 drivers/gpio/gpio-max732x.prelink.o: warning: objtool: max732x_probe()+0x254: relocation to !ENDBR: max732x_gpio_direction_output+0x0 drivers/gpio/gpio-max732x.prelink.o: warning: objtool: max732x_probe()+0x25c: relocation to !ENDBR: max732x_gpio_set_value+0x0 drivers/gpio/gpio-max732x.prelink.o: warning: objtool: max732x_probe()+0x264: relocation to !ENDBR: max732x_gpio_set_multiple+0x0 drivers/gpio/gpio-max732x.prelink.o: warning: objtool: max732x_probe()+0x106: relocation to !ENDBR: max732x_gpio_get_value+0x0 drivers/gpio/gpio-max732x.prelink.o: warning: objtool: max732x_probe()+0xf1: relocation to !ENDBR: max732x_gpio_direction_input+0x0 drivers/gpio/gpio-max732x.prelink.o: warning: objtool: max732x_probe()+0x0: data relocation to !ENDBR: max732x_probe+0x0 drivers/gpio/gpio-max732x.prelink.o: warning: objtool: max732x_remove()+0x0: data relocation to !ENDBR: max732x_remove+0x0 drivers/gpio/gpio-max732x.prelink.o: warning: objtool: max732x_init()+0x0: data relocation to !ENDBR: max732x_init+0x0 drivers/gpio/gpio-max77650.prelink.o: warning: objtool: max77650_gpio_probe()+0xb9: relocation to !ENDBR: max77650_gpio_direction_input+0x0 drivers/gpio/gpio-max77650.prelink.o: warning: objtool: max77650_gpio_probe()+0xc1: relocation to !ENDBR: max77650_gpio_direction_output+0x0 drivers/gpio/gpio-max77650.prelink.o: warning: objtool: max77650_gpio_probe()+0xc9: relocation to !ENDBR: max77650_gpio_set_value+0x0 drivers/gpio/gpio-max77650.prelink.o: warning: objtool: max77650_gpio_probe()+0xd1: relocation to !ENDBR: max77650_gpio_get_value+0x0 drivers/gpio/gpio-max77650.prelink.o: warning: objtool: max77650_gpio_probe()+0xd9: relocation to !ENDBR: max77650_gpio_get_direction+0x0 drivers/gpio/gpio-max77650.prelink.o: warning: objtool: max77650_gpio_probe()+0xe1: relocation to !ENDBR: max77650_gpio_set_config+0x0 drivers/gpio/gpio-max77650.prelink.o: warning: objtool: max77650_gpio_probe()+0xe9: relocation to !ENDBR: max77650_gpio_to_irq+0x0 drivers/gpio/gpio-max77650.prelink.o: warning: objtool: max77650_gpio_probe()+0x0: data relocation to !ENDBR: max77650_gpio_probe+0x0 drivers/gpio/gpio-max77650.prelink.o: warning: objtool: max77650_gpio_driver_init()+0x0: data relocation to !ENDBR: max77650_gpio_driver_init+0x0 drivers/gpio/gpio-mockup.prelink.o: warning: objtool: gpio_mockup_probe()+0x108: relocation to !ENDBR: gpio_mockup_get+0x0 drivers/gpio/gpio-mockup.prelink.o: warning: objtool: gpio_mockup_probe()+0x114: relocation to !ENDBR: gpio_mockup_set+0x0 drivers/gpio/gpio-mockup.prelink.o: warning: objtool: gpio_mockup_probe()+0x11c: relocation to !ENDBR: gpio_mockup_get_multiple+0x0 drivers/gpio/gpio-mockup.prelink.o: warning: objtool: gpio_mockup_probe()+0x124: relocation to !ENDBR: gpio_mockup_set_multiple+0x0 drivers/gpio/gpio-mockup.prelink.o: warning: objtool: gpio_mockup_probe()+0x12c: relocation to !ENDBR: gpio_mockup_dirout+0x0 drivers/gpio/gpio-mockup.prelink.o: warning: objtool: gpio_mockup_probe()+0x134: relocation to !ENDBR: gpio_mockup_dirin+0x0 drivers/gpio/gpio-mockup.prelink.o: warning: objtool: gpio_mockup_probe()+0x13c: relocation to !ENDBR: gpio_mockup_get_direction+0x0 drivers/gpio/gpio-mockup.prelink.o: warning: objtool: gpio_mockup_probe()+0x144: relocation to !ENDBR: gpio_mockup_set_config+0x0 drivers/gpio/gpio-mockup.prelink.o: warning: objtool: gpio_mockup_probe()+0x14c: relocation to !ENDBR: gpio_mockup_to_irq+0x0 drivers/gpio/gpio-mockup.prelink.o: warning: objtool: gpio_mockup_probe()+0x154: relocation to !ENDBR: gpio_mockup_free+0x0 drivers/gpio/gpio-mockup.prelink.o: warning: objtool: gpio_mockup_probe()+0x1c6: relocation to !ENDBR: gpio_mockup_dispose_mappings+0x0 drivers/gpio/gpio-mockup.prelink.o: warning: objtool: gpio_mockup_debugfs_read()+0x0: data relocation to !ENDBR: gpio_mockup_debugfs_read+0x0 drivers/gpio/gpio-mockup.prelink.o: warning: objtool: gpio_mockup_debugfs_write()+0x0: data relocation to !ENDBR: gpio_mockup_debugfs_write+0x0 drivers/gpio/gpio-mockup.prelink.o: warning: objtool: gpio_mockup_debugfs_open()+0x0: data relocation to !ENDBR: gpio_mockup_debugfs_open+0x0 drivers/gpio/gpio-mockup.prelink.o: warning: objtool: gpio_mockup_probe()+0x0: data relocation to !ENDBR: gpio_mockup_probe+0x0 drivers/gpio/gpio-mockup.prelink.o: warning: objtool: gpio_mockup_init()+0x0: data relocation to !ENDBR: gpio_mockup_init+0x0 drivers/gpio/gpio-pca953x.prelink.o: warning: objtool: pca953x_probe()+0xd2: relocation to !ENDBR: pca953x_gpio_direction_input+0x0 drivers/gpio/gpio-pca953x.prelink.o: warning: objtool: pca953x_probe()+0xea: relocation to !ENDBR: pca953x_gpio_direction_output+0x0 drivers/gpio/gpio-pca953x.prelink.o: warning: objtool: pca953x_probe()+0xf5: relocation to !ENDBR: pca953x_gpio_get_value+0x0 drivers/gpio/gpio-pca953x.prelink.o: warning: objtool: pca953x_probe()+0x100: relocation to !ENDBR: pca953x_gpio_set_value+0x0 drivers/gpio/gpio-pca953x.prelink.o: warning: objtool: pca953x_probe()+0x10b: relocation to !ENDBR: pca953x_gpio_get_direction+0x0 drivers/gpio/gpio-pca953x.prelink.o: warning: objtool: pca953x_probe()+0x116: relocation to !ENDBR: pca953x_gpio_get_multiple+0x0 drivers/gpio/gpio-pca953x.prelink.o: warning: objtool: pca953x_probe()+0x121: relocation to !ENDBR: pca953x_gpio_set_multiple+0x0 drivers/gpio/gpio-pca953x.prelink.o: warning: objtool: pca953x_probe()+0x12c: relocation to !ENDBR: pca953x_gpio_set_config+0x0 drivers/gpio/gpio-pca953x.prelink.o: warning: objtool: pca953x_suspend()+0x0: data relocation to !ENDBR: pca953x_suspend+0x0 drivers/gpio/gpio-pca953x.prelink.o: warning: objtool: pca953x_resume()+0x0: data relocation to !ENDBR: pca953x_resume+0x0 drivers/gpio/gpio-pca953x.prelink.o: warning: objtool: pca953x_suspend()+0x0: data relocation to !ENDBR: pca953x_suspend+0x0 drivers/gpio/gpio-pca953x.prelink.o: warning: objtool: pca953x_resume()+0x0: data relocation to !ENDBR: pca953x_resume+0x0 drivers/gpio/gpio-pca953x.prelink.o: warning: objtool: pca953x_suspend()+0x0: data relocation to !ENDBR: pca953x_suspend+0x0 drivers/gpio/gpio-pca953x.prelink.o: warning: objtool: pca953x_resume()+0x0: data relocation to !ENDBR: pca953x_resume+0x0 drivers/gpio/gpio-pca953x.prelink.o: warning: objtool: pca953x_writeable_register()+0x0: data relocation to !ENDBR: pca953x_writeable_register+0x0 drivers/gpio/gpio-pca953x.prelink.o: warning: objtool: pca953x_readable_register()+0x0: data relocation to !ENDBR: pca953x_readable_register+0x0 drivers/gpio/gpio-pca953x.prelink.o: warning: objtool: pca953x_volatile_register()+0x0: data relocation to !ENDBR: pca953x_volatile_register+0x0 drivers/gpio/gpio-pca953x.prelink.o: warning: objtool: pca953x_writeable_register()+0x0: data relocation to !ENDBR: pca953x_writeable_register+0x0 drivers/gpio/gpio-pca953x.prelink.o: warning: objtool: pca953x_readable_register()+0x0: data relocation to !ENDBR: pca953x_readable_register+0x0 drivers/gpio/gpio-pca953x.prelink.o: warning: objtool: pca953x_volatile_register()+0x0: data relocation to !ENDBR: pca953x_volatile_register+0x0 drivers/gpio/gpio-pca953x.prelink.o: warning: objtool: pca953x_probe()+0x0: data relocation to !ENDBR: pca953x_probe+0x0 drivers/gpio/gpio-pca953x.prelink.o: warning: objtool: pca953x_remove()+0x0: data relocation to !ENDBR: pca953x_remove+0x0 drivers/gpio/gpio-pca953x.prelink.o: warning: objtool: pca953x_init()+0x0: data relocation to !ENDBR: pca953x_init+0x0 drivers/gpio/gpio-sch311x.prelink.o: warning: objtool: sch311x_gpio_probe()+0xe8: relocation to !ENDBR: sch311x_gpio_request+0x0 drivers/gpio/gpio-sch311x.prelink.o: warning: objtool: sch311x_gpio_probe()+0xf0: relocation to !ENDBR: sch311x_gpio_free+0x0 drivers/gpio/gpio-sch311x.prelink.o: warning: objtool: sch311x_gpio_probe()+0xf8: relocation to !ENDBR: sch311x_gpio_direction_in+0x0 drivers/gpio/gpio-sch311x.prelink.o: warning: objtool: sch311x_gpio_probe()+0x100: relocation to !ENDBR: sch311x_gpio_direction_out+0x0 drivers/gpio/gpio-sch311x.prelink.o: warning: objtool: sch311x_gpio_probe()+0x108: relocation to !ENDBR: sch311x_gpio_get_direction+0x0 drivers/gpio/gpio-sch311x.prelink.o: warning: objtool: sch311x_gpio_probe()+0x110: relocation to !ENDBR: sch311x_gpio_set_config+0x0 drivers/gpio/gpio-sch311x.prelink.o: warning: objtool: sch311x_gpio_probe()+0x118: relocation to !ENDBR: sch311x_gpio_get+0x0 drivers/gpio/gpio-sch311x.prelink.o: warning: objtool: sch311x_gpio_probe()+0x120: relocation to !ENDBR: sch311x_gpio_set+0x0 drivers/gpio/gpio-sch311x.prelink.o: warning: objtool: sch311x_gpio_probe()+0x0: data relocation to !ENDBR: sch311x_gpio_probe+0x0 drivers/gpio/gpio-sch311x.prelink.o: warning: objtool: sch311x_gpio_remove()+0x0: data relocation to !ENDBR: sch311x_gpio_remove+0x0 drivers/gpio/gpio-sch311x.prelink.o: warning: objtool: sch311x_gpio_init()+0x0: data relocation to !ENDBR: sch311x_gpio_init+0x0 drivers/gpio/gpio-tqmx86.prelink.o: warning: objtool: tqmx86_gpio_probe()+0x10e: relocation to !ENDBR: tqmx86_gpio_direction_input+0x0 drivers/gpio/gpio-tqmx86.prelink.o: warning: objtool: tqmx86_gpio_probe()+0x116: relocation to !ENDBR: tqmx86_gpio_direction_output+0x0 drivers/gpio/gpio-tqmx86.prelink.o: warning: objtool: tqmx86_gpio_probe()+0x11e: relocation to !ENDBR: tqmx86_gpio_get_direction+0x0 drivers/gpio/gpio-tqmx86.prelink.o: warning: objtool: tqmx86_gpio_probe()+0x126: relocation to !ENDBR: tqmx86_gpio_get+0x0 drivers/gpio/gpio-tqmx86.prelink.o: warning: objtool: tqmx86_gpio_probe()+0x12e: relocation to !ENDBR: tqmx86_gpio_set+0x0 drivers/gpio/gpio-tqmx86.prelink.o: warning: objtool: tqmx86_gpio_probe()+0x148: relocation to !ENDBR: tqmx86_gpio_irq_mask+0x0 drivers/gpio/gpio-tqmx86.prelink.o: warning: objtool: tqmx86_gpio_probe()+0x158: relocation to !ENDBR: tqmx86_gpio_irq_unmask+0x0 drivers/gpio/gpio-tqmx86.prelink.o: warning: objtool: tqmx86_gpio_probe()+0x171: relocation to !ENDBR: tqmx86_gpio_irq_set_type+0x0 drivers/gpio/gpio-tqmx86.prelink.o: warning: objtool: tqmx86_gpio_probe()+0x1ce: relocation to !ENDBR: tqmx86_gpio_irq_handler+0x0 drivers/gpio/gpio-tqmx86.prelink.o: warning: objtool: tqmx86_gpio_probe()+0x20c: relocation to !ENDBR: tqmx86_init_irq_valid_mask+0x0 drivers/gpio/gpio-tqmx86.prelink.o: warning: objtool: tqmx86_gpio_runtime_suspend()+0x0: data relocation to !ENDBR: tqmx86_gpio_runtime_suspend+0x0 drivers/gpio/gpio-tqmx86.prelink.o: warning: objtool: tqmx86_gpio_runtime_resume()+0x0: data relocation to !ENDBR: tqmx86_gpio_runtime_resume+0x0 drivers/gpio/gpio-tqmx86.prelink.o: warning: objtool: tqmx86_gpio_probe()+0x0: data relocation to !ENDBR: tqmx86_gpio_probe+0x0 drivers/gpio/gpio-tqmx86.prelink.o: warning: objtool: tqmx86_gpio_driver_init()+0x0: data relocation to !ENDBR: tqmx86_gpio_driver_init+0x0 drivers/gpio/gpio-ucb1400.prelink.o: warning: objtool: ucb1400_gpio_probe()+0x77: relocation to !ENDBR: ucb1400_gpio_dir_in+0x0 drivers/gpio/gpio-ucb1400.prelink.o: warning: objtool: ucb1400_gpio_probe()+0x7f: relocation to !ENDBR: ucb1400_gpio_dir_out+0x0 drivers/gpio/gpio-ucb1400.prelink.o: warning: objtool: ucb1400_gpio_probe()+0x87: relocation to !ENDBR: ucb1400_gpio_get+0x0 drivers/gpio/gpio-ucb1400.prelink.o: warning: objtool: ucb1400_gpio_probe()+0x8f: relocation to !ENDBR: ucb1400_gpio_set+0x0 drivers/gpio/gpio-ucb1400.prelink.o: warning: objtool: ucb1400_gpio_probe()+0x0: data relocation to !ENDBR: ucb1400_gpio_probe+0x0 drivers/gpio/gpio-ucb1400.prelink.o: warning: objtool: ucb1400_gpio_remove()+0x0: data relocation to !ENDBR: ucb1400_gpio_remove+0x0 drivers/gpio/gpio-ucb1400.prelink.o: warning: objtool: ucb1400_gpio_driver_init()+0x0: data relocation to !ENDBR: ucb1400_gpio_driver_init+0x0 drivers/gpio/gpio-virtio.prelink.o: warning: objtool: virtio_gpio_probe()+0x1c2: relocation to !ENDBR: virtio_gpio_free+0x0 drivers/gpio/gpio-virtio.prelink.o: warning: objtool: virtio_gpio_probe()+0x1cd: relocation to !ENDBR: virtio_gpio_get_direction+0x0 drivers/gpio/gpio-virtio.prelink.o: warning: objtool: virtio_gpio_probe()+0x1d8: relocation to !ENDBR: virtio_gpio_direction_input+0x0 drivers/gpio/gpio-virtio.prelink.o: warning: objtool: virtio_gpio_probe()+0x1e3: relocation to !ENDBR: virtio_gpio_direction_output+0x0 drivers/gpio/gpio-virtio.prelink.o: warning: objtool: virtio_gpio_probe()+0x1ee: relocation to !ENDBR: virtio_gpio_get+0x0 drivers/gpio/gpio-virtio.prelink.o: warning: objtool: virtio_gpio_probe()+0x1f9: relocation to !ENDBR: virtio_gpio_set+0x0 drivers/gpio/gpio-virtio.prelink.o: warning: objtool: virtio_gpio_probe()+0x376: relocation to !ENDBR: virtio_gpio_request_vq+0x0 drivers/gpio/gpio-virtio.prelink.o: warning: objtool: virtio_gpio_probe()+0x385: relocation to !ENDBR: virtio_gpio_event_vq+0x0 drivers/gpio/gpio-virtio.prelink.o: warning: objtool: virtio_gpio_probe()+0x0: data relocation to !ENDBR: virtio_gpio_probe+0x0 drivers/gpio/gpio-virtio.prelink.o: warning: objtool: virtio_gpio_remove()+0x0: data relocation to !ENDBR: virtio_gpio_remove+0x0 drivers/gpio/gpio-virtio.prelink.o: warning: objtool: virtio_gpio_irq_enable()+0x0: data relocation to !ENDBR: virtio_gpio_irq_enable+0x0 drivers/gpio/gpio-virtio.prelink.o: warning: objtool: virtio_gpio_irq_disable()+0x0: data relocation to !ENDBR: virtio_gpio_irq_disable+0x0 drivers/gpio/gpio-virtio.prelink.o: warning: objtool: virtio_gpio_irq_mask()+0x0: data relocation to !ENDBR: virtio_gpio_irq_mask+0x0 drivers/gpio/gpio-virtio.prelink.o: warning: objtool: virtio_gpio_irq_unmask()+0x0: data relocation to !ENDBR: virtio_gpio_irq_unmask+0x0 drivers/gpio/gpio-virtio.prelink.o: warning: objtool: virtio_gpio_irq_set_type()+0x0: data relocation to !ENDBR: virtio_gpio_irq_set_type+0x0 drivers/gpio/gpio-virtio.prelink.o: warning: objtool: virtio_gpio_irq_bus_lock()+0x0: data relocation to !ENDBR: virtio_gpio_irq_bus_lock+0x0 drivers/gpio/gpio-virtio.prelink.o: warning: objtool: virtio_gpio_irq_bus_sync_unlock()+0x0: data relocation to !ENDBR: virtio_gpio_irq_bus_sync_unlock+0x0 drivers/gpio/gpio-virtio.prelink.o: warning: objtool: virtio_gpio_driver_init()+0x0: data relocation to !ENDBR: virtio_gpio_driver_init+0x0 sound/pci/aw2/snd-aw2.prelink.o: warning: objtool: snd_aw2_probe()+0x134: relocation to !ENDBR: snd_aw2_saa7146_interrupt+0x0 sound/pci/aw2/snd-aw2.prelink.o: warning: objtool: snd_aw2_probe()+0x177: relocation to !ENDBR: snd_aw2_free+0x0 sound/pci/aw2/snd-aw2.prelink.o: warning: objtool: snd_aw2_control_switch_capture_info()+0x0: data relocation to !ENDBR: snd_aw2_control_switch_capture_info+0x0 sound/pci/aw2/snd-aw2.prelink.o: warning: objtool: snd_aw2_control_switch_capture_get()+0x0: data relocation to !ENDBR: snd_aw2_control_switch_capture_get+0x0 sound/pci/aw2/snd-aw2.prelink.o: warning: objtool: snd_aw2_control_switch_capture_put()+0x0: data relocation to !ENDBR: snd_aw2_control_switch_capture_put+0x0 sound/pci/aw2/snd-aw2.prelink.o: warning: objtool: snd_aw2_pcm_capture_open()+0x0: data relocation to !ENDBR: snd_aw2_pcm_capture_open+0x0 sound/pci/aw2/snd-aw2.prelink.o: warning: objtool: snd_aw2_pcm_capture_close()+0x0: data relocation to !ENDBR: snd_aw2_pcm_capture_close+0x0 sound/pci/aw2/snd-aw2.prelink.o: warning: objtool: snd_aw2_pcm_prepare_capture()+0x0: data relocation to !ENDBR: snd_aw2_pcm_prepare_capture+0x0 sound/pci/aw2/snd-aw2.prelink.o: warning: objtool: snd_aw2_pcm_trigger_capture()+0x0: data relocation to !ENDBR: snd_aw2_pcm_trigger_capture+0x0 sound/pci/aw2/snd-aw2.prelink.o: warning: objtool: snd_aw2_pcm_pointer_capture()+0x0: data relocation to !ENDBR: snd_aw2_pcm_pointer_capture+0x0 sound/pci/aw2/snd-aw2.prelink.o: warning: objtool: snd_aw2_pcm_playback_open()+0x0: data relocation to !ENDBR: snd_aw2_pcm_playback_open+0x0 sound/pci/aw2/snd-aw2.prelink.o: warning: objtool: snd_aw2_pcm_playback_close()+0x0: data relocation to !ENDBR: snd_aw2_pcm_playback_close+0x0 sound/pci/aw2/snd-aw2.prelink.o: warning: objtool: snd_aw2_pcm_prepare_playback()+0x0: data relocation to !ENDBR: snd_aw2_pcm_prepare_playback+0x0 sound/pci/aw2/snd-aw2.prelink.o: warning: objtool: snd_aw2_pcm_trigger_playback()+0x0: data relocation to !ENDBR: snd_aw2_pcm_trigger_playback+0x0 sound/pci/aw2/snd-aw2.prelink.o: warning: objtool: snd_aw2_pcm_pointer_playback()+0x0: data relocation to !ENDBR: snd_aw2_pcm_pointer_playback+0x0 sound/pci/aw2/snd-aw2.prelink.o: warning: objtool: snd_aw2_probe()+0x0: data relocation to !ENDBR: snd_aw2_probe+0x0 sound/pci/aw2/snd-aw2.prelink.o: warning: objtool: aw2_driver_init()+0x0: data relocation to !ENDBR: aw2_driver_init+0x0 drivers/gpio/gpio-winbond.prelink.o: warning: objtool: winbond_gpio_imatch()+0x0: data relocation to !ENDBR: winbond_gpio_imatch+0x0 drivers/gpio/gpio-winbond.prelink.o: warning: objtool: winbond_gpio_iprobe()+0x0: data relocation to !ENDBR: winbond_gpio_iprobe+0x0 drivers/gpio/gpio-winbond.prelink.o: warning: objtool: winbond_gpio_direction_in()+0x0: data relocation to !ENDBR: winbond_gpio_direction_in+0x0 drivers/gpio/gpio-winbond.prelink.o: warning: objtool: winbond_gpio_direction_out()+0x0: data relocation to !ENDBR: winbond_gpio_direction_out+0x0 drivers/gpio/gpio-winbond.prelink.o: warning: objtool: winbond_gpio_get()+0x0: data relocation to !ENDBR: winbond_gpio_get+0x0 drivers/gpio/gpio-winbond.prelink.o: warning: objtool: winbond_gpio_set()+0x0: data relocation to !ENDBR: winbond_gpio_set+0x0 drivers/gpio/gpio-winbond.prelink.o: warning: objtool: winbond_gpio_idriver_init()+0x0: data relocation to !ENDBR: winbond_gpio_idriver_init+0x0 drivers/gpio/gpio-ws16c48.prelink.o: warning: objtool: ws16c48_probe()+0xbe: relocation to !ENDBR: ws16c48_gpio_get_direction+0x0 drivers/gpio/gpio-ws16c48.prelink.o: warning: objtool: ws16c48_probe()+0xc6: relocation to !ENDBR: ws16c48_gpio_direction_input+0x0 drivers/gpio/gpio-ws16c48.prelink.o: warning: objtool: ws16c48_probe()+0xce: relocation to !ENDBR: ws16c48_gpio_direction_output+0x0 drivers/gpio/gpio-ws16c48.prelink.o: warning: objtool: ws16c48_probe()+0xd6: relocation to !ENDBR: ws16c48_gpio_get+0x0 drivers/gpio/gpio-ws16c48.prelink.o: warning: objtool: ws16c48_probe()+0xde: relocation to !ENDBR: ws16c48_gpio_get_multiple+0x0 drivers/gpio/gpio-ws16c48.prelink.o: warning: objtool: ws16c48_probe()+0xe6: relocation to !ENDBR: ws16c48_gpio_set+0x0 drivers/gpio/gpio-ws16c48.prelink.o: warning: objtool: ws16c48_probe()+0xee: relocation to !ENDBR: ws16c48_gpio_set_multiple+0x0 drivers/gpio/gpio-ws16c48.prelink.o: warning: objtool: ws16c48_probe()+0x13c: relocation to !ENDBR: ws16c48_irq_init_hw+0x0 drivers/gpio/gpio-ws16c48.prelink.o: warning: objtool: ws16c48_probe()+0x17a: relocation to !ENDBR: ws16c48_irq_handler+0x0 drivers/gpio/gpio-ws16c48.prelink.o: warning: objtool: ws16c48_probe()+0x0: data relocation to !ENDBR: ws16c48_probe+0x0 drivers/gpio/gpio-ws16c48.prelink.o: warning: objtool: ws16c48_irq_ack()+0x0: data relocation to !ENDBR: ws16c48_irq_ack+0x0 drivers/gpio/gpio-ws16c48.prelink.o: warning: objtool: ws16c48_irq_mask()+0x0: data relocation to !ENDBR: ws16c48_irq_mask+0x0 drivers/gpio/gpio-ws16c48.prelink.o: warning: objtool: ws16c48_irq_unmask()+0x0: data relocation to !ENDBR: ws16c48_irq_unmask+0x0 drivers/gpio/gpio-ws16c48.prelink.o: warning: objtool: ws16c48_irq_set_type()+0x0: data relocation to !ENDBR: ws16c48_irq_set_type+0x0 drivers/gpio/gpio-ws16c48.prelink.o: warning: objtool: ws16c48_driver_init()+0x0: data relocation to !ENDBR: ws16c48_driver_init+0x0 drivers/gpio/gpio-xilinx.prelink.o: warning: objtool: xgpio_probe()+0x235: relocation to !ENDBR: xgpio_dir_in+0x0 drivers/gpio/gpio-xilinx.prelink.o: warning: objtool: xgpio_probe()+0x23d: relocation to !ENDBR: xgpio_dir_out+0x0 drivers/gpio/gpio-xilinx.prelink.o: warning: objtool: xgpio_probe()+0x245: relocation to !ENDBR: xgpio_get+0x0 drivers/gpio/gpio-xilinx.prelink.o: warning: objtool: xgpio_probe()+0x24d: relocation to !ENDBR: xgpio_set+0x0 drivers/gpio/gpio-xilinx.prelink.o: warning: objtool: xgpio_probe()+0x255: relocation to !ENDBR: xgpio_request+0x0 drivers/gpio/gpio-xilinx.prelink.o: warning: objtool: xgpio_probe()+0x25d: relocation to !ENDBR: xgpio_free+0x0 drivers/gpio/gpio-xilinx.prelink.o: warning: objtool: xgpio_probe()+0x265: relocation to !ENDBR: xgpio_set_multiple+0x0 drivers/gpio/gpio-xilinx.prelink.o: warning: objtool: xgpio_probe()+0x3a2: relocation to !ENDBR: xgpio_irq_ack+0x0 drivers/gpio/gpio-xilinx.prelink.o: warning: objtool: xgpio_probe()+0x3ad: relocation to !ENDBR: xgpio_irq_mask+0x0 drivers/gpio/gpio-xilinx.prelink.o: warning: objtool: xgpio_probe()+0x3b8: relocation to !ENDBR: xgpio_irq_unmask+0x0 drivers/gpio/gpio-xilinx.prelink.o: warning: objtool: xgpio_probe()+0x3c3: relocation to !ENDBR: xgpio_set_irq_type+0x0 drivers/gpio/gpio-xilinx.prelink.o: warning: objtool: xgpio_probe()+0x41b: relocation to !ENDBR: xgpio_irqhandler+0x0 drivers/gpio/gpio-xilinx.prelink.o: warning: objtool: xgpio_suspend()+0x0: data relocation to !ENDBR: xgpio_suspend+0x0 drivers/gpio/gpio-xilinx.prelink.o: warning: objtool: xgpio_resume()+0x0: data relocation to !ENDBR: xgpio_resume+0x0 drivers/gpio/gpio-xilinx.prelink.o: warning: objtool: xgpio_suspend()+0x0: data relocation to !ENDBR: xgpio_suspend+0x0 drivers/gpio/gpio-xilinx.prelink.o: warning: objtool: xgpio_resume()+0x0: data relocation to !ENDBR: xgpio_resume+0x0 drivers/gpio/gpio-xilinx.prelink.o: warning: objtool: xgpio_suspend()+0x0: data relocation to !ENDBR: xgpio_suspend+0x0 drivers/gpio/gpio-xilinx.prelink.o: warning: objtool: xgpio_resume()+0x0: data relocation to !ENDBR: xgpio_resume+0x0 drivers/gpio/gpio-xilinx.prelink.o: warning: objtool: xgpio_runtime_suspend()+0x0: data relocation to !ENDBR: xgpio_runtime_suspend+0x0 drivers/gpio/gpio-xilinx.prelink.o: warning: objtool: xgpio_runtime_resume()+0x0: data relocation to !ENDBR: xgpio_runtime_resume+0x0 drivers/gpio/gpio-xilinx.prelink.o: warning: objtool: xgpio_probe()+0x0: data relocation to !ENDBR: xgpio_probe+0x0 drivers/gpio/gpio-xilinx.prelink.o: warning: objtool: xgpio_remove()+0x0: data relocation to !ENDBR: xgpio_remove+0x0 drivers/gpio/gpio-xilinx.prelink.o: warning: objtool: xgpio_init()+0x0: data relocation to !ENDBR: xgpio_init+0x0 drivers/clk/xilinx/xlnx_vcu.prelink.o: warning: objtool: xvcu_pll_enable()+0x0: data relocation to !ENDBR: xvcu_pll_enable+0x0 drivers/clk/xilinx/xlnx_vcu.prelink.o: warning: objtool: xvcu_pll_disable()+0x0: data relocation to !ENDBR: xvcu_pll_disable+0x0 drivers/clk/xilinx/xlnx_vcu.prelink.o: warning: objtool: xvcu_pll_recalc_rate()+0x0: data relocation to !ENDBR: xvcu_pll_recalc_rate+0x0 drivers/clk/xilinx/xlnx_vcu.prelink.o: warning: objtool: xvcu_pll_round_rate()+0x0: data relocation to !ENDBR: xvcu_pll_round_rate+0x0 drivers/clk/xilinx/xlnx_vcu.prelink.o: warning: objtool: xvcu_pll_set_rate()+0x0: data relocation to !ENDBR: xvcu_pll_set_rate+0x0 drivers/clk/xilinx/xlnx_vcu.prelink.o: warning: objtool: xvcu_probe()+0x0: data relocation to !ENDBR: xvcu_probe+0x0 drivers/clk/xilinx/xlnx_vcu.prelink.o: warning: objtool: xvcu_remove()+0x0: data relocation to !ENDBR: xvcu_remove+0x0 drivers/clk/xilinx/xlnx_vcu.prelink.o: warning: objtool: xvcu_driver_init()+0x0: data relocation to !ENDBR: xvcu_driver_init+0x0 sound/pci/au88x0/snd-au8820.prelink.o: warning: objtool: snd_vortex_probe()+0x95f: relocation to !ENDBR: vortex_interrupt+0x0 sound/pci/au88x0/snd-au8820.prelink.o: warning: objtool: snd_vortex_probe()+0x3f8: relocation to !ENDBR: vortex_game_read+0x0 sound/pci/au88x0/snd-au8820.prelink.o: warning: objtool: snd_vortex_probe()+0x408: relocation to !ENDBR: vortex_game_trigger+0x0 sound/pci/au88x0/snd-au8820.prelink.o: warning: objtool: snd_vortex_probe()+0x41f: relocation to !ENDBR: vortex_game_cooked_read+0x0 sound/pci/au88x0/snd-au8820.prelink.o: warning: objtool: snd_vortex_probe()+0x428: relocation to !ENDBR: vortex_game_open+0x0 sound/pci/au88x0/snd-au8820.prelink.o: warning: objtool: snd_vortex_probe()+0x98e: relocation to !ENDBR: snd_vortex_free+0x0 sound/pci/au88x0/snd-au8820.prelink.o: warning: objtool: vortex_codec_write()+0x0: data relocation to !ENDBR: vortex_codec_write+0x0 sound/pci/au88x0/snd-au8820.prelink.o: warning: objtool: vortex_codec_read()+0x0: data relocation to !ENDBR: vortex_codec_read+0x0 sound/pci/au88x0/snd-au8820.prelink.o: warning: objtool: snd_vortex_pcm_vol_info()+0x0: data relocation to !ENDBR: snd_vortex_pcm_vol_info+0x0 sound/pci/au88x0/snd-au8820.prelink.o: warning: objtool: snd_vortex_pcm_vol_get()+0x0: data relocation to !ENDBR: snd_vortex_pcm_vol_get+0x0 sound/pci/au88x0/snd-au8820.prelink.o: warning: objtool: snd_vortex_pcm_vol_put()+0x0: data relocation to !ENDBR: snd_vortex_pcm_vol_put+0x0 sound/pci/au88x0/snd-au8820.prelink.o: warning: objtool: snd_vortex_spdif_info()+0x0: data relocation to !ENDBR: snd_vortex_spdif_info+0x0 sound/pci/au88x0/snd-au8820.prelink.o: warning: objtool: snd_vortex_spdif_get()+0x0: data relocation to !ENDBR: snd_vortex_spdif_get+0x0 sound/pci/au88x0/snd-au8820.prelink.o: warning: objtool: snd_vortex_spdif_put()+0x0: data relocation to !ENDBR: snd_vortex_spdif_put+0x0 sound/pci/au88x0/snd-au8820.prelink.o: warning: objtool: snd_vortex_spdif_info()+0x0: data relocation to !ENDBR: snd_vortex_spdif_info+0x0 sound/pci/au88x0/snd-au8820.prelink.o: warning: objtool: snd_vortex_spdif_mask_get()+0x0: data relocation to !ENDBR: snd_vortex_spdif_mask_get+0x0 sound/pci/au88x0/snd-au8820.prelink.o: warning: objtool: snd_vortex_pcm_open()+0x0: data relocation to !ENDBR: snd_vortex_pcm_open+0x0 sound/pci/au88x0/snd-au8820.prelink.o: warning: objtool: snd_vortex_pcm_close()+0x0: data relocation to !ENDBR: snd_vortex_pcm_close+0x0 sound/pci/au88x0/snd-au8820.prelink.o: warning: objtool: snd_vortex_pcm_hw_params()+0x0: data relocation to !ENDBR: snd_vortex_pcm_hw_params+0x0 sound/pci/au88x0/snd-au8820.prelink.o: warning: objtool: snd_vortex_pcm_hw_free()+0x0: data relocation to !ENDBR: snd_vortex_pcm_hw_free+0x0 sound/pci/au88x0/snd-au8820.prelink.o: warning: objtool: snd_vortex_pcm_prepare()+0x0: data relocation to !ENDBR: snd_vortex_pcm_prepare+0x0 sound/pci/au88x0/snd-au8820.prelink.o: warning: objtool: snd_vortex_pcm_trigger()+0x0: data relocation to !ENDBR: snd_vortex_pcm_trigger+0x0 sound/pci/au88x0/snd-au8820.prelink.o: warning: objtool: snd_vortex_pcm_pointer()+0x0: data relocation to !ENDBR: snd_vortex_pcm_pointer+0x0 sound/pci/au88x0/snd-au8820.prelink.o: warning: objtool: snd_vortex_probe()+0x0: data relocation to !ENDBR: snd_vortex_probe+0x0 sound/pci/au88x0/snd-au8820.prelink.o: warning: objtool: vortex_driver_init()+0x0: data relocation to !ENDBR: vortex_driver_init+0x0 crypto/seqiv.prelink.o: warning: objtool: seqiv_aead_create()+0x49: relocation to !ENDBR: seqiv_aead_encrypt+0x0 crypto/seqiv.prelink.o: warning: objtool: seqiv_aead_create()+0x57: relocation to !ENDBR: seqiv_aead_decrypt+0x0 crypto/seqiv.prelink.o: warning: objtool: seqiv_aead_encrypt()+0x1ae: relocation to !ENDBR: seqiv_aead_encrypt_complete+0x0 crypto/seqiv.prelink.o: warning: objtool: seqiv_aead_create()+0x0: data relocation to !ENDBR: seqiv_aead_create+0x0 crypto/seqiv.prelink.o: warning: objtool: seqiv_module_init()+0x0: data relocation to !ENDBR: seqiv_module_init+0x0 crypto/cmac.prelink.o: warning: objtool: cmac_create()+0x125: relocation to !ENDBR: cmac_init_tfm+0x0 crypto/cmac.prelink.o: warning: objtool: cmac_create()+0x133: relocation to !ENDBR: crypto_cmac_digest_init+0x0 crypto/cmac.prelink.o: warning: objtool: cmac_create()+0x141: relocation to !ENDBR: cmac_exit_tfm+0x0 crypto/cmac.prelink.o: warning: objtool: cmac_create()+0x14c: relocation to !ENDBR: crypto_cmac_digest_update+0x0 crypto/cmac.prelink.o: warning: objtool: cmac_create()+0x154: relocation to !ENDBR: crypto_cmac_digest_final+0x0 crypto/cmac.prelink.o: warning: objtool: cmac_create()+0x15c: relocation to !ENDBR: crypto_cmac_digest_setkey+0x0 crypto/cmac.prelink.o: warning: objtool: cmac_create()+0x0: data relocation to !ENDBR: cmac_create+0x0 crypto/cmac.prelink.o: warning: objtool: crypto_cmac_module_init()+0x0: data relocation to !ENDBR: crypto_cmac_module_init+0x0 crypto/rmd160.prelink.o: warning: objtool: rmd160_init()+0x0: data relocation to !ENDBR: rmd160_init+0x0 crypto/rmd160.prelink.o: warning: objtool: rmd160_update()+0x0: data relocation to !ENDBR: rmd160_update+0x0 crypto/rmd160.prelink.o: warning: objtool: rmd160_final()+0x0: data relocation to !ENDBR: rmd160_final+0x0 crypto/rmd160.prelink.o: warning: objtool: rmd160_mod_init()+0x0: data relocation to !ENDBR: rmd160_mod_init+0x0 crypto/sha3_generic.prelink.o: warning: objtool: crypto_sha3_init()+0x0: data relocation to !ENDBR: crypto_sha3_init+0x0 crypto/sha3_generic.prelink.o: warning: objtool: crypto_sha3_update()+0x0: data relocation to !ENDBR: crypto_sha3_update+0x0 crypto/sha3_generic.prelink.o: warning: objtool: crypto_sha3_final()+0x0: data relocation to !ENDBR: crypto_sha3_final+0x0 crypto/sha3_generic.prelink.o: warning: objtool: crypto_sha3_init()+0x0: data relocation to !ENDBR: crypto_sha3_init+0x0 crypto/sha3_generic.prelink.o: warning: objtool: crypto_sha3_update()+0x0: data relocation to !ENDBR: crypto_sha3_update+0x0 crypto/sha3_generic.prelink.o: warning: objtool: crypto_sha3_final()+0x0: data relocation to !ENDBR: crypto_sha3_final+0x0 crypto/sha3_generic.prelink.o: warning: objtool: crypto_sha3_init()+0x0: data relocation to !ENDBR: crypto_sha3_init+0x0 crypto/sha3_generic.prelink.o: warning: objtool: crypto_sha3_update()+0x0: data relocation to !ENDBR: crypto_sha3_update+0x0 crypto/sha3_generic.prelink.o: warning: objtool: crypto_sha3_final()+0x0: data relocation to !ENDBR: crypto_sha3_final+0x0 crypto/sha3_generic.prelink.o: warning: objtool: crypto_sha3_init()+0x0: data relocation to !ENDBR: crypto_sha3_init+0x0 crypto/sha3_generic.prelink.o: warning: objtool: crypto_sha3_update()+0x0: data relocation to !ENDBR: crypto_sha3_update+0x0 crypto/sha3_generic.prelink.o: warning: objtool: crypto_sha3_final()+0x0: data relocation to !ENDBR: crypto_sha3_final+0x0 crypto/sha3_generic.prelink.o: warning: objtool: sha3_generic_mod_init()+0x0: data relocation to !ENDBR: sha3_generic_mod_init+0x0 crypto/sm3_generic.prelink.o: warning: objtool: crypto_sm3_update()+0x0: data relocation to !ENDBR: crypto_sm3_update+0x0 crypto/sm3_generic.prelink.o: warning: objtool: crypto_sm3_final()+0x0: data relocation to !ENDBR: crypto_sm3_final+0x0 crypto/sm3_generic.prelink.o: warning: objtool: crypto_sm3_finup()+0x0: data relocation to !ENDBR: crypto_sm3_finup+0x0 crypto/sm3_generic.prelink.o: warning: objtool: sm3_generic_mod_init()+0x0: data relocation to !ENDBR: sm3_generic_mod_init+0x0 crypto/streebog_generic.prelink.o: warning: objtool: streebog_init()+0x0: data relocation to !ENDBR: streebog_init+0x0 crypto/streebog_generic.prelink.o: warning: objtool: streebog_update()+0x0: data relocation to !ENDBR: streebog_update+0x0 crypto/streebog_generic.prelink.o: warning: objtool: streebog_final()+0x0: data relocation to !ENDBR: streebog_final+0x0 crypto/streebog_generic.prelink.o: warning: objtool: streebog_init()+0x0: data relocation to !ENDBR: streebog_init+0x0 crypto/streebog_generic.prelink.o: warning: objtool: streebog_update()+0x0: data relocation to !ENDBR: streebog_update+0x0 crypto/streebog_generic.prelink.o: warning: objtool: streebog_final()+0x0: data relocation to !ENDBR: streebog_final+0x0 crypto/streebog_generic.prelink.o: warning: objtool: streebog_mod_init()+0x0: data relocation to !ENDBR: streebog_mod_init+0x0 crypto/wp512.prelink.o: warning: objtool: wp512_init()+0x0: data relocation to !ENDBR: wp512_init+0x0 crypto/wp512.prelink.o: warning: objtool: wp512_update()+0x0: data relocation to !ENDBR: wp512_update+0x0 crypto/wp512.prelink.o: warning: objtool: wp512_final()+0x0: data relocation to !ENDBR: wp512_final+0x0 crypto/wp512.prelink.o: warning: objtool: wp512_init()+0x0: data relocation to !ENDBR: wp512_init+0x0 crypto/wp512.prelink.o: warning: objtool: wp512_update()+0x0: data relocation to !ENDBR: wp512_update+0x0 crypto/wp512.prelink.o: warning: objtool: wp384_final()+0x0: data relocation to !ENDBR: wp384_final+0x0 crypto/wp512.prelink.o: warning: objtool: wp512_init()+0x0: data relocation to !ENDBR: wp512_init+0x0 crypto/wp512.prelink.o: warning: objtool: wp512_update()+0x0: data relocation to !ENDBR: wp512_update+0x0 crypto/wp512.prelink.o: warning: objtool: wp256_final()+0x0: data relocation to !ENDBR: wp256_final+0x0 crypto/wp512.prelink.o: warning: objtool: wp512_mod_init()+0x0: data relocation to !ENDBR: wp512_mod_init+0x0 crypto/blake2s_generic.prelink.o: warning: objtool: crypto_blake2s_update_generic()+0x0: data relocation to !ENDBR: crypto_blake2s_update_generic+0x0 crypto/blake2s_generic.prelink.o: warning: objtool: crypto_blake2s_final_generic()+0x0: data relocation to !ENDBR: crypto_blake2s_final_generic+0x0 crypto/blake2s_generic.prelink.o: warning: objtool: crypto_blake2s_update_generic()+0x0: data relocation to !ENDBR: crypto_blake2s_update_generic+0x0 crypto/blake2s_generic.prelink.o: warning: objtool: crypto_blake2s_final_generic()+0x0: data relocation to !ENDBR: crypto_blake2s_final_generic+0x0 crypto/blake2s_generic.prelink.o: warning: objtool: crypto_blake2s_update_generic()+0x0: data relocation to !ENDBR: crypto_blake2s_update_generic+0x0 crypto/blake2s_generic.prelink.o: warning: objtool: crypto_blake2s_final_generic()+0x0: data relocation to !ENDBR: crypto_blake2s_final_generic+0x0 crypto/blake2s_generic.prelink.o: warning: objtool: crypto_blake2s_update_generic()+0x0: data relocation to !ENDBR: crypto_blake2s_update_generic+0x0 crypto/blake2s_generic.prelink.o: warning: objtool: crypto_blake2s_final_generic()+0x0: data relocation to !ENDBR: crypto_blake2s_final_generic+0x0 crypto/blake2s_generic.prelink.o: warning: objtool: blake2s_mod_init()+0x0: data relocation to !ENDBR: blake2s_mod_init+0x0 crypto/ctr.prelink.o: warning: objtool: crypto_ctr_create()+0x54: relocation to !ENDBR: crypto_ctr_crypt+0x0 crypto/ctr.prelink.o: warning: objtool: crypto_rfc3686_create()+0x165: relocation to !ENDBR: crypto_rfc3686_setkey+0x0 crypto/ctr.prelink.o: warning: objtool: crypto_rfc3686_create()+0x17f: relocation to !ENDBR: crypto_rfc3686_crypt+0x0 crypto/ctr.prelink.o: warning: objtool: crypto_rfc3686_create()+0x190: relocation to !ENDBR: crypto_rfc3686_init_tfm+0x0 crypto/ctr.prelink.o: warning: objtool: crypto_rfc3686_create()+0x199: relocation to !ENDBR: crypto_rfc3686_exit_tfm+0x0 crypto/ctr.prelink.o: warning: objtool: crypto_rfc3686_create()+0x1a2: relocation to !ENDBR: crypto_rfc3686_free+0x0 crypto/ctr.prelink.o: warning: objtool: crypto_ctr_create()+0x0: data relocation to !ENDBR: crypto_ctr_create+0x0 crypto/ctr.prelink.o: warning: objtool: crypto_rfc3686_create()+0x0: data relocation to !ENDBR: crypto_rfc3686_create+0x0 crypto/ctr.prelink.o: warning: objtool: crypto_ctr_module_init()+0x0: data relocation to !ENDBR: crypto_ctr_module_init+0x0 crypto/adiantum.prelink.o: warning: objtool: adiantum_crypt()+0x1a4: relocation to !ENDBR: adiantum_streamcipher_done+0x0 crypto/adiantum.prelink.o: warning: objtool: adiantum_create()+0x23a: relocation to !ENDBR: adiantum_setkey+0x0 crypto/adiantum.prelink.o: warning: objtool: adiantum_create()+0x243: relocation to !ENDBR: adiantum_encrypt+0x0 crypto/adiantum.prelink.o: warning: objtool: adiantum_create()+0x24c: relocation to !ENDBR: adiantum_decrypt+0x0 crypto/adiantum.prelink.o: warning: objtool: adiantum_create()+0x25d: relocation to !ENDBR: adiantum_init_tfm+0x0 crypto/adiantum.prelink.o: warning: objtool: adiantum_create()+0x268: relocation to !ENDBR: adiantum_exit_tfm+0x0 crypto/adiantum.prelink.o: warning: objtool: adiantum_create()+0x29d: relocation to !ENDBR: adiantum_free_instance+0x0 crypto/adiantum.prelink.o: warning: objtool: adiantum_create()+0x0: data relocation to !ENDBR: adiantum_create+0x0 crypto/adiantum.prelink.o: warning: objtool: adiantum_module_init()+0x0: data relocation to !ENDBR: adiantum_module_init+0x0 crypto/nhpoly1305.prelink.o: warning: objtool: crypto_nhpoly1305_update()+0xa: relocation to !ENDBR: nh_generic+0x0 crypto/nhpoly1305.prelink.o: warning: objtool: crypto_nhpoly1305_final()+0xa: relocation to !ENDBR: nh_generic+0x0 crypto/nhpoly1305.prelink.o: warning: objtool: crypto_nhpoly1305_init()+0x0: data relocation to !ENDBR: crypto_nhpoly1305_init+0x0 crypto/nhpoly1305.prelink.o: warning: objtool: crypto_nhpoly1305_update()+0x0: data relocation to !ENDBR: crypto_nhpoly1305_update+0x0 crypto/nhpoly1305.prelink.o: warning: objtool: crypto_nhpoly1305_final()+0x0: data relocation to !ENDBR: crypto_nhpoly1305_final+0x0 crypto/nhpoly1305.prelink.o: warning: objtool: crypto_nhpoly1305_setkey()+0x0: data relocation to !ENDBR: crypto_nhpoly1305_setkey+0x0 crypto/nhpoly1305.prelink.o: warning: objtool: nhpoly1305_mod_init()+0x0: data relocation to !ENDBR: nhpoly1305_mod_init+0x0 crypto/chacha20poly1305.prelink.o: warning: objtool: poly_tail_continue()+0x92: relocation to !ENDBR: chacha_decrypt_done+0x0 crypto/chacha20poly1305.prelink.o: warning: objtool: poly_tail()+0x50: relocation to !ENDBR: poly_tail_done+0x0 crypto/chacha20poly1305.prelink.o: warning: objtool: poly_cipherpad()+0x57: relocation to !ENDBR: poly_cipherpad_done+0x0 crypto/chacha20poly1305.prelink.o: warning: objtool: poly_cipher()+0x38: relocation to !ENDBR: poly_cipher_done+0x0 crypto/chacha20poly1305.prelink.o: warning: objtool: poly_adpad()+0x57: relocation to !ENDBR: poly_adpad_done+0x0 crypto/chacha20poly1305.prelink.o: warning: objtool: poly_ad()+0x2c: relocation to !ENDBR: poly_ad_done+0x0 crypto/chacha20poly1305.prelink.o: warning: objtool: poly_setkey()+0x36: relocation to !ENDBR: poly_setkey_done+0x0 crypto/chacha20poly1305.prelink.o: warning: objtool: poly_init()+0xf: relocation to !ENDBR: poly_init_done+0x0 crypto/chacha20poly1305.prelink.o: warning: objtool: poly_genkey()+0x86: relocation to !ENDBR: poly_genkey_done+0x0 crypto/chacha20poly1305.prelink.o: warning: objtool: chachapoly_encrypt()+0x99: relocation to !ENDBR: chacha_encrypt_done+0x0 crypto/chacha20poly1305.prelink.o: warning: objtool: chachapoly_create()+0x1d7: relocation to !ENDBR: chachapoly_init+0x0 crypto/chacha20poly1305.prelink.o: warning: objtool: chachapoly_create()+0x1df: relocation to !ENDBR: chachapoly_exit+0x0 crypto/chacha20poly1305.prelink.o: warning: objtool: chachapoly_create()+0x1e7: relocation to !ENDBR: chachapoly_encrypt+0x0 crypto/chacha20poly1305.prelink.o: warning: objtool: chachapoly_create()+0x1ef: relocation to !ENDBR: chachapoly_decrypt+0x0 crypto/chacha20poly1305.prelink.o: warning: objtool: chachapoly_create()+0x1f7: relocation to !ENDBR: chachapoly_setkey+0x0 crypto/chacha20poly1305.prelink.o: warning: objtool: chachapoly_create()+0x1ff: relocation to !ENDBR: chachapoly_setauthsize+0x0 crypto/chacha20poly1305.prelink.o: warning: objtool: chachapoly_create()+0x207: relocation to !ENDBR: chachapoly_free+0x0 crypto/chacha20poly1305.prelink.o: warning: objtool: rfc7539_create()+0x0: data relocation to !ENDBR: rfc7539_create+0x0 crypto/chacha20poly1305.prelink.o: warning: objtool: rfc7539esp_create()+0x0: data relocation to !ENDBR: rfc7539esp_create+0x0 crypto/chacha20poly1305.prelink.o: warning: objtool: chacha20poly1305_module_init()+0x0: data relocation to !ENDBR: chacha20poly1305_module_init+0x0 crypto/serpent_generic.prelink.o: warning: objtool: serpent_setkey()+0x0: data relocation to !ENDBR: serpent_setkey+0x0 crypto/serpent_generic.prelink.o: warning: objtool: serpent_encrypt()+0x0: data relocation to !ENDBR: serpent_encrypt+0x0 crypto/serpent_generic.prelink.o: warning: objtool: serpent_decrypt()+0x0: data relocation to !ENDBR: serpent_decrypt+0x0 crypto/serpent_generic.prelink.o: warning: objtool: serpent_mod_init()+0x0: data relocation to !ENDBR: serpent_mod_init+0x0 crypto/poly1305_generic.prelink.o: warning: objtool: crypto_poly1305_init()+0x0: data relocation to !ENDBR: crypto_poly1305_init+0x0 crypto/poly1305_generic.prelink.o: warning: objtool: crypto_poly1305_update()+0x0: data relocation to !ENDBR: crypto_poly1305_update+0x0 crypto/poly1305_generic.prelink.o: warning: objtool: crypto_poly1305_final()+0x0: data relocation to !ENDBR: crypto_poly1305_final+0x0 crypto/poly1305_generic.prelink.o: warning: objtool: poly1305_mod_init()+0x0: data relocation to !ENDBR: poly1305_mod_init+0x0 crypto/crc32_generic.prelink.o: warning: objtool: crc32_init()+0x0: data relocation to !ENDBR: crc32_init+0x0 crypto/crc32_generic.prelink.o: warning: objtool: crc32_update()+0x0: data relocation to !ENDBR: crc32_update+0x0 crypto/crc32_generic.prelink.o: warning: objtool: crc32_final()+0x0: data relocation to !ENDBR: crc32_final+0x0 crypto/crc32_generic.prelink.o: warning: objtool: crc32_finup()+0x0: data relocation to !ENDBR: crc32_finup+0x0 crypto/crc32_generic.prelink.o: warning: objtool: crc32_digest()+0x0: data relocation to !ENDBR: crc32_digest+0x0 crypto/crc32_generic.prelink.o: warning: objtool: crc32_setkey()+0x0: data relocation to !ENDBR: crc32_setkey+0x0 crypto/crc32_generic.prelink.o: warning: objtool: crc32_cra_init()+0x0: data relocation to !ENDBR: crc32_cra_init+0x0 crypto/crc32_generic.prelink.o: warning: objtool: crc32_mod_init()+0x0: data relocation to !ENDBR: crc32_mod_init+0x0 crypto/crc64_rocksoft_generic.prelink.o: warning: objtool: chksum_init()+0x0: data relocation to !ENDBR: chksum_init+0x0 crypto/crc64_rocksoft_generic.prelink.o: warning: objtool: chksum_update()+0x0: data relocation to !ENDBR: chksum_update+0x0 crypto/crc64_rocksoft_generic.prelink.o: warning: objtool: chksum_final()+0x0: data relocation to !ENDBR: chksum_final+0x0 crypto/crc64_rocksoft_generic.prelink.o: warning: objtool: chksum_finup()+0x0: data relocation to !ENDBR: chksum_finup+0x0 crypto/crc64_rocksoft_generic.prelink.o: warning: objtool: chksum_digest()+0x0: data relocation to !ENDBR: chksum_digest+0x0 crypto/crc64_rocksoft_generic.prelink.o: warning: objtool: crc64_rocksoft_init()+0x0: data relocation to !ENDBR: crc64_rocksoft_init+0x0 crypto/authenc.prelink.o: warning: objtool: crypto_authenc_genicv()+0x67: relocation to !ENDBR: authenc_geniv_ahash_done+0x0 crypto/authenc.prelink.o: warning: objtool: crypto_authenc_encrypt()+0x8a: relocation to !ENDBR: crypto_authenc_encrypt_done+0x0 crypto/authenc.prelink.o: warning: objtool: crypto_authenc_decrypt()+0x6b: relocation to !ENDBR: authenc_verify_ahash_done+0x0 crypto/authenc.prelink.o: warning: objtool: crypto_authenc_create()+0x1ad: relocation to !ENDBR: crypto_authenc_init_tfm+0x0 crypto/authenc.prelink.o: warning: objtool: crypto_authenc_create()+0x1bb: relocation to !ENDBR: crypto_authenc_exit_tfm+0x0 crypto/authenc.prelink.o: warning: objtool: crypto_authenc_create()+0x1c4: relocation to !ENDBR: crypto_authenc_setkey+0x0 crypto/authenc.prelink.o: warning: objtool: crypto_authenc_create()+0x1cd: relocation to !ENDBR: crypto_authenc_encrypt+0x0 crypto/authenc.prelink.o: warning: objtool: crypto_authenc_create()+0x1d6: relocation to !ENDBR: crypto_authenc_decrypt+0x0 crypto/authenc.prelink.o: warning: objtool: crypto_authenc_create()+0x1df: relocation to !ENDBR: crypto_authenc_free+0x0 crypto/authenc.prelink.o: warning: objtool: crypto_authenc_create()+0x0: data relocation to !ENDBR: crypto_authenc_create+0x0 crypto/authenc.prelink.o: warning: objtool: crypto_authenc_module_init()+0x0: data relocation to !ENDBR: crypto_authenc_module_init+0x0 crypto/authencesn.prelink.o: warning: objtool: crypto_authenc_esn_decrypt()+0x14e: relocation to !ENDBR: authenc_esn_verify_ahash_done+0x0 crypto/authencesn.prelink.o: warning: objtool: crypto_authenc_esn_genicv()+0x104: relocation to !ENDBR: authenc_esn_geniv_ahash_done+0x0 crypto/authencesn.prelink.o: warning: objtool: crypto_authenc_esn_encrypt()+0xbd: relocation to !ENDBR: crypto_authenc_esn_encrypt_done+0x0 crypto/authencesn.prelink.o: warning: objtool: crypto_authenc_esn_create()+0x187: relocation to !ENDBR: crypto_authenc_esn_init_tfm+0x0 crypto/authencesn.prelink.o: warning: objtool: crypto_authenc_esn_create()+0x193: relocation to !ENDBR: crypto_authenc_esn_exit_tfm+0x0 crypto/authencesn.prelink.o: warning: objtool: crypto_authenc_esn_create()+0x19b: relocation to !ENDBR: crypto_authenc_esn_setkey+0x0 crypto/authencesn.prelink.o: warning: objtool: crypto_authenc_esn_create()+0x1a3: relocation to !ENDBR: crypto_authenc_esn_setauthsize+0x0 crypto/authencesn.prelink.o: warning: objtool: crypto_authenc_esn_create()+0x1ab: relocation to !ENDBR: crypto_authenc_esn_encrypt+0x0 crypto/authencesn.prelink.o: warning: objtool: crypto_authenc_esn_create()+0x1b3: relocation to !ENDBR: crypto_authenc_esn_decrypt+0x0 crypto/authencesn.prelink.o: warning: objtool: crypto_authenc_esn_create()+0x1bb: relocation to !ENDBR: crypto_authenc_esn_free+0x0 crypto/authencesn.prelink.o: warning: objtool: crypto_authenc_esn_create()+0x0: data relocation to !ENDBR: crypto_authenc_esn_create+0x0 crypto/authencesn.prelink.o: warning: objtool: crypto_authenc_esn_module_init()+0x0: data relocation to !ENDBR: crypto_authenc_esn_module_init+0x0 crypto/xxhash_generic.prelink.o: warning: objtool: xxhash64_init()+0x0: data relocation to !ENDBR: xxhash64_init+0x0 crypto/xxhash_generic.prelink.o: warning: objtool: xxhash64_update()+0x0: data relocation to !ENDBR: xxhash64_update+0x0 crypto/xxhash_generic.prelink.o: warning: objtool: xxhash64_final()+0x0: data relocation to !ENDBR: xxhash64_final+0x0 crypto/xxhash_generic.prelink.o: warning: objtool: xxhash64_digest()+0x0: data relocation to !ENDBR: xxhash64_digest+0x0 crypto/xxhash_generic.prelink.o: warning: objtool: xxhash64_setkey()+0x0: data relocation to !ENDBR: xxhash64_setkey+0x0 crypto/xxhash_generic.prelink.o: warning: objtool: xxhash_mod_init()+0x0: data relocation to !ENDBR: xxhash_mod_init+0x0 crypto/drbg.prelink.o: warning: objtool: drbg_kcapi_seed()+0x40b: relocation to !ENDBR: drbg_init_hash_kernel+0x0 crypto/drbg.prelink.o: warning: objtool: drbg_kcapi_seed()+0x257: relocation to !ENDBR: drbg_init_hash_kernel+0x0 crypto/drbg.prelink.o: warning: objtool: drbg_kcapi_seed()+0x3dd: relocation to !ENDBR: drbg_init_sym_kernel+0x0 crypto/drbg.prelink.o: warning: objtool: drbg_fill_array()+0xbe: relocation to !ENDBR: drbg_kcapi_init+0x0 crypto/drbg.prelink.o: warning: objtool: drbg_fill_array()+0xc9: relocation to !ENDBR: drbg_kcapi_cleanup+0x0 crypto/drbg.prelink.o: warning: objtool: drbg_fill_array()+0xd4: relocation to !ENDBR: drbg_kcapi_random+0x0 crypto/drbg.prelink.o: warning: objtool: drbg_fill_array()+0xdb: relocation to !ENDBR: drbg_kcapi_seed+0x0 crypto/drbg.prelink.o: warning: objtool: drbg_fill_array()+0xe3: relocation to !ENDBR: drbg_kcapi_set_entropy+0x0 crypto/drbg.prelink.o: warning: objtool: drbg_hash_update()+0x0: data relocation to !ENDBR: drbg_hash_update+0x0 crypto/drbg.prelink.o: warning: objtool: drbg_hash_generate()+0x0: data relocation to !ENDBR: drbg_hash_generate+0x0 crypto/drbg.prelink.o: warning: objtool: drbg_init_hash_kernel()+0x0: data relocation to !ENDBR: drbg_init_hash_kernel+0x0 crypto/drbg.prelink.o: warning: objtool: drbg_fini_hash_kernel()+0x0: data relocation to !ENDBR: drbg_fini_hash_kernel+0x0 crypto/drbg.prelink.o: warning: objtool: drbg_hmac_update()+0x0: data relocation to !ENDBR: drbg_hmac_update+0x0 crypto/drbg.prelink.o: warning: objtool: drbg_hmac_generate()+0x0: data relocation to !ENDBR: drbg_hmac_generate+0x0 crypto/drbg.prelink.o: warning: objtool: drbg_init_hash_kernel()+0x0: data relocation to !ENDBR: drbg_init_hash_kernel+0x0 crypto/drbg.prelink.o: warning: objtool: drbg_fini_hash_kernel()+0x0: data relocation to !ENDBR: drbg_fini_hash_kernel+0x0 crypto/drbg.prelink.o: warning: objtool: drbg_ctr_update()+0x0: data relocation to !ENDBR: drbg_ctr_update+0x0 crypto/drbg.prelink.o: warning: objtool: drbg_ctr_generate()+0x0: data relocation to !ENDBR: drbg_ctr_generate+0x0 crypto/drbg.prelink.o: warning: objtool: drbg_init_sym_kernel()+0x0: data relocation to !ENDBR: drbg_init_sym_kernel+0x0 crypto/drbg.prelink.o: warning: objtool: drbg_fini_sym_kernel()+0x0: data relocation to !ENDBR: drbg_fini_sym_kernel+0x0 crypto/drbg.prelink.o: warning: objtool: drbg_init()+0x0: data relocation to !ENDBR: drbg_init+0x0 crypto/tcrypt.prelink.o: warning: objtool: tcrypt_mod_init()+0x0: data relocation to !ENDBR: tcrypt_mod_init+0x0 crypto/dh_generic.prelink.o: warning: objtool: dh_safe_prime_generate_public_key()+0x37: relocation to !ENDBR: dh_safe_prime_complete_req+0x0 crypto/dh_generic.prelink.o: warning: objtool: dh_safe_prime_compute_shared_secret()+0x37: relocation to !ENDBR: dh_safe_prime_complete_req+0x0 crypto/dh_generic.prelink.o: warning: objtool: __dh_safe_prime_create()+0x10c: relocation to !ENDBR: dh_safe_prime_set_secret+0x0 crypto/dh_generic.prelink.o: warning: objtool: __dh_safe_prime_create()+0x11a: relocation to !ENDBR: dh_safe_prime_generate_public_key+0x0 crypto/dh_generic.prelink.o: warning: objtool: __dh_safe_prime_create()+0x122: relocation to !ENDBR: dh_safe_prime_compute_shared_secret+0x0 crypto/dh_generic.prelink.o: warning: objtool: __dh_safe_prime_create()+0x12a: relocation to !ENDBR: dh_safe_prime_max_size+0x0 crypto/dh_generic.prelink.o: warning: objtool: __dh_safe_prime_create()+0x132: relocation to !ENDBR: dh_safe_prime_init_tfm+0x0 crypto/dh_generic.prelink.o: warning: objtool: __dh_safe_prime_create()+0x13a: relocation to !ENDBR: dh_safe_prime_exit_tfm+0x0 crypto/dh_generic.prelink.o: warning: objtool: __dh_safe_prime_create()+0x166: relocation to !ENDBR: dh_safe_prime_free_instance+0x0 crypto/dh_generic.prelink.o: warning: objtool: dh_ffdhe2048_create()+0x0: data relocation to !ENDBR: dh_ffdhe2048_create+0x0 crypto/dh_generic.prelink.o: warning: objtool: dh_ffdhe3072_create()+0x0: data relocation to !ENDBR: dh_ffdhe3072_create+0x0 crypto/dh_generic.prelink.o: warning: objtool: dh_ffdhe4096_create()+0x0: data relocation to !ENDBR: dh_ffdhe4096_create+0x0 crypto/dh_generic.prelink.o: warning: objtool: dh_ffdhe6144_create()+0x0: data relocation to !ENDBR: dh_ffdhe6144_create+0x0 crypto/dh_generic.prelink.o: warning: objtool: dh_ffdhe8192_create()+0x0: data relocation to !ENDBR: dh_ffdhe8192_create+0x0 crypto/dh_generic.prelink.o: warning: objtool: dh_set_secret()+0x0: data relocation to !ENDBR: dh_set_secret+0x0 crypto/dh_generic.prelink.o: warning: objtool: dh_compute_value()+0x0: data relocation to !ENDBR: dh_compute_value+0x0 crypto/dh_generic.prelink.o: warning: objtool: dh_compute_value()+0x0: data relocation to !ENDBR: dh_compute_value+0x0 crypto/dh_generic.prelink.o: warning: objtool: dh_max_size()+0x0: data relocation to !ENDBR: dh_max_size+0x0 crypto/dh_generic.prelink.o: warning: objtool: dh_exit_tfm()+0x0: data relocation to !ENDBR: dh_exit_tfm+0x0 crypto/dh_generic.prelink.o: warning: objtool: dh_exit()+0x0: data relocation to !ENDBR: dh_exit+0x0 crypto/dh_generic.prelink.o: warning: objtool: dh_init()+0x0: data relocation to !ENDBR: dh_init+0x0 crypto/ecdsa_generic.prelink.o: warning: objtool: ecdsa_get_signature_r()+0x0: data relocation to !ENDBR: ecdsa_get_signature_r+0x0 crypto/ecdsa_generic.prelink.o: warning: objtool: ecdsa_get_signature_s()+0x0: data relocation to !ENDBR: ecdsa_get_signature_s+0x0 crypto/ecdsa_generic.prelink.o: warning: objtool: ecdsa_verify()+0x0: data relocation to !ENDBR: ecdsa_verify+0x0 crypto/ecdsa_generic.prelink.o: warning: objtool: ecdsa_set_pub_key()+0x0: data relocation to !ENDBR: ecdsa_set_pub_key+0x0 crypto/ecdsa_generic.prelink.o: warning: objtool: ecdsa_max_size()+0x0: data relocation to !ENDBR: ecdsa_max_size+0x0 crypto/ecdsa_generic.prelink.o: warning: objtool: ecdsa_nist_p192_init_tfm()+0x0: data relocation to !ENDBR: ecdsa_nist_p192_init_tfm+0x0 crypto/ecdsa_generic.prelink.o: warning: objtool: ecdsa_exit_tfm()+0x0: data relocation to !ENDBR: ecdsa_exit_tfm+0x0 crypto/ecdsa_generic.prelink.o: warning: objtool: ecdsa_verify()+0x0: data relocation to !ENDBR: ecdsa_verify+0x0 crypto/ecdsa_generic.prelink.o: warning: objtool: ecdsa_set_pub_key()+0x0: data relocation to !ENDBR: ecdsa_set_pub_key+0x0 crypto/ecdsa_generic.prelink.o: warning: objtool: ecdsa_max_size()+0x0: data relocation to !ENDBR: ecdsa_max_size+0x0 crypto/ecdsa_generic.prelink.o: warning: objtool: ecdsa_nist_p256_init_tfm()+0x0: data relocation to !ENDBR: ecdsa_nist_p256_init_tfm+0x0 crypto/ecdsa_generic.prelink.o: warning: objtool: ecdsa_exit_tfm()+0x0: data relocation to !ENDBR: ecdsa_exit_tfm+0x0 crypto/ecdsa_generic.prelink.o: warning: objtool: ecdsa_verify()+0x0: data relocation to !ENDBR: ecdsa_verify+0x0 crypto/ecdsa_generic.prelink.o: warning: objtool: ecdsa_set_pub_key()+0x0: data relocation to !ENDBR: ecdsa_set_pub_key+0x0 crypto/ecdsa_generic.prelink.o: warning: objtool: ecdsa_max_size()+0x0: data relocation to !ENDBR: ecdsa_max_size+0x0 crypto/ecdsa_generic.prelink.o: warning: objtool: ecdsa_nist_p384_init_tfm()+0x0: data relocation to !ENDBR: ecdsa_nist_p384_init_tfm+0x0 crypto/ecdsa_generic.prelink.o: warning: objtool: ecdsa_exit_tfm()+0x0: data relocation to !ENDBR: ecdsa_exit_tfm+0x0 crypto/ecdsa_generic.prelink.o: warning: objtool: ecdsa_exit()+0x0: data relocation to !ENDBR: ecdsa_exit+0x0 crypto/ecdsa_generic.prelink.o: warning: objtool: ecdsa_init()+0x0: data relocation to !ENDBR: ecdsa_init+0x0 crypto/jitterentropy_rng.prelink.o: warning: objtool: jent_kcapi_random()+0x0: data relocation to !ENDBR: jent_kcapi_random+0x0 crypto/jitterentropy_rng.prelink.o: warning: objtool: jent_kcapi_reset()+0x0: data relocation to !ENDBR: jent_kcapi_reset+0x0 crypto/jitterentropy_rng.prelink.o: warning: objtool: jent_kcapi_init()+0x0: data relocation to !ENDBR: jent_kcapi_init+0x0 crypto/jitterentropy_rng.prelink.o: warning: objtool: jent_kcapi_cleanup()+0x0: data relocation to !ENDBR: jent_kcapi_cleanup+0x0 crypto/jitterentropy_rng.prelink.o: warning: objtool: jent_mod_init()+0x0: data relocation to !ENDBR: jent_mod_init+0x0 crypto/ecrdsa_generic.prelink.o: warning: objtool: ecrdsa_param_curve()+0x0: data relocation to !ENDBR: ecrdsa_param_curve+0x0 crypto/ecrdsa_generic.prelink.o: warning: objtool: ecrdsa_param_digest()+0x0: data relocation to !ENDBR: ecrdsa_param_digest+0x0 crypto/ecrdsa_generic.prelink.o: warning: objtool: ecrdsa_parse_pub_key()+0x0: data relocation to !ENDBR: ecrdsa_parse_pub_key+0x0 crypto/ecrdsa_generic.prelink.o: warning: objtool: ecrdsa_verify()+0x0: data relocation to !ENDBR: ecrdsa_verify+0x0 crypto/ecrdsa_generic.prelink.o: warning: objtool: ecrdsa_set_pub_key()+0x0: data relocation to !ENDBR: ecrdsa_set_pub_key+0x0 crypto/ecrdsa_generic.prelink.o: warning: objtool: ecrdsa_max_size()+0x0: data relocation to !ENDBR: ecrdsa_max_size+0x0 crypto/ecrdsa_generic.prelink.o: warning: objtool: ecrdsa_exit_tfm()+0x0: data relocation to !ENDBR: ecrdsa_exit_tfm+0x0 crypto/ecrdsa_generic.prelink.o: warning: objtool: ecrdsa_mod_init()+0x0: data relocation to !ENDBR: ecrdsa_mod_init+0x0 drivers/video/backlight/88pm860x_bl.prelink.o: warning: objtool: pm860x_backlight_update_status()+0x0: data relocation to !ENDBR: pm860x_backlight_update_status+0x0 drivers/video/backlight/88pm860x_bl.prelink.o: warning: objtool: pm860x_backlight_get_brightness()+0x0: data relocation to !ENDBR: pm860x_backlight_get_brightness+0x0 drivers/video/backlight/88pm860x_bl.prelink.o: warning: objtool: pm860x_backlight_probe()+0x0: data relocation to !ENDBR: pm860x_backlight_probe+0x0 drivers/video/backlight/88pm860x_bl.prelink.o: warning: objtool: pm860x_backlight_driver_init()+0x0: data relocation to !ENDBR: pm860x_backlight_driver_init+0x0 drivers/video/backlight/lp855x_bl.prelink.o: warning: objtool: lp855x_bl_update_status()+0x0: data relocation to !ENDBR: lp855x_bl_update_status+0x0 drivers/video/backlight/lp855x_bl.prelink.o: warning: objtool: lp855x_probe()+0x0: data relocation to !ENDBR: lp855x_probe+0x0 drivers/video/backlight/lp855x_bl.prelink.o: warning: objtool: lp855x_remove()+0x0: data relocation to !ENDBR: lp855x_remove+0x0 drivers/video/backlight/lp855x_bl.prelink.o: warning: objtool: lp855x_get_bl_ctl_mode()+0x0: data relocation to !ENDBR: lp855x_get_bl_ctl_mode+0x0 drivers/video/backlight/lp855x_bl.prelink.o: warning: objtool: lp855x_get_chip_id()+0x0: data relocation to !ENDBR: lp855x_get_chip_id+0x0 drivers/video/backlight/lp855x_bl.prelink.o: warning: objtool: lp8557_bl_off()+0x0: data relocation to !ENDBR: lp8557_bl_off+0x0 drivers/video/backlight/lp855x_bl.prelink.o: warning: objtool: lp8557_bl_on()+0x0: data relocation to !ENDBR: lp8557_bl_on+0x0 drivers/video/backlight/lp855x_bl.prelink.o: warning: objtool: lp855x_driver_init()+0x0: data relocation to !ENDBR: lp855x_driver_init+0x0 drivers/video/backlight/lv5207lp.prelink.o: warning: objtool: lv5207lp_backlight_update_status()+0x0: data relocation to !ENDBR: lv5207lp_backlight_update_status+0x0 drivers/video/backlight/lv5207lp.prelink.o: warning: objtool: lv5207lp_backlight_check_fb()+0x0: data relocation to !ENDBR: lv5207lp_backlight_check_fb+0x0 drivers/video/backlight/lv5207lp.prelink.o: warning: objtool: lv5207lp_probe()+0x0: data relocation to !ENDBR: lv5207lp_probe+0x0 drivers/video/backlight/lv5207lp.prelink.o: warning: objtool: lv5207lp_remove()+0x0: data relocation to !ENDBR: lv5207lp_remove+0x0 drivers/video/backlight/lv5207lp.prelink.o: warning: objtool: lv5207lp_driver_init()+0x0: data relocation to !ENDBR: lv5207lp_driver_init+0x0 drivers/video/backlight/pcf50633-backlight.prelink.o: warning: objtool: pcf50633_bl_update_status()+0x0: data relocation to !ENDBR: pcf50633_bl_update_status+0x0 drivers/video/backlight/pcf50633-backlight.prelink.o: warning: objtool: pcf50633_bl_get_brightness()+0x0: data relocation to !ENDBR: pcf50633_bl_get_brightness+0x0 drivers/video/backlight/pcf50633-backlight.prelink.o: warning: objtool: pcf50633_bl_probe()+0x0: data relocation to !ENDBR: pcf50633_bl_probe+0x0 drivers/video/backlight/pcf50633-backlight.prelink.o: warning: objtool: pcf50633_bl_driver_init()+0x0: data relocation to !ENDBR: pcf50633_bl_driver_init+0x0 drivers/video/backlight/kb3886_bl.prelink.o: warning: objtool: kb3886bl_send_intensity()+0x0: data relocation to !ENDBR: kb3886bl_send_intensity+0x0 drivers/video/backlight/kb3886_bl.prelink.o: warning: objtool: kb3886bl_get_intensity()+0x0: data relocation to !ENDBR: kb3886bl_get_intensity+0x0 drivers/video/backlight/kb3886_bl.prelink.o: warning: objtool: kb3886bl_suspend()+0x0: data relocation to !ENDBR: kb3886bl_suspend+0x0 drivers/video/backlight/kb3886_bl.prelink.o: warning: objtool: kb3886bl_resume()+0x0: data relocation to !ENDBR: kb3886bl_resume+0x0 drivers/video/backlight/kb3886_bl.prelink.o: warning: objtool: kb3886bl_suspend()+0x0: data relocation to !ENDBR: kb3886bl_suspend+0x0 drivers/video/backlight/kb3886_bl.prelink.o: warning: objtool: kb3886bl_resume()+0x0: data relocation to !ENDBR: kb3886bl_resume+0x0 drivers/video/backlight/kb3886_bl.prelink.o: warning: objtool: kb3886bl_suspend()+0x0: data relocation to !ENDBR: kb3886bl_suspend+0x0 drivers/video/backlight/kb3886_bl.prelink.o: warning: objtool: kb3886bl_resume()+0x0: data relocation to !ENDBR: kb3886bl_resume+0x0 drivers/video/backlight/kb3886_bl.prelink.o: warning: objtool: kb3886bl_probe()+0x0: data relocation to !ENDBR: kb3886bl_probe+0x0 drivers/video/backlight/kb3886_bl.prelink.o: warning: objtool: kb3886_init()+0x0: data relocation to !ENDBR: kb3886_init+0x0 drivers/video/backlight/wm831x_bl.prelink.o: warning: objtool: wm831x_backlight_update_status()+0x0: data relocation to !ENDBR: wm831x_backlight_update_status+0x0 drivers/video/backlight/wm831x_bl.prelink.o: warning: objtool: wm831x_backlight_get_brightness()+0x0: data relocation to !ENDBR: wm831x_backlight_get_brightness+0x0 drivers/video/backlight/wm831x_bl.prelink.o: warning: objtool: wm831x_backlight_probe()+0x0: data relocation to !ENDBR: wm831x_backlight_probe+0x0 drivers/video/backlight/wm831x_bl.prelink.o: warning: objtool: wm831x_backlight_driver_init()+0x0: data relocation to !ENDBR: wm831x_backlight_driver_init+0x0 drivers/video/backlight/arcxcnn_bl.prelink.o: warning: objtool: arcxcnn_bl_update_status()+0x0: data relocation to !ENDBR: arcxcnn_bl_update_status+0x0 drivers/video/backlight/arcxcnn_bl.prelink.o: warning: objtool: arcxcnn_probe()+0x0: data relocation to !ENDBR: arcxcnn_probe+0x0 drivers/video/backlight/arcxcnn_bl.prelink.o: warning: objtool: arcxcnn_remove()+0x0: data relocation to !ENDBR: arcxcnn_remove+0x0 drivers/video/backlight/arcxcnn_bl.prelink.o: warning: objtool: arcxcnn_driver_init()+0x0: data relocation to !ENDBR: arcxcnn_driver_init+0x0 drivers/video/backlight/rave-sp-backlight.prelink.o: warning: objtool: rave_sp_backlight_update_status()+0x0: data relocation to !ENDBR: rave_sp_backlight_update_status+0x0 drivers/video/backlight/rave-sp-backlight.prelink.o: warning: objtool: rave_sp_backlight_probe()+0x0: data relocation to !ENDBR: rave_sp_backlight_probe+0x0 drivers/video/backlight/rave-sp-backlight.prelink.o: warning: objtool: rave_sp_backlight_driver_init()+0x0: data relocation to !ENDBR: rave_sp_backlight_driver_init+0x0 drivers/video/backlight/led_bl.prelink.o: warning: objtool: led_bl_update_status()+0x0: data relocation to !ENDBR: led_bl_update_status+0x0 drivers/video/backlight/led_bl.prelink.o: warning: objtool: led_bl_probe()+0x0: data relocation to !ENDBR: led_bl_probe+0x0 drivers/video/backlight/led_bl.prelink.o: warning: objtool: led_bl_remove()+0x0: data relocation to !ENDBR: led_bl_remove+0x0 drivers/video/backlight/led_bl.prelink.o: warning: objtool: led_bl_driver_init()+0x0: data relocation to !ENDBR: led_bl_driver_init+0x0 drivers/virtio/virtio_balloon.prelink.o: warning: objtool: init_vqs()+0x12: relocation to !ENDBR: balloon_ack+0x0 drivers/virtio/virtio_balloon.prelink.o: warning: objtool: init_vqs()+0x81: relocation to !ENDBR: stats_request+0x0 drivers/virtio/virtio_balloon.prelink.o: warning: objtool: virtballoon_probe()+0xc0: relocation to !ENDBR: update_balloon_stats_func+0x0 drivers/virtio/virtio_balloon.prelink.o: warning: objtool: virtballoon_probe()+0x106: relocation to !ENDBR: update_balloon_size_func+0x0 drivers/virtio/virtio_balloon.prelink.o: warning: objtool: virtballoon_probe()+0x1ff: relocation to !ENDBR: virtballoon_migratepage+0x0 drivers/virtio/virtio_balloon.prelink.o: warning: objtool: virtballoon_probe()+0x46e: relocation to !ENDBR: report_free_page_func+0x0 drivers/virtio/virtio_balloon.prelink.o: warning: objtool: virtballoon_probe()+0x49e: relocation to !ENDBR: virtio_balloon_shrinker_scan+0x0 drivers/virtio/virtio_balloon.prelink.o: warning: objtool: virtballoon_probe()+0x4b7: relocation to !ENDBR: virtio_balloon_shrinker_count+0x0 drivers/virtio/virtio_balloon.prelink.o: warning: objtool: virtballoon_probe()+0x30b: relocation to !ENDBR: virtballoon_free_page_report+0x0 drivers/virtio/virtio_balloon.prelink.o: warning: objtool: virtballoon_probe()+0x27f: relocation to !ENDBR: virtio_balloon_oom_notify+0x0 drivers/virtio/virtio_balloon.prelink.o: warning: objtool: virtballoon_validate()+0x0: data relocation to !ENDBR: virtballoon_validate+0x0 drivers/virtio/virtio_balloon.prelink.o: warning: objtool: virtballoon_probe()+0x0: data relocation to !ENDBR: virtballoon_probe+0x0 drivers/virtio/virtio_balloon.prelink.o: warning: objtool: virtballoon_remove()+0x0: data relocation to !ENDBR: virtballoon_remove+0x0 drivers/virtio/virtio_balloon.prelink.o: warning: objtool: virtballoon_changed()+0x0: data relocation to !ENDBR: virtballoon_changed+0x0 drivers/virtio/virtio_balloon.prelink.o: warning: objtool: virtballoon_freeze()+0x0: data relocation to !ENDBR: virtballoon_freeze+0x0 drivers/virtio/virtio_balloon.prelink.o: warning: objtool: virtballoon_restore()+0x0: data relocation to !ENDBR: virtballoon_restore+0x0 drivers/virtio/virtio_balloon.prelink.o: warning: objtool: balloon_init_fs_context()+0x0: data relocation to !ENDBR: balloon_init_fs_context+0x0 drivers/virtio/virtio_balloon.prelink.o: warning: objtool: virtio_balloon_driver_init()+0x0: data relocation to !ENDBR: virtio_balloon_driver_init+0x0 drivers/virtio/virtio_input.prelink.o: warning: objtool: virtinput_init_vqs()+0x2b: relocation to !ENDBR: virtinput_recv_events+0x0 drivers/virtio/virtio_input.prelink.o: warning: objtool: virtinput_init_vqs()+0x33: relocation to !ENDBR: virtinput_recv_status+0x0 drivers/virtio/virtio_input.prelink.o: warning: objtool: virtinput_probe()+0x316: relocation to !ENDBR: virtinput_status+0x0 drivers/virtio/virtio_input.prelink.o: warning: objtool: virtinput_probe()+0x0: data relocation to !ENDBR: virtinput_probe+0x0 drivers/virtio/virtio_input.prelink.o: warning: objtool: virtinput_remove()+0x0: data relocation to !ENDBR: virtinput_remove+0x0 drivers/virtio/virtio_input.prelink.o: warning: objtool: virtinput_freeze()+0x0: data relocation to !ENDBR: virtinput_freeze+0x0 drivers/virtio/virtio_input.prelink.o: warning: objtool: virtinput_restore()+0x0: data relocation to !ENDBR: virtinput_restore+0x0 drivers/virtio/virtio_input.prelink.o: warning: objtool: virtio_input_driver_init()+0x0: data relocation to !ENDBR: virtio_input_driver_init+0x0 drivers/virtio/virtio_dma_buf.prelink.o: warning: objtool: virtio_dma_buf_export()+0x19: relocation to !ENDBR: virtio_dma_buf_attach+0x0 drivers/virtio/virtio_dma_buf.prelink.o: warning: objtool: is_virtio_dma_buf()+0xe: relocation to !ENDBR: virtio_dma_buf_attach+0x0 drivers/virtio/virtio_dma_buf.prelink.o: warning: objtool: virtio_dma_buf_get_uuid()+0xd: relocation to !ENDBR: virtio_dma_buf_attach+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_atc_destroy()+0x4f: relocation to !ENDBR: src_mgr_destroy+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_atc_create()+0x75: relocation to !ENDBR: atc_pcm_stop+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_atc_create()+0x80: relocation to !ENDBR: ct_map_audio_buffer+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_atc_create()+0x96: relocation to !ENDBR: ct_unmap_audio_buffer+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_atc_create()+0x9e: relocation to !ENDBR: atc_get_ptp_phys+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_atc_create()+0xa6: relocation to !ENDBR: atc_pcm_playback_prepare+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_atc_create()+0xb1: relocation to !ENDBR: atc_pcm_playback_start+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_atc_create()+0xbc: relocation to !ENDBR: atc_pcm_playback_position+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_atc_create()+0xc7: relocation to !ENDBR: spdif_passthru_playback_prepare+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_atc_create()+0xd2: relocation to !ENDBR: atc_pcm_capture_prepare+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_atc_create()+0xdd: relocation to !ENDBR: atc_pcm_capture_start+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_atc_create()+0xe8: relocation to !ENDBR: atc_pcm_capture_position+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_atc_create()+0xf3: relocation to !ENDBR: atc_pcm_release_resources+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_atc_create()+0xfe: relocation to !ENDBR: atc_select_line_in+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_atc_create()+0x109: relocation to !ENDBR: atc_select_mic_in+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_atc_create()+0x114: relocation to !ENDBR: atc_select_digit_io+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_atc_create()+0x11f: relocation to !ENDBR: atc_line_front_unmute+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_atc_create()+0x12a: relocation to !ENDBR: atc_line_surround_unmute+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_atc_create()+0x135: relocation to !ENDBR: atc_line_clfe_unmute+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_atc_create()+0x140: relocation to !ENDBR: atc_line_rear_unmute+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_atc_create()+0x14b: relocation to !ENDBR: atc_line_in_unmute+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_atc_create()+0x156: relocation to !ENDBR: atc_mic_unmute+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_atc_create()+0x161: relocation to !ENDBR: atc_spdif_out_unmute+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_atc_create()+0x16c: relocation to !ENDBR: atc_spdif_in_unmute+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_atc_create()+0x177: relocation to !ENDBR: atc_spdif_out_get_status+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_atc_create()+0x182: relocation to !ENDBR: atc_spdif_out_set_status+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_atc_create()+0x18d: relocation to !ENDBR: atc_spdif_out_passthru+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_atc_create()+0x198: relocation to !ENDBR: atc_capabilities+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_atc_create()+0x1a3: relocation to !ENDBR: atc_output_switch_get+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_atc_create()+0x1ae: relocation to !ENDBR: atc_output_switch_put+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_atc_create()+0x1b9: relocation to !ENDBR: atc_mic_source_switch_get+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_atc_create()+0x1c4: relocation to !ENDBR: atc_mic_source_switch_put+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_atc_create()+0x1de: relocation to !ENDBR: atc_suspend+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_atc_create()+0x1e9: relocation to !ENDBR: atc_resume+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_atc_create()+0x2f5: relocation to !ENDBR: src_mgr_create+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_vm_create()+0xc8: relocation to !ENDBR: ct_vm_map+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_vm_create()+0xd3: relocation to !ENDBR: ct_vm_unmap+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_vm_create()+0xde: relocation to !ENDBR: ct_get_ptp_phys+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_pcm_capture_open()+0x53: relocation to !ENDBR: ct_atc_pcm_interrupt+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_pcm_capture_open()+0x13b: relocation to !ENDBR: ct_atc_pcm_free_substream+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_pcm_playback_open()+0x47: relocation to !ENDBR: ct_atc_pcm_interrupt+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_pcm_playback_open()+0x145: relocation to !ENDBR: ct_atc_pcm_free_substream+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_mixer_create()+0xa7: relocation to !ENDBR: mixer_get_output_ports+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_mixer_create()+0xaf: relocation to !ENDBR: mixer_set_input_left+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_mixer_create()+0xb7: relocation to !ENDBR: mixer_set_input_right+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_mixer_create()+0xbf: relocation to !ENDBR: mixer_resume+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: srcimp_imap_delete()+0x38: relocation to !ENDBR: srcimp_map_op+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: srcimp_imap_delete()+0x79: relocation to !ENDBR: srcimp_map_op+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: srcimp_imap_add()+0x4d: relocation to !ENDBR: srcimp_map_op+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: srcimp_imap_add()+0x7d: relocation to !ENDBR: srcimp_map_op+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: src_mgr_create()+0x8d: relocation to !ENDBR: get_src_rsc+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: src_mgr_create()+0xa3: relocation to !ENDBR: put_src_rsc+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: src_mgr_create()+0xae: relocation to !ENDBR: src_enable_s+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: src_mgr_create()+0xb9: relocation to !ENDBR: src_enable+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: src_mgr_create()+0xc4: relocation to !ENDBR: src_disable+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: src_mgr_create()+0xcf: relocation to !ENDBR: src_mgr_commit_write+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: srcimp_mgr_create()+0x123: relocation to !ENDBR: get_srcimp_rsc+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: srcimp_mgr_create()+0x12e: relocation to !ENDBR: put_srcimp_rsc+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: srcimp_mgr_create()+0x139: relocation to !ENDBR: srcimp_imap_add+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: srcimp_mgr_create()+0x144: relocation to !ENDBR: srcimp_imap_delete+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: amixer_mgr_create()+0x7e: relocation to !ENDBR: get_amixer_rsc+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: amixer_mgr_create()+0x86: relocation to !ENDBR: put_amixer_rsc+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: sum_mgr_create()+0x7e: relocation to !ENDBR: get_sum_rsc+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: sum_mgr_create()+0x86: relocation to !ENDBR: put_sum_rsc+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: daio_imap_delete()+0x38: relocation to !ENDBR: daio_map_op+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: daio_imap_delete()+0x79: relocation to !ENDBR: daio_map_op+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: daio_imap_add()+0x4d: relocation to !ENDBR: daio_map_op+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: daio_imap_add()+0x7d: relocation to !ENDBR: daio_map_op+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: daio_mgr_create()+0x123: relocation to !ENDBR: get_daio_rsc+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: daio_mgr_create()+0x12e: relocation to !ENDBR: put_daio_rsc+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: daio_mgr_create()+0x139: relocation to !ENDBR: daio_mgr_enb_daio+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: daio_mgr_create()+0x144: relocation to !ENDBR: daio_mgr_dsb_daio+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: daio_mgr_create()+0x14f: relocation to !ENDBR: daio_imap_add+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: daio_mgr_create()+0x15a: relocation to !ENDBR: daio_imap_delete+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: daio_mgr_create()+0x165: relocation to !ENDBR: daio_mgr_commit_write+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_systimer_init()+0x1e: relocation to !ENDBR: ct_systimer_callback+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_timer_new()+0xca: relocation to !ENDBR: ct_timer_interrupt+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: hw_card_init()+0x5f2: relocation to !ENDBR: ct_20k2_interrupt+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x47: relocation to !ENDBR: hw_card_init+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x4e: relocation to !ENDBR: hw_card_stop+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x56: relocation to !ENDBR: hw_pll_init+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x5e: relocation to !ENDBR: hw_suspend+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x66: relocation to !ENDBR: hw_resume+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x6e: relocation to !ENDBR: hw_is_adc_input_selected+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x76: relocation to !ENDBR: hw_adc_input_select+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x7e: relocation to !ENDBR: hw_capabilities+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x86: relocation to !ENDBR: hw_output_switch_get+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x8e: relocation to !ENDBR: hw_output_switch_put+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x96: relocation to !ENDBR: hw_mic_source_switch_get+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x9e: relocation to !ENDBR: hw_mic_source_switch_put+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0xa6: relocation to !ENDBR: src_get_rsc_ctrl_blk+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0xae: relocation to !ENDBR: src_put_rsc_ctrl_blk+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0xb6: relocation to !ENDBR: src_set_state+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0xbe: relocation to !ENDBR: src_set_bm+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0xc6: relocation to !ENDBR: src_set_rsr+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0xd1: relocation to !ENDBR: src_set_sf+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0xdc: relocation to !ENDBR: src_set_wr+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0xe7: relocation to !ENDBR: src_set_pm+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0xf2: relocation to !ENDBR: src_set_rom+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0xfd: relocation to !ENDBR: src_set_vo+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x108: relocation to !ENDBR: src_set_st+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x113: relocation to !ENDBR: src_set_ie+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x11e: relocation to !ENDBR: src_set_ilsz+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x129: relocation to !ENDBR: src_set_bp+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x134: relocation to !ENDBR: src_set_cisz+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x13f: relocation to !ENDBR: src_set_ca+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x14a: relocation to !ENDBR: src_set_sa+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x155: relocation to !ENDBR: src_set_la+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x160: relocation to !ENDBR: src_set_pitch+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x16b: relocation to !ENDBR: src_set_clear_zbufs+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x176: relocation to !ENDBR: src_set_dirty+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x181: relocation to !ENDBR: src_set_dirty_all+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x18c: relocation to !ENDBR: src_commit_write+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x197: relocation to !ENDBR: src_get_ca+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x1a2: relocation to !ENDBR: src_get_dirty+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x1ad: relocation to !ENDBR: src_dirty_conj_mask+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x1b8: relocation to !ENDBR: src_mgr_get_ctrl_blk+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x1c3: relocation to !ENDBR: src_mgr_put_ctrl_blk+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x1ce: relocation to !ENDBR: src_mgr_enbs_src+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x1d9: relocation to !ENDBR: src_mgr_enb_src+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x1e4: relocation to !ENDBR: src_mgr_dsb_src+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x1ef: relocation to !ENDBR: src_mgr_commit_write+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x1fa: relocation to !ENDBR: srcimp_mgr_get_ctrl_blk+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x205: relocation to !ENDBR: srcimp_mgr_put_ctrl_blk+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x210: relocation to !ENDBR: srcimp_mgr_set_imaparc+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x21b: relocation to !ENDBR: srcimp_mgr_set_imapuser+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x226: relocation to !ENDBR: srcimp_mgr_set_imapnxt+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x231: relocation to !ENDBR: srcimp_mgr_set_imapaddr+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x23c: relocation to !ENDBR: srcimp_mgr_commit_write+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x247: relocation to !ENDBR: amixer_rsc_get_ctrl_blk+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x252: relocation to !ENDBR: amixer_rsc_put_ctrl_blk+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x25d: relocation to !ENDBR: amixer_mgr_get_ctrl_blk+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x268: relocation to !ENDBR: amixer_mgr_put_ctrl_blk+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x273: relocation to !ENDBR: amixer_set_mode+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x27e: relocation to !ENDBR: amixer_set_iv+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x289: relocation to !ENDBR: amixer_set_x+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x294: relocation to !ENDBR: amixer_set_y+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x29f: relocation to !ENDBR: amixer_set_sadr+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x2aa: relocation to !ENDBR: amixer_set_se+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x2b5: relocation to !ENDBR: amixer_set_dirty+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x2c0: relocation to !ENDBR: amixer_set_dirty_all+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x2cb: relocation to !ENDBR: amixer_commit_write+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x2d6: relocation to !ENDBR: amixer_get_y+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x2e1: relocation to !ENDBR: amixer_get_dirty+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x2ec: relocation to !ENDBR: dai_get_ctrl_blk+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x2f7: relocation to !ENDBR: dai_put_ctrl_blk+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x302: relocation to !ENDBR: dai_srt_set_srco+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x30d: relocation to !ENDBR: dai_srt_set_srcm+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x318: relocation to !ENDBR: dai_srt_set_rsr+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x323: relocation to !ENDBR: dai_srt_set_drat+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x32e: relocation to !ENDBR: dai_srt_set_ec+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x339: relocation to !ENDBR: dai_srt_set_et+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x344: relocation to !ENDBR: dai_commit_write+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x34f: relocation to !ENDBR: dao_get_ctrl_blk+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x35a: relocation to !ENDBR: dao_put_ctrl_blk+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x365: relocation to !ENDBR: dao_set_spos+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x370: relocation to !ENDBR: dao_commit_write+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x37b: relocation to !ENDBR: dao_get_spos+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x386: relocation to !ENDBR: daio_mgr_get_ctrl_blk+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x391: relocation to !ENDBR: daio_mgr_put_ctrl_blk+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x39c: relocation to !ENDBR: daio_mgr_enb_dai+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x3a7: relocation to !ENDBR: daio_mgr_dsb_dai+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x3b2: relocation to !ENDBR: daio_mgr_enb_dao+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x3bd: relocation to !ENDBR: daio_mgr_dsb_dao+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x3c8: relocation to !ENDBR: daio_mgr_dao_init+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x3d3: relocation to !ENDBR: daio_mgr_set_imaparc+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x3de: relocation to !ENDBR: daio_mgr_set_imapnxt+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x3e9: relocation to !ENDBR: daio_mgr_set_imapaddr+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x3f4: relocation to !ENDBR: daio_mgr_commit_write+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x3ff: relocation to !ENDBR: set_timer_irq+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x40a: relocation to !ENDBR: set_timer_tick+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k2_hw_obj()+0x415: relocation to !ENDBR: get_wc+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: hw_card_init()+0x5c4: relocation to !ENDBR: ct_20k1_interrupt+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x87: relocation to !ENDBR: hw_card_init+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x8e: relocation to !ENDBR: hw_card_stop+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x96: relocation to !ENDBR: hw_pll_init+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x9e: relocation to !ENDBR: hw_suspend+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0xa6: relocation to !ENDBR: hw_resume+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0xae: relocation to !ENDBR: hw_is_adc_input_selected+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0xb6: relocation to !ENDBR: hw_adc_input_select+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0xbe: relocation to !ENDBR: hw_capabilities+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0xc6: relocation to !ENDBR: src_get_rsc_ctrl_blk+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0xce: relocation to !ENDBR: src_put_rsc_ctrl_blk+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0xd6: relocation to !ENDBR: src_set_state+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0xde: relocation to !ENDBR: src_set_bm+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0xe6: relocation to !ENDBR: src_set_rsr+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0xf1: relocation to !ENDBR: src_set_sf+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0xfc: relocation to !ENDBR: src_set_wr+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x107: relocation to !ENDBR: src_set_pm+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x112: relocation to !ENDBR: src_set_rom+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x11d: relocation to !ENDBR: src_set_vo+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x128: relocation to !ENDBR: src_set_st+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x133: relocation to !ENDBR: src_set_ie+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x13e: relocation to !ENDBR: src_set_ilsz+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x149: relocation to !ENDBR: src_set_bp+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x154: relocation to !ENDBR: src_set_cisz+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x15f: relocation to !ENDBR: src_set_ca+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x16a: relocation to !ENDBR: src_set_sa+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x175: relocation to !ENDBR: src_set_la+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x180: relocation to !ENDBR: src_set_pitch+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x18b: relocation to !ENDBR: src_set_clear_zbufs+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x196: relocation to !ENDBR: src_set_dirty+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x1a1: relocation to !ENDBR: src_set_dirty_all+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x1ac: relocation to !ENDBR: src_commit_write+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x1b7: relocation to !ENDBR: src_get_ca+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x1c2: relocation to !ENDBR: src_get_dirty+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x1cd: relocation to !ENDBR: src_dirty_conj_mask+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x1d8: relocation to !ENDBR: src_mgr_get_ctrl_blk+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x1e3: relocation to !ENDBR: src_mgr_put_ctrl_blk+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x1ee: relocation to !ENDBR: src_mgr_enbs_src+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x1f9: relocation to !ENDBR: src_mgr_enb_src+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x204: relocation to !ENDBR: src_mgr_dsb_src+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x20f: relocation to !ENDBR: src_mgr_commit_write+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x21a: relocation to !ENDBR: srcimp_mgr_get_ctrl_blk+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x225: relocation to !ENDBR: srcimp_mgr_put_ctrl_blk+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x230: relocation to !ENDBR: srcimp_mgr_set_imaparc+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x23b: relocation to !ENDBR: srcimp_mgr_set_imapuser+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x246: relocation to !ENDBR: srcimp_mgr_set_imapnxt+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x251: relocation to !ENDBR: srcimp_mgr_set_imapaddr+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x25c: relocation to !ENDBR: srcimp_mgr_commit_write+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x267: relocation to !ENDBR: amixer_rsc_get_ctrl_blk+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x272: relocation to !ENDBR: amixer_rsc_put_ctrl_blk+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x27d: relocation to !ENDBR: amixer_mgr_get_ctrl_blk+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x288: relocation to !ENDBR: amixer_mgr_put_ctrl_blk+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x293: relocation to !ENDBR: amixer_set_mode+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x29e: relocation to !ENDBR: amixer_set_iv+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x2a9: relocation to !ENDBR: amixer_set_x+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x2b4: relocation to !ENDBR: amixer_set_y+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x2bf: relocation to !ENDBR: amixer_set_sadr+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x2ca: relocation to !ENDBR: amixer_set_se+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x2d5: relocation to !ENDBR: amixer_set_dirty+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x2e0: relocation to !ENDBR: amixer_set_dirty_all+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x2eb: relocation to !ENDBR: amixer_commit_write+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x2f6: relocation to !ENDBR: amixer_get_y+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x301: relocation to !ENDBR: amixer_get_dirty+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x30c: relocation to !ENDBR: dai_get_ctrl_blk+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x317: relocation to !ENDBR: dai_put_ctrl_blk+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x322: relocation to !ENDBR: dai_srt_set_srcr+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x32d: relocation to !ENDBR: dai_srt_set_srcl+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x338: relocation to !ENDBR: dai_srt_set_rsr+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x343: relocation to !ENDBR: dai_srt_set_drat+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x34e: relocation to !ENDBR: dai_srt_set_ec+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x359: relocation to !ENDBR: dai_srt_set_et+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x364: relocation to !ENDBR: dai_commit_write+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x36f: relocation to !ENDBR: dao_get_ctrl_blk+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x37a: relocation to !ENDBR: dao_put_ctrl_blk+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x385: relocation to !ENDBR: dao_set_spos+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x390: relocation to !ENDBR: dao_commit_write+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x39b: relocation to !ENDBR: dao_get_spos+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x3a6: relocation to !ENDBR: daio_mgr_get_ctrl_blk+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x3b1: relocation to !ENDBR: daio_mgr_put_ctrl_blk+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x3bc: relocation to !ENDBR: daio_mgr_enb_dai+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x3c7: relocation to !ENDBR: daio_mgr_dsb_dai+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x3d2: relocation to !ENDBR: daio_mgr_enb_dao+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x3dd: relocation to !ENDBR: daio_mgr_dsb_dao+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x3e8: relocation to !ENDBR: daio_mgr_dao_init+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x3f3: relocation to !ENDBR: daio_mgr_set_imaparc+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x3fe: relocation to !ENDBR: daio_mgr_set_imapnxt+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x409: relocation to !ENDBR: daio_mgr_set_imapaddr+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x414: relocation to !ENDBR: daio_mgr_commit_write+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x41f: relocation to !ENDBR: set_timer_irq+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x42a: relocation to !ENDBR: set_timer_tick+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: create_20k1_hw_obj()+0x435: relocation to !ENDBR: get_wc+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_card_suspend()+0x0: data relocation to !ENDBR: ct_card_suspend+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_card_resume()+0x0: data relocation to !ENDBR: ct_card_resume+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_card_suspend()+0x0: data relocation to !ENDBR: ct_card_suspend+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_card_resume()+0x0: data relocation to !ENDBR: ct_card_resume+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_card_suspend()+0x0: data relocation to !ENDBR: ct_card_suspend+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_card_resume()+0x0: data relocation to !ENDBR: ct_card_resume+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: atc_dev_free()+0x0: data relocation to !ENDBR: atc_dev_free+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: src_mgr_create()+0x0: data relocation to !ENDBR: src_mgr_create+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: src_mgr_destroy()+0x0: data relocation to !ENDBR: src_mgr_destroy+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: srcimp_mgr_create()+0x0: data relocation to !ENDBR: srcimp_mgr_create+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: srcimp_mgr_destroy()+0x0: data relocation to !ENDBR: srcimp_mgr_destroy+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: amixer_mgr_create()+0x0: data relocation to !ENDBR: amixer_mgr_create+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: amixer_mgr_destroy()+0x0: data relocation to !ENDBR: amixer_mgr_destroy+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: sum_mgr_create()+0x0: data relocation to !ENDBR: sum_mgr_create+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: sum_mgr_destroy()+0x0: data relocation to !ENDBR: sum_mgr_destroy+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: daio_mgr_create()+0x0: data relocation to !ENDBR: daio_mgr_create+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: daio_mgr_destroy()+0x0: data relocation to !ENDBR: daio_mgr_destroy+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_pcm_capture_open()+0x0: data relocation to !ENDBR: ct_pcm_capture_open+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_pcm_capture_close()+0x0: data relocation to !ENDBR: ct_pcm_capture_close+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_pcm_hw_params()+0x0: data relocation to !ENDBR: ct_pcm_hw_params+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_pcm_hw_free()+0x0: data relocation to !ENDBR: ct_pcm_hw_free+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_pcm_capture_prepare()+0x0: data relocation to !ENDBR: ct_pcm_capture_prepare+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_pcm_capture_trigger()+0x0: data relocation to !ENDBR: ct_pcm_capture_trigger+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_pcm_capture_pointer()+0x0: data relocation to !ENDBR: ct_pcm_capture_pointer+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_pcm_playback_open()+0x0: data relocation to !ENDBR: ct_pcm_playback_open+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_pcm_playback_close()+0x0: data relocation to !ENDBR: ct_pcm_playback_close+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_pcm_hw_params()+0x0: data relocation to !ENDBR: ct_pcm_hw_params+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_pcm_hw_free()+0x0: data relocation to !ENDBR: ct_pcm_hw_free+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_pcm_playback_prepare()+0x0: data relocation to !ENDBR: ct_pcm_playback_prepare+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_pcm_playback_trigger()+0x0: data relocation to !ENDBR: ct_pcm_playback_trigger+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_pcm_playback_pointer()+0x0: data relocation to !ENDBR: ct_pcm_playback_pointer+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: rsc_master()+0x0: data relocation to !ENDBR: rsc_master+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: rsc_next_conj()+0x0: data relocation to !ENDBR: rsc_next_conj+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: rsc_index()+0x0: data relocation to !ENDBR: rsc_index+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: audio_ring_slot()+0x0: data relocation to !ENDBR: audio_ring_slot+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: srcimp_map()+0x0: data relocation to !ENDBR: srcimp_map+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: srcimp_unmap()+0x0: data relocation to !ENDBR: srcimp_unmap+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: srcimp_master()+0x0: data relocation to !ENDBR: srcimp_master+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: srcimp_next_conj()+0x0: data relocation to !ENDBR: srcimp_next_conj+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: srcimp_index()+0x0: data relocation to !ENDBR: srcimp_index+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: src_set_state()+0x0: data relocation to !ENDBR: src_set_state+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: src_set_bm()+0x0: data relocation to !ENDBR: src_set_bm+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: src_set_sf()+0x0: data relocation to !ENDBR: src_set_sf+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: src_set_pm()+0x0: data relocation to !ENDBR: src_set_pm+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: src_set_rom()+0x0: data relocation to !ENDBR: src_set_rom+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: src_set_vo()+0x0: data relocation to !ENDBR: src_set_vo+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: src_set_st()+0x0: data relocation to !ENDBR: src_set_st+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: src_set_bp()+0x0: data relocation to !ENDBR: src_set_bp+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: src_set_cisz()+0x0: data relocation to !ENDBR: src_set_cisz+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: src_set_ca()+0x0: data relocation to !ENDBR: src_set_ca+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: src_set_sa()+0x0: data relocation to !ENDBR: src_set_sa+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: src_set_la()+0x0: data relocation to !ENDBR: src_set_la+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: src_set_pitch()+0x0: data relocation to !ENDBR: src_set_pitch+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: src_set_clear_zbufs()+0x0: data relocation to !ENDBR: src_set_clear_zbufs+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: src_commit_write()+0x0: data relocation to !ENDBR: src_commit_write+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: src_get_ca()+0x0: data relocation to !ENDBR: src_get_ca+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: src_init()+0x0: data relocation to !ENDBR: src_init+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: src_next_interleave()+0x0: data relocation to !ENDBR: src_next_interleave+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: src_default_config_memrd()+0x0: data relocation to !ENDBR: src_default_config_memrd+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: src_default_config_memwr()+0x0: data relocation to !ENDBR: src_default_config_memwr+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: src_default_config_arcrw()+0x0: data relocation to !ENDBR: src_default_config_arcrw+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: sum_master()+0x0: data relocation to !ENDBR: sum_master+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: sum_next_conj()+0x0: data relocation to !ENDBR: sum_next_conj+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: sum_index()+0x0: data relocation to !ENDBR: sum_index+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: sum_output_slot()+0x0: data relocation to !ENDBR: sum_output_slot+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: amixer_set_input()+0x0: data relocation to !ENDBR: amixer_set_input+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: amixer_set_y()+0x0: data relocation to !ENDBR: amixer_set_y+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: amixer_set_invalid_squash()+0x0: data relocation to !ENDBR: amixer_set_invalid_squash+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: amixer_set_sum()+0x0: data relocation to !ENDBR: amixer_set_sum+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: amixer_commit_write()+0x0: data relocation to !ENDBR: amixer_commit_write+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: amixer_commit_raw_write()+0x0: data relocation to !ENDBR: amixer_commit_raw_write+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: amixer_setup()+0x0: data relocation to !ENDBR: amixer_setup+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: amixer_get_y()+0x0: data relocation to !ENDBR: amixer_get_y+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: amixer_master()+0x0: data relocation to !ENDBR: amixer_master+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: amixer_next_conj()+0x0: data relocation to !ENDBR: amixer_next_conj+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: amixer_index()+0x0: data relocation to !ENDBR: amixer_index+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: amixer_output_slot()+0x0: data relocation to !ENDBR: amixer_output_slot+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: dai_set_srt_srcl()+0x0: data relocation to !ENDBR: dai_set_srt_srcl+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: dai_set_srt_srcr()+0x0: data relocation to !ENDBR: dai_set_srt_srcr+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: dai_set_srt_msr()+0x0: data relocation to !ENDBR: dai_set_srt_msr+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: dai_set_enb_src()+0x0: data relocation to !ENDBR: dai_set_enb_src+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: dai_set_enb_srt()+0x0: data relocation to !ENDBR: dai_set_enb_srt+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: dai_commit_write()+0x0: data relocation to !ENDBR: dai_commit_write+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: dao_spdif_set_spos()+0x0: data relocation to !ENDBR: dao_spdif_set_spos+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: dao_commit_write()+0x0: data relocation to !ENDBR: dao_commit_write+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: dao_spdif_get_spos()+0x0: data relocation to !ENDBR: dao_spdif_get_spos+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: dao_rsc_reinit()+0x0: data relocation to !ENDBR: dao_rsc_reinit+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: dao_set_left_input()+0x0: data relocation to !ENDBR: dao_set_left_input+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: dao_set_right_input()+0x0: data relocation to !ENDBR: dao_set_right_input+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: dao_clear_left_input()+0x0: data relocation to !ENDBR: dao_clear_left_input+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: dao_clear_right_input()+0x0: data relocation to !ENDBR: dao_clear_right_input+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: daio_master()+0x0: data relocation to !ENDBR: daio_master+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: daio_in_next_conj_20k2()+0x0: data relocation to !ENDBR: daio_in_next_conj_20k2+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: daio_index()+0x0: data relocation to !ENDBR: daio_index+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: daio_master()+0x0: data relocation to !ENDBR: daio_master+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: daio_in_next_conj_20k1()+0x0: data relocation to !ENDBR: daio_in_next_conj_20k1+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: daio_index()+0x0: data relocation to !ENDBR: daio_index+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: daio_master()+0x0: data relocation to !ENDBR: daio_master+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: daio_out_next_conj()+0x0: data relocation to !ENDBR: daio_out_next_conj+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: daio_index()+0x0: data relocation to !ENDBR: daio_index+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_xfitimer_prepare()+0x0: data relocation to !ENDBR: ct_xfitimer_prepare+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_xfitimer_start()+0x0: data relocation to !ENDBR: ct_xfitimer_start+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_xfitimer_stop()+0x0: data relocation to !ENDBR: ct_xfitimer_stop+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_xfitimer_callback()+0x0: data relocation to !ENDBR: ct_xfitimer_callback+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_xfitimer_free_global()+0x0: data relocation to !ENDBR: ct_xfitimer_free_global+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_systimer_init()+0x0: data relocation to !ENDBR: ct_systimer_init+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_systimer_prepare()+0x0: data relocation to !ENDBR: ct_systimer_prepare+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_systimer_start()+0x0: data relocation to !ENDBR: ct_systimer_start+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_systimer_stop()+0x0: data relocation to !ENDBR: ct_systimer_stop+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_systimer_prepare()+0x0: data relocation to !ENDBR: ct_systimer_prepare+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_card_probe()+0x0: data relocation to !ENDBR: ct_card_probe+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_card_remove()+0x0: data relocation to !ENDBR: ct_card_remove+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_alsa_pcm_create()+0x0: data relocation to !ENDBR: ct_alsa_pcm_create+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_alsa_pcm_create()+0x0: data relocation to !ENDBR: ct_alsa_pcm_create+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_alsa_pcm_create()+0x0: data relocation to !ENDBR: ct_alsa_pcm_create+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_alsa_pcm_create()+0x0: data relocation to !ENDBR: ct_alsa_pcm_create+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_alsa_pcm_create()+0x0: data relocation to !ENDBR: ct_alsa_pcm_create+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_alsa_mix_create()+0x0: data relocation to !ENDBR: ct_alsa_mix_create+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_spdif_info()+0x0: data relocation to !ENDBR: ct_spdif_info+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_spdif_get()+0x0: data relocation to !ENDBR: ct_spdif_get+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_spdif_put()+0x0: data relocation to !ENDBR: ct_spdif_put+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_spdif_info()+0x0: data relocation to !ENDBR: ct_spdif_info+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_spdif_get()+0x0: data relocation to !ENDBR: ct_spdif_get+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_spdif_put()+0x0: data relocation to !ENDBR: ct_spdif_put+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_spdif_info()+0x0: data relocation to !ENDBR: ct_spdif_info+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_spdif_get_mask()+0x0: data relocation to !ENDBR: ct_spdif_get_mask+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_alsa_mix_switch_info()+0x0: data relocation to !ENDBR: ct_alsa_mix_switch_info+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_alsa_mix_switch_get()+0x0: data relocation to !ENDBR: ct_alsa_mix_switch_get+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_alsa_mix_switch_put()+0x0: data relocation to !ENDBR: ct_alsa_mix_switch_put+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: mic_source_switch_info()+0x0: data relocation to !ENDBR: mic_source_switch_info+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: mic_source_switch_get()+0x0: data relocation to !ENDBR: mic_source_switch_get+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: mic_source_switch_put()+0x0: data relocation to !ENDBR: mic_source_switch_put+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: output_switch_info()+0x0: data relocation to !ENDBR: output_switch_info+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: output_switch_get()+0x0: data relocation to !ENDBR: output_switch_get+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: output_switch_put()+0x0: data relocation to !ENDBR: output_switch_put+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_alsa_mix_volume_info()+0x0: data relocation to !ENDBR: ct_alsa_mix_volume_info+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_alsa_mix_volume_get()+0x0: data relocation to !ENDBR: ct_alsa_mix_volume_get+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_alsa_mix_volume_put()+0x0: data relocation to !ENDBR: ct_alsa_mix_volume_put+0x0 sound/pci/ctxfi/snd-ctxfi.prelink.o: warning: objtool: ct_driver_init()+0x0: data relocation to !ENDBR: ct_driver_init+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_pcm_open_capture_channel()+0x90: relocation to !ENDBR: snd_ca0106_pcm_free_substream+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_pcm_open_playback_channel()+0x95: relocation to !ENDBR: snd_ca0106_pcm_free_substream+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_probe()+0x118: relocation to !ENDBR: snd_ca0106_interrupt+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_probe()+0x22c: relocation to !ENDBR: snd_ca0106_free+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_probe()+0x416: relocation to !ENDBR: ca0106_midi_interrupt_enable+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_probe()+0x421: relocation to !ENDBR: ca0106_midi_interrupt_disable+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_probe()+0x42c: relocation to !ENDBR: ca0106_midi_read+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_probe()+0x437: relocation to !ENDBR: ca0106_midi_write+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_probe()+0x442: relocation to !ENDBR: ca0106_dev_id_card+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_probe()+0x44d: relocation to !ENDBR: ca0106_dev_id_port+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_volume_spi_dac_ctl.isra.3()+0x92: relocation to !ENDBR: spi_mute_get+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_volume_spi_dac_ctl.isra.3()+0x9a: relocation to !ENDBR: spi_mute_put+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: ca_midi_init()+0x70: relocation to !ENDBR: ca_midi_interrupt+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: ca_midi_init()+0x11d: relocation to !ENDBR: ca_rmidi_free+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_ac97_write()+0x0: data relocation to !ENDBR: snd_ca0106_ac97_write+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_ac97_read()+0x0: data relocation to !ENDBR: snd_ca0106_ac97_read+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_suspend()+0x0: data relocation to !ENDBR: snd_ca0106_suspend+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_resume()+0x0: data relocation to !ENDBR: snd_ca0106_resume+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_suspend()+0x0: data relocation to !ENDBR: snd_ca0106_suspend+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_resume()+0x0: data relocation to !ENDBR: snd_ca0106_resume+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_suspend()+0x0: data relocation to !ENDBR: snd_ca0106_suspend+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_resume()+0x0: data relocation to !ENDBR: snd_ca0106_resume+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_pcm_open_playback_rear()+0x0: data relocation to !ENDBR: snd_ca0106_pcm_open_playback_rear+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_pcm_close_playback()+0x0: data relocation to !ENDBR: snd_ca0106_pcm_close_playback+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_pcm_prepare_playback()+0x0: data relocation to !ENDBR: snd_ca0106_pcm_prepare_playback+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_pcm_trigger_playback()+0x0: data relocation to !ENDBR: snd_ca0106_pcm_trigger_playback+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_pcm_pointer_playback()+0x0: data relocation to !ENDBR: snd_ca0106_pcm_pointer_playback+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_pcm_open_playback_unknown()+0x0: data relocation to !ENDBR: snd_ca0106_pcm_open_playback_unknown+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_pcm_close_playback()+0x0: data relocation to !ENDBR: snd_ca0106_pcm_close_playback+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_pcm_prepare_playback()+0x0: data relocation to !ENDBR: snd_ca0106_pcm_prepare_playback+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_pcm_trigger_playback()+0x0: data relocation to !ENDBR: snd_ca0106_pcm_trigger_playback+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_pcm_pointer_playback()+0x0: data relocation to !ENDBR: snd_ca0106_pcm_pointer_playback+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_pcm_open_playback_center_lfe()+0x0: data relocation to !ENDBR: snd_ca0106_pcm_open_playback_center_lfe+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_pcm_close_playback()+0x0: data relocation to !ENDBR: snd_ca0106_pcm_close_playback+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_pcm_prepare_playback()+0x0: data relocation to !ENDBR: snd_ca0106_pcm_prepare_playback+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_pcm_trigger_playback()+0x0: data relocation to !ENDBR: snd_ca0106_pcm_trigger_playback+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_pcm_pointer_playback()+0x0: data relocation to !ENDBR: snd_ca0106_pcm_pointer_playback+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_pcm_open_3_capture()+0x0: data relocation to !ENDBR: snd_ca0106_pcm_open_3_capture+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_pcm_close_capture()+0x0: data relocation to !ENDBR: snd_ca0106_pcm_close_capture+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_pcm_prepare_capture()+0x0: data relocation to !ENDBR: snd_ca0106_pcm_prepare_capture+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_pcm_trigger_capture()+0x0: data relocation to !ENDBR: snd_ca0106_pcm_trigger_capture+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_pcm_pointer_capture()+0x0: data relocation to !ENDBR: snd_ca0106_pcm_pointer_capture+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_pcm_open_2_capture()+0x0: data relocation to !ENDBR: snd_ca0106_pcm_open_2_capture+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_pcm_close_capture()+0x0: data relocation to !ENDBR: snd_ca0106_pcm_close_capture+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_pcm_prepare_capture()+0x0: data relocation to !ENDBR: snd_ca0106_pcm_prepare_capture+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_pcm_trigger_capture()+0x0: data relocation to !ENDBR: snd_ca0106_pcm_trigger_capture+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_pcm_pointer_capture()+0x0: data relocation to !ENDBR: snd_ca0106_pcm_pointer_capture+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_pcm_open_1_capture()+0x0: data relocation to !ENDBR: snd_ca0106_pcm_open_1_capture+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_pcm_close_capture()+0x0: data relocation to !ENDBR: snd_ca0106_pcm_close_capture+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_pcm_prepare_capture()+0x0: data relocation to !ENDBR: snd_ca0106_pcm_prepare_capture+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_pcm_trigger_capture()+0x0: data relocation to !ENDBR: snd_ca0106_pcm_trigger_capture+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_pcm_pointer_capture()+0x0: data relocation to !ENDBR: snd_ca0106_pcm_pointer_capture+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_pcm_open_0_capture()+0x0: data relocation to !ENDBR: snd_ca0106_pcm_open_0_capture+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_pcm_close_capture()+0x0: data relocation to !ENDBR: snd_ca0106_pcm_close_capture+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_pcm_prepare_capture()+0x0: data relocation to !ENDBR: snd_ca0106_pcm_prepare_capture+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_pcm_trigger_capture()+0x0: data relocation to !ENDBR: snd_ca0106_pcm_trigger_capture+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_pcm_pointer_capture()+0x0: data relocation to !ENDBR: snd_ca0106_pcm_pointer_capture+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_pcm_open_playback_front()+0x0: data relocation to !ENDBR: snd_ca0106_pcm_open_playback_front+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_pcm_close_playback()+0x0: data relocation to !ENDBR: snd_ca0106_pcm_close_playback+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_pcm_prepare_playback()+0x0: data relocation to !ENDBR: snd_ca0106_pcm_prepare_playback+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_pcm_trigger_playback()+0x0: data relocation to !ENDBR: snd_ca0106_pcm_trigger_playback+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_pcm_pointer_playback()+0x0: data relocation to !ENDBR: snd_ca0106_pcm_pointer_playback+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_i2c_volume_info()+0x0: data relocation to !ENDBR: snd_ca0106_i2c_volume_info+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_i2c_volume_get()+0x0: data relocation to !ENDBR: snd_ca0106_i2c_volume_get+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_i2c_volume_put()+0x0: data relocation to !ENDBR: snd_ca0106_i2c_volume_put+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_i2c_volume_info()+0x0: data relocation to !ENDBR: snd_ca0106_i2c_volume_info+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_i2c_volume_get()+0x0: data relocation to !ENDBR: snd_ca0106_i2c_volume_get+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_i2c_volume_put()+0x0: data relocation to !ENDBR: snd_ca0106_i2c_volume_put+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_i2c_volume_info()+0x0: data relocation to !ENDBR: snd_ca0106_i2c_volume_info+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_i2c_volume_get()+0x0: data relocation to !ENDBR: snd_ca0106_i2c_volume_get+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_i2c_volume_put()+0x0: data relocation to !ENDBR: snd_ca0106_i2c_volume_put+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_i2c_volume_info()+0x0: data relocation to !ENDBR: snd_ca0106_i2c_volume_info+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_i2c_volume_get()+0x0: data relocation to !ENDBR: snd_ca0106_i2c_volume_get+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_i2c_volume_put()+0x0: data relocation to !ENDBR: snd_ca0106_i2c_volume_put+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_volume_info()+0x0: data relocation to !ENDBR: snd_ca0106_volume_info+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_volume_get()+0x0: data relocation to !ENDBR: snd_ca0106_volume_get+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_volume_put()+0x0: data relocation to !ENDBR: snd_ca0106_volume_put+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_volume_info()+0x0: data relocation to !ENDBR: snd_ca0106_volume_info+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_volume_get()+0x0: data relocation to !ENDBR: snd_ca0106_volume_get+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_volume_put()+0x0: data relocation to !ENDBR: snd_ca0106_volume_put+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_volume_info()+0x0: data relocation to !ENDBR: snd_ca0106_volume_info+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_volume_get()+0x0: data relocation to !ENDBR: snd_ca0106_volume_get+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_volume_put()+0x0: data relocation to !ENDBR: snd_ca0106_volume_put+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_volume_info()+0x0: data relocation to !ENDBR: snd_ca0106_volume_info+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_volume_get()+0x0: data relocation to !ENDBR: snd_ca0106_volume_get+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_volume_put()+0x0: data relocation to !ENDBR: snd_ca0106_volume_put+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_volume_info()+0x0: data relocation to !ENDBR: snd_ca0106_volume_info+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_volume_get()+0x0: data relocation to !ENDBR: snd_ca0106_volume_get+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_volume_put()+0x0: data relocation to !ENDBR: snd_ca0106_volume_put+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_volume_info()+0x0: data relocation to !ENDBR: snd_ca0106_volume_info+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_volume_get()+0x0: data relocation to !ENDBR: snd_ca0106_volume_get+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_volume_put()+0x0: data relocation to !ENDBR: snd_ca0106_volume_put+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_volume_info()+0x0: data relocation to !ENDBR: snd_ca0106_volume_info+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_volume_get()+0x0: data relocation to !ENDBR: snd_ca0106_volume_get+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_volume_put()+0x0: data relocation to !ENDBR: snd_ca0106_volume_put+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_volume_info()+0x0: data relocation to !ENDBR: snd_ca0106_volume_info+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_volume_get()+0x0: data relocation to !ENDBR: snd_ca0106_volume_get+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_volume_put()+0x0: data relocation to !ENDBR: snd_ca0106_volume_put+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_volume_info()+0x0: data relocation to !ENDBR: snd_ca0106_volume_info+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_volume_get()+0x0: data relocation to !ENDBR: snd_ca0106_volume_get+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_volume_put()+0x0: data relocation to !ENDBR: snd_ca0106_volume_put+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_spdif_info()+0x0: data relocation to !ENDBR: snd_ca0106_spdif_info+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_spdif_get_mask()+0x0: data relocation to !ENDBR: snd_ca0106_spdif_get_mask+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_shared_spdif_get()+0x0: data relocation to !ENDBR: snd_ca0106_shared_spdif_get+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_shared_spdif_put()+0x0: data relocation to !ENDBR: snd_ca0106_shared_spdif_put+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_capture_source_info()+0x0: data relocation to !ENDBR: snd_ca0106_capture_source_info+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_capture_source_get()+0x0: data relocation to !ENDBR: snd_ca0106_capture_source_get+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_capture_source_put()+0x0: data relocation to !ENDBR: snd_ca0106_capture_source_put+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_i2c_capture_source_info()+0x0: data relocation to !ENDBR: snd_ca0106_i2c_capture_source_info+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_i2c_capture_source_get()+0x0: data relocation to !ENDBR: snd_ca0106_i2c_capture_source_get+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_i2c_capture_source_put()+0x0: data relocation to !ENDBR: snd_ca0106_i2c_capture_source_put+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_spdif_info()+0x0: data relocation to !ENDBR: snd_ca0106_spdif_info+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_spdif_get_default()+0x0: data relocation to !ENDBR: snd_ca0106_spdif_get_default+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_spdif_put_default()+0x0: data relocation to !ENDBR: snd_ca0106_spdif_put_default+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_spdif_info()+0x0: data relocation to !ENDBR: snd_ca0106_spdif_info+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_spdif_get_stream()+0x0: data relocation to !ENDBR: snd_ca0106_spdif_get_stream+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_spdif_put_stream()+0x0: data relocation to !ENDBR: snd_ca0106_spdif_put_stream+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_capture_line_in_side_out_info()+0x0: data relocation to !ENDBR: snd_ca0106_capture_line_in_side_out_info+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_capture_mic_line_in_get()+0x0: data relocation to !ENDBR: snd_ca0106_capture_mic_line_in_get+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_capture_mic_line_in_put()+0x0: data relocation to !ENDBR: snd_ca0106_capture_mic_line_in_put+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_capture_mic_line_in_info()+0x0: data relocation to !ENDBR: snd_ca0106_capture_mic_line_in_info+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_capture_mic_line_in_get()+0x0: data relocation to !ENDBR: snd_ca0106_capture_mic_line_in_get+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_capture_mic_line_in_put()+0x0: data relocation to !ENDBR: snd_ca0106_capture_mic_line_in_put+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: ca_midi_input_open()+0x0: data relocation to !ENDBR: ca_midi_input_open+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: ca_midi_input_close()+0x0: data relocation to !ENDBR: ca_midi_input_close+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: ca_midi_input_trigger()+0x0: data relocation to !ENDBR: ca_midi_input_trigger+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: ca_midi_output_open()+0x0: data relocation to !ENDBR: ca_midi_output_open+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: ca_midi_output_close()+0x0: data relocation to !ENDBR: ca_midi_output_close+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: ca_midi_output_trigger()+0x0: data relocation to !ENDBR: ca_midi_output_trigger+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: snd_ca0106_probe()+0x0: data relocation to !ENDBR: snd_ca0106_probe+0x0 sound/pci/ca0106/snd-ca0106.prelink.o: warning: objtool: ca0106_driver_init()+0x0: data relocation to !ENDBR: ca0106_driver_init+0x0 drivers/clk/clk-rk808.prelink.o: warning: objtool: rk808_clkout_probe()+0x132: relocation to !ENDBR: of_clk_rk808_get+0x0 drivers/clk/clk-rk808.prelink.o: warning: objtool: rk817_clkout2_prepare()+0x0: data relocation to !ENDBR: rk817_clkout2_prepare+0x0 drivers/clk/clk-rk808.prelink.o: warning: objtool: rk817_clkout2_unprepare()+0x0: data relocation to !ENDBR: rk817_clkout2_unprepare+0x0 drivers/clk/clk-rk808.prelink.o: warning: objtool: rk817_clkout2_is_prepared()+0x0: data relocation to !ENDBR: rk817_clkout2_is_prepared+0x0 drivers/clk/clk-rk808.prelink.o: warning: objtool: rk808_clkout_recalc_rate()+0x0: data relocation to !ENDBR: rk808_clkout_recalc_rate+0x0 drivers/clk/clk-rk808.prelink.o: warning: objtool: rk808_clkout2_prepare()+0x0: data relocation to !ENDBR: rk808_clkout2_prepare+0x0 drivers/clk/clk-rk808.prelink.o: warning: objtool: rk808_clkout2_unprepare()+0x0: data relocation to !ENDBR: rk808_clkout2_unprepare+0x0 drivers/clk/clk-rk808.prelink.o: warning: objtool: rk808_clkout2_is_prepared()+0x0: data relocation to !ENDBR: rk808_clkout2_is_prepared+0x0 drivers/clk/clk-rk808.prelink.o: warning: objtool: rk808_clkout_recalc_rate()+0x0: data relocation to !ENDBR: rk808_clkout_recalc_rate+0x0 drivers/clk/clk-rk808.prelink.o: warning: objtool: rk808_clkout_recalc_rate()+0x0: data relocation to !ENDBR: rk808_clkout_recalc_rate+0x0 drivers/clk/clk-rk808.prelink.o: warning: objtool: rk808_clkout_probe()+0x0: data relocation to !ENDBR: rk808_clkout_probe+0x0 drivers/clk/clk-rk808.prelink.o: warning: objtool: rk808_clkout_driver_init()+0x0: data relocation to !ENDBR: rk808_clkout_driver_init+0x0 drivers/tty/serial/jsm/jsm.prelink.o: warning: objtool: jsm_io_error_detected()+0x0: data relocation to !ENDBR: jsm_io_error_detected+0x0 drivers/tty/serial/jsm/jsm.prelink.o: warning: objtool: jsm_io_slot_reset()+0x0: data relocation to !ENDBR: jsm_io_slot_reset+0x0 drivers/tty/serial/jsm/jsm.prelink.o: warning: objtool: jsm_io_resume()+0x0: data relocation to !ENDBR: jsm_io_resume+0x0 drivers/tty/serial/jsm/jsm.prelink.o: warning: objtool: jsm_tty_tx_empty()+0x0: data relocation to !ENDBR: jsm_tty_tx_empty+0x0 drivers/tty/serial/jsm/jsm.prelink.o: warning: objtool: jsm_tty_set_mctrl()+0x0: data relocation to !ENDBR: jsm_tty_set_mctrl+0x0 drivers/tty/serial/jsm/jsm.prelink.o: warning: objtool: jsm_tty_get_mctrl()+0x0: data relocation to !ENDBR: jsm_tty_get_mctrl+0x0 drivers/tty/serial/jsm/jsm.prelink.o: warning: objtool: jsm_tty_stop_tx()+0x0: data relocation to !ENDBR: jsm_tty_stop_tx+0x0 drivers/tty/serial/jsm/jsm.prelink.o: warning: objtool: jsm_tty_start_tx()+0x0: data relocation to !ENDBR: jsm_tty_start_tx+0x0 drivers/tty/serial/jsm/jsm.prelink.o: warning: objtool: jsm_tty_send_xchar()+0x0: data relocation to !ENDBR: jsm_tty_send_xchar+0x0 drivers/tty/serial/jsm/jsm.prelink.o: warning: objtool: jsm_tty_stop_rx()+0x0: data relocation to !ENDBR: jsm_tty_stop_rx+0x0 drivers/tty/serial/jsm/jsm.prelink.o: warning: objtool: jsm_tty_break()+0x0: data relocation to !ENDBR: jsm_tty_break+0x0 drivers/tty/serial/jsm/jsm.prelink.o: warning: objtool: jsm_tty_open()+0x0: data relocation to !ENDBR: jsm_tty_open+0x0 drivers/tty/serial/jsm/jsm.prelink.o: warning: objtool: jsm_tty_close()+0x0: data relocation to !ENDBR: jsm_tty_close+0x0 drivers/tty/serial/jsm/jsm.prelink.o: warning: objtool: jsm_tty_set_termios()+0x0: data relocation to !ENDBR: jsm_tty_set_termios+0x0 drivers/tty/serial/jsm/jsm.prelink.o: warning: objtool: jsm_tty_type()+0x0: data relocation to !ENDBR: jsm_tty_type+0x0 drivers/tty/serial/jsm/jsm.prelink.o: warning: objtool: jsm_tty_release_port()+0x0: data relocation to !ENDBR: jsm_tty_release_port+0x0 drivers/tty/serial/jsm/jsm.prelink.o: warning: objtool: jsm_tty_request_port()+0x0: data relocation to !ENDBR: jsm_tty_request_port+0x0 drivers/tty/serial/jsm/jsm.prelink.o: warning: objtool: jsm_config_port()+0x0: data relocation to !ENDBR: jsm_config_port+0x0 drivers/tty/serial/jsm/jsm.prelink.o: warning: objtool: jsm_probe_one()+0x0: data relocation to !ENDBR: jsm_probe_one+0x0 drivers/tty/serial/jsm/jsm.prelink.o: warning: objtool: jsm_remove_one()+0x0: data relocation to !ENDBR: jsm_remove_one+0x0 drivers/tty/serial/jsm/jsm.prelink.o: warning: objtool: neo_intr()+0x0: data relocation to !ENDBR: neo_intr+0x0 drivers/tty/serial/jsm/jsm.prelink.o: warning: objtool: neo_uart_init()+0x0: data relocation to !ENDBR: neo_uart_init+0x0 drivers/tty/serial/jsm/jsm.prelink.o: warning: objtool: neo_uart_off()+0x0: data relocation to !ENDBR: neo_uart_off+0x0 drivers/tty/serial/jsm/jsm.prelink.o: warning: objtool: neo_param()+0x0: data relocation to !ENDBR: neo_param+0x0 drivers/tty/serial/jsm/jsm.prelink.o: warning: objtool: neo_assert_modem_signals()+0x0: data relocation to !ENDBR: neo_assert_modem_signals+0x0 drivers/tty/serial/jsm/jsm.prelink.o: warning: objtool: neo_flush_uart_write()+0x0: data relocation to !ENDBR: neo_flush_uart_write+0x0 drivers/tty/serial/jsm/jsm.prelink.o: warning: objtool: neo_flush_uart_read()+0x0: data relocation to !ENDBR: neo_flush_uart_read+0x0 drivers/tty/serial/jsm/jsm.prelink.o: warning: objtool: neo_disable_receiver()+0x0: data relocation to !ENDBR: neo_disable_receiver+0x0 drivers/tty/serial/jsm/jsm.prelink.o: warning: objtool: neo_enable_receiver()+0x0: data relocation to !ENDBR: neo_enable_receiver+0x0 drivers/tty/serial/jsm/jsm.prelink.o: warning: objtool: neo_send_break()+0x0: data relocation to !ENDBR: neo_send_break+0x0 drivers/tty/serial/jsm/jsm.prelink.o: warning: objtool: neo_clear_break()+0x0: data relocation to !ENDBR: neo_clear_break+0x0 drivers/tty/serial/jsm/jsm.prelink.o: warning: objtool: neo_send_start_character()+0x0: data relocation to !ENDBR: neo_send_start_character+0x0 drivers/tty/serial/jsm/jsm.prelink.o: warning: objtool: neo_send_stop_character()+0x0: data relocation to !ENDBR: neo_send_stop_character+0x0 drivers/tty/serial/jsm/jsm.prelink.o: warning: objtool: neo_copy_data_from_queue_to_uart()+0x0: data relocation to !ENDBR: neo_copy_data_from_queue_to_uart+0x0 drivers/tty/serial/jsm/jsm.prelink.o: warning: objtool: neo_get_uart_bytes_left()+0x0: data relocation to !ENDBR: neo_get_uart_bytes_left+0x0 drivers/tty/serial/jsm/jsm.prelink.o: warning: objtool: neo_send_immediate_char()+0x0: data relocation to !ENDBR: neo_send_immediate_char+0x0 drivers/tty/serial/jsm/jsm.prelink.o: warning: objtool: cls_intr()+0x0: data relocation to !ENDBR: cls_intr+0x0 drivers/tty/serial/jsm/jsm.prelink.o: warning: objtool: cls_uart_init()+0x0: data relocation to !ENDBR: cls_uart_init+0x0 drivers/tty/serial/jsm/jsm.prelink.o: warning: objtool: cls_uart_off()+0x0: data relocation to !ENDBR: cls_uart_off+0x0 drivers/tty/serial/jsm/jsm.prelink.o: warning: objtool: cls_param()+0x0: data relocation to !ENDBR: cls_param+0x0 drivers/tty/serial/jsm/jsm.prelink.o: warning: objtool: cls_assert_modem_signals()+0x0: data relocation to !ENDBR: cls_assert_modem_signals+0x0 drivers/tty/serial/jsm/jsm.prelink.o: warning: objtool: cls_flush_uart_write()+0x0: data relocation to !ENDBR: cls_flush_uart_write+0x0 drivers/tty/serial/jsm/jsm.prelink.o: warning: objtool: cls_flush_uart_read()+0x0: data relocation to !ENDBR: cls_flush_uart_read+0x0 drivers/tty/serial/jsm/jsm.prelink.o: warning: objtool: cls_disable_receiver()+0x0: data relocation to !ENDBR: cls_disable_receiver+0x0 drivers/tty/serial/jsm/jsm.prelink.o: warning: objtool: cls_enable_receiver()+0x0: data relocation to !ENDBR: cls_enable_receiver+0x0 drivers/tty/serial/jsm/jsm.prelink.o: warning: objtool: cls_send_break()+0x0: data relocation to !ENDBR: cls_send_break+0x0 drivers/tty/serial/jsm/jsm.prelink.o: warning: objtool: cls_clear_break()+0x0: data relocation to !ENDBR: cls_clear_break+0x0 drivers/tty/serial/jsm/jsm.prelink.o: warning: objtool: cls_send_start_character()+0x0: data relocation to !ENDBR: cls_send_start_character+0x0 drivers/tty/serial/jsm/jsm.prelink.o: warning: objtool: cls_send_stop_character()+0x0: data relocation to !ENDBR: cls_send_stop_character+0x0 drivers/tty/serial/jsm/jsm.prelink.o: warning: objtool: cls_copy_data_from_queue_to_uart()+0x0: data relocation to !ENDBR: cls_copy_data_from_queue_to_uart+0x0 drivers/tty/serial/jsm/jsm.prelink.o: warning: objtool: cls_get_uart_bytes_left()+0x0: data relocation to !ENDBR: cls_get_uart_bytes_left+0x0 drivers/tty/serial/jsm/jsm.prelink.o: warning: objtool: cls_send_immediate_char()+0x0: data relocation to !ENDBR: cls_send_immediate_char+0x0 drivers/tty/serial/jsm/jsm.prelink.o: warning: objtool: jsm_init_module()+0x0: data relocation to !ENDBR: jsm_init_module+0x0 drivers/char/tpm/tpm_i2c_atmel.prelink.o: warning: objtool: i2c_atmel_req_canceled()+0x0: data relocation to !ENDBR: i2c_atmel_req_canceled+0x0 drivers/char/tpm/tpm_i2c_atmel.prelink.o: warning: objtool: i2c_atmel_recv()+0x0: data relocation to !ENDBR: i2c_atmel_recv+0x0 drivers/char/tpm/tpm_i2c_atmel.prelink.o: warning: objtool: i2c_atmel_send()+0x0: data relocation to !ENDBR: i2c_atmel_send+0x0 drivers/char/tpm/tpm_i2c_atmel.prelink.o: warning: objtool: i2c_atmel_cancel()+0x0: data relocation to !ENDBR: i2c_atmel_cancel+0x0 drivers/char/tpm/tpm_i2c_atmel.prelink.o: warning: objtool: i2c_atmel_read_status()+0x0: data relocation to !ENDBR: i2c_atmel_read_status+0x0 drivers/char/tpm/tpm_i2c_atmel.prelink.o: warning: objtool: i2c_atmel_probe()+0x0: data relocation to !ENDBR: i2c_atmel_probe+0x0 drivers/char/tpm/tpm_i2c_atmel.prelink.o: warning: objtool: i2c_atmel_remove()+0x0: data relocation to !ENDBR: i2c_atmel_remove+0x0 drivers/char/tpm/tpm_i2c_atmel.prelink.o: warning: objtool: i2c_atmel_driver_init()+0x0: data relocation to !ENDBR: i2c_atmel_driver_init+0x0 drivers/char/tpm/tpm_vtpm_proxy.prelink.o: warning: objtool: vtpmx_fops_ioctl()+0x11d: relocation to !ENDBR: vtpm_proxy_work+0x0 drivers/char/tpm/tpm_vtpm_proxy.prelink.o: warning: objtool: vtpmx_fops_ioctl()+0x0: data relocation to !ENDBR: vtpmx_fops_ioctl+0x0 drivers/char/tpm/tpm_vtpm_proxy.prelink.o: warning: objtool: vtpm_proxy_tpm_req_canceled()+0x0: data relocation to !ENDBR: vtpm_proxy_tpm_req_canceled+0x0 drivers/char/tpm/tpm_vtpm_proxy.prelink.o: warning: objtool: vtpm_proxy_tpm_op_recv()+0x0: data relocation to !ENDBR: vtpm_proxy_tpm_op_recv+0x0 drivers/char/tpm/tpm_vtpm_proxy.prelink.o: warning: objtool: vtpm_proxy_tpm_op_send()+0x0: data relocation to !ENDBR: vtpm_proxy_tpm_op_send+0x0 drivers/char/tpm/tpm_vtpm_proxy.prelink.o: warning: objtool: vtpm_proxy_tpm_op_cancel()+0x0: data relocation to !ENDBR: vtpm_proxy_tpm_op_cancel+0x0 drivers/char/tpm/tpm_vtpm_proxy.prelink.o: warning: objtool: vtpm_proxy_tpm_op_status()+0x0: data relocation to !ENDBR: vtpm_proxy_tpm_op_status+0x0 drivers/char/tpm/tpm_vtpm_proxy.prelink.o: warning: objtool: vtpm_proxy_request_locality()+0x0: data relocation to !ENDBR: vtpm_proxy_request_locality+0x0 drivers/char/tpm/tpm_vtpm_proxy.prelink.o: warning: objtool: vtpm_proxy_fops_read()+0x0: data relocation to !ENDBR: vtpm_proxy_fops_read+0x0 drivers/char/tpm/tpm_vtpm_proxy.prelink.o: warning: objtool: vtpm_proxy_fops_write()+0x0: data relocation to !ENDBR: vtpm_proxy_fops_write+0x0 drivers/char/tpm/tpm_vtpm_proxy.prelink.o: warning: objtool: vtpm_proxy_fops_poll()+0x0: data relocation to !ENDBR: vtpm_proxy_fops_poll+0x0 drivers/char/tpm/tpm_vtpm_proxy.prelink.o: warning: objtool: vtpm_proxy_fops_release()+0x0: data relocation to !ENDBR: vtpm_proxy_fops_release+0x0 drivers/char/tpm/tpm_vtpm_proxy.prelink.o: warning: objtool: vtpm_module_init()+0x0: data relocation to !ENDBR: vtpm_module_init+0x0 drivers/char/tpm/tpm_tis_spi.prelink.o: warning: objtool: tpm_tis_spi_driver_probe()+0x4b: relocation to !ENDBR: tpm_tis_spi_probe+0x0 drivers/char/tpm/tpm_tis_spi.prelink.o: warning: objtool: tpm_tis_spi_probe()+0x33: relocation to !ENDBR: tpm_tis_spi_flow_control+0x0 drivers/char/tpm/tpm_tis_spi.prelink.o: warning: objtool: tpm_tis_spi_probe()+0x0: data relocation to !ENDBR: tpm_tis_spi_probe+0x0 drivers/char/tpm/tpm_tis_spi.prelink.o: warning: objtool: tpm_tis_spi_probe()+0x0: data relocation to !ENDBR: tpm_tis_spi_probe+0x0 drivers/char/tpm/tpm_tis_spi.prelink.o: warning: objtool: tpm_tis_spi_probe()+0x0: data relocation to !ENDBR: tpm_tis_spi_probe+0x0 drivers/char/tpm/tpm_tis_spi.prelink.o: warning: objtool: tpm_tis_spi_probe()+0x0: data relocation to !ENDBR: tpm_tis_spi_probe+0x0 drivers/char/tpm/tpm_tis_spi.prelink.o: warning: objtool: tpm_tis_spi_probe()+0x0: data relocation to !ENDBR: tpm_tis_spi_probe+0x0 drivers/char/tpm/tpm_tis_spi.prelink.o: warning: objtool: tpm_tis_spi_probe()+0x0: data relocation to !ENDBR: tpm_tis_spi_probe+0x0 drivers/char/tpm/tpm_tis_spi.prelink.o: warning: objtool: tpm_tis_spi_probe()+0x0: data relocation to !ENDBR: tpm_tis_spi_probe+0x0 drivers/char/tpm/tpm_tis_spi.prelink.o: warning: objtool: tpm_tis_spi_read_bytes()+0x0: data relocation to !ENDBR: tpm_tis_spi_read_bytes+0x0 drivers/char/tpm/tpm_tis_spi.prelink.o: warning: objtool: tpm_tis_spi_write_bytes()+0x0: data relocation to !ENDBR: tpm_tis_spi_write_bytes+0x0 drivers/char/tpm/tpm_tis_spi.prelink.o: warning: objtool: tpm_tis_spi_read16()+0x0: data relocation to !ENDBR: tpm_tis_spi_read16+0x0 drivers/char/tpm/tpm_tis_spi.prelink.o: warning: objtool: tpm_tis_spi_read32()+0x0: data relocation to !ENDBR: tpm_tis_spi_read32+0x0 drivers/char/tpm/tpm_tis_spi.prelink.o: warning: objtool: tpm_tis_spi_write32()+0x0: data relocation to !ENDBR: tpm_tis_spi_write32+0x0 drivers/char/tpm/tpm_tis_spi.prelink.o: warning: objtool: tpm_tis_spi_driver_probe()+0x0: data relocation to !ENDBR: tpm_tis_spi_driver_probe+0x0 drivers/char/tpm/tpm_tis_spi.prelink.o: warning: objtool: tpm_tis_spi_remove()+0x0: data relocation to !ENDBR: tpm_tis_spi_remove+0x0 drivers/char/tpm/tpm_tis_spi.prelink.o: warning: objtool: tpm_tis_spi_driver_init()+0x0: data relocation to !ENDBR: tpm_tis_spi_driver_init+0x0 drivers/char/hw_random/timeriomem-rng.prelink.o: warning: objtool: timeriomem_rng_probe()+0x156: relocation to !ENDBR: timeriomem_rng_trigger+0x0 drivers/char/hw_random/timeriomem-rng.prelink.o: warning: objtool: timeriomem_rng_probe()+0x175: relocation to !ENDBR: timeriomem_rng_read+0x0 drivers/char/hw_random/timeriomem-rng.prelink.o: warning: objtool: timeriomem_rng_probe()+0x0: data relocation to !ENDBR: timeriomem_rng_probe+0x0 drivers/char/hw_random/timeriomem-rng.prelink.o: warning: objtool: timeriomem_rng_remove()+0x0: data relocation to !ENDBR: timeriomem_rng_remove+0x0 drivers/char/hw_random/timeriomem-rng.prelink.o: warning: objtool: timeriomem_rng_driver_init()+0x0: data relocation to !ENDBR: timeriomem_rng_driver_init+0x0 drivers/char/hw_random/intel-rng.prelink.o: warning: objtool: intel_rng_mod_init()+0x14a: relocation to !ENDBR: intel_rng_hw_init+0x0 drivers/char/hw_random/intel-rng.prelink.o: warning: objtool: intel_rng_init()+0x0: data relocation to !ENDBR: intel_rng_init+0x0 drivers/char/hw_random/intel-rng.prelink.o: warning: objtool: intel_rng_cleanup()+0x0: data relocation to !ENDBR: intel_rng_cleanup+0x0 drivers/char/hw_random/intel-rng.prelink.o: warning: objtool: intel_rng_data_present()+0x0: data relocation to !ENDBR: intel_rng_data_present+0x0 drivers/char/hw_random/intel-rng.prelink.o: warning: objtool: intel_rng_data_read()+0x0: data relocation to !ENDBR: intel_rng_data_read+0x0 drivers/char/hw_random/intel-rng.prelink.o: warning: objtool: intel_rng_mod_init()+0x0: data relocation to !ENDBR: intel_rng_mod_init+0x0 drivers/char/hw_random/amd-rng.prelink.o: warning: objtool: amd_rng_init()+0x0: data relocation to !ENDBR: amd_rng_init+0x0 drivers/char/hw_random/amd-rng.prelink.o: warning: objtool: amd_rng_cleanup()+0x0: data relocation to !ENDBR: amd_rng_cleanup+0x0 drivers/char/hw_random/amd-rng.prelink.o: warning: objtool: amd_rng_read()+0x0: data relocation to !ENDBR: amd_rng_read+0x0 drivers/char/hw_random/amd-rng.prelink.o: warning: objtool: amd_rng_mod_init()+0x0: data relocation to !ENDBR: amd_rng_mod_init+0x0 drivers/char/hw_random/ba431-rng.prelink.o: warning: objtool: ba431_trng_probe()+0x9d: relocation to !ENDBR: ba431_trng_reset_work+0x0 drivers/char/hw_random/ba431-rng.prelink.o: warning: objtool: ba431_trng_probe()+0xbe: relocation to !ENDBR: ba431_trng_init+0x0 drivers/char/hw_random/ba431-rng.prelink.o: warning: objtool: ba431_trng_probe()+0xca: relocation to !ENDBR: ba431_trng_cleanup+0x0 drivers/char/hw_random/ba431-rng.prelink.o: warning: objtool: ba431_trng_probe()+0xd2: relocation to !ENDBR: ba431_trng_read+0x0 drivers/char/hw_random/ba431-rng.prelink.o: warning: objtool: ba431_trng_probe()+0x0: data relocation to !ENDBR: ba431_trng_probe+0x0 drivers/char/hw_random/ba431-rng.prelink.o: warning: objtool: ba431_trng_driver_init()+0x0: data relocation to !ENDBR: ba431_trng_driver_init+0x0 drivers/char/hw_random/via-rng.prelink.o: warning: objtool: via_rng_init()+0x0: data relocation to !ENDBR: via_rng_init+0x0 drivers/char/hw_random/via-rng.prelink.o: warning: objtool: via_rng_data_present()+0x0: data relocation to !ENDBR: via_rng_data_present+0x0 drivers/char/hw_random/via-rng.prelink.o: warning: objtool: via_rng_data_read()+0x0: data relocation to !ENDBR: via_rng_data_read+0x0 drivers/char/hw_random/via-rng.prelink.o: warning: objtool: via_rng_mod_init()+0x0: data relocation to !ENDBR: via_rng_mod_init+0x0 drivers/char/hw_random/cctrng.prelink.o: warning: objtool: cctrng_probe()+0x7c: relocation to !ENDBR: cctrng_read+0x0 drivers/char/hw_random/cctrng.prelink.o: warning: objtool: cctrng_probe()+0x1cd: relocation to !ENDBR: cc_trng_compwork_handler+0x0 drivers/char/hw_random/cctrng.prelink.o: warning: objtool: cctrng_probe()+0x1e6: relocation to !ENDBR: cc_trng_startwork_handler+0x0 drivers/char/hw_random/cctrng.prelink.o: warning: objtool: cctrng_probe()+0x231: relocation to !ENDBR: cc_isr+0x0 drivers/char/hw_random/cctrng.prelink.o: warning: objtool: cctrng_suspend()+0x0: data relocation to !ENDBR: cctrng_suspend+0x0 drivers/char/hw_random/cctrng.prelink.o: warning: objtool: cctrng_resume()+0x0: data relocation to !ENDBR: cctrng_resume+0x0 drivers/char/hw_random/cctrng.prelink.o: warning: objtool: cctrng_suspend()+0x0: data relocation to !ENDBR: cctrng_suspend+0x0 drivers/char/hw_random/cctrng.prelink.o: warning: objtool: cctrng_resume()+0x0: data relocation to !ENDBR: cctrng_resume+0x0 drivers/char/hw_random/cctrng.prelink.o: warning: objtool: cctrng_suspend()+0x0: data relocation to !ENDBR: cctrng_suspend+0x0 drivers/char/hw_random/cctrng.prelink.o: warning: objtool: cctrng_resume()+0x0: data relocation to !ENDBR: cctrng_resume+0x0 drivers/char/hw_random/cctrng.prelink.o: warning: objtool: cctrng_suspend()+0x0: data relocation to !ENDBR: cctrng_suspend+0x0 drivers/char/hw_random/cctrng.prelink.o: warning: objtool: cctrng_resume()+0x0: data relocation to !ENDBR: cctrng_resume+0x0 drivers/char/hw_random/cctrng.prelink.o: warning: objtool: cctrng_probe()+0x0: data relocation to !ENDBR: cctrng_probe+0x0 drivers/char/hw_random/cctrng.prelink.o: warning: objtool: cctrng_remove()+0x0: data relocation to !ENDBR: cctrng_remove+0x0 drivers/char/hw_random/cctrng.prelink.o: warning: objtool: cctrng_mod_init()+0x0: data relocation to !ENDBR: cctrng_mod_init+0x0 drivers/char/hw_random/xiphera-trng.prelink.o: warning: objtool: xiphera_trng_probe()+0xf4: relocation to !ENDBR: xiphera_trng_read+0x0 drivers/char/hw_random/xiphera-trng.prelink.o: warning: objtool: xiphera_trng_probe()+0x0: data relocation to !ENDBR: xiphera_trng_probe+0x0 drivers/char/hw_random/xiphera-trng.prelink.o: warning: objtool: xiphera_trng_driver_init()+0x0: data relocation to !ENDBR: xiphera_trng_driver_init+0x0 drivers/char/hw_random/rng-core.prelink.o: warning: objtool: hwrng_manage_rngd.isra.9()+0x5b: relocation to !ENDBR: hwrng_fillfn+0x0 drivers/char/hw_random/rng-core.prelink.o: warning: objtool: devm_hwrng_register()+0x23: relocation to !ENDBR: devm_hwrng_release+0x0 drivers/char/hw_random/rng-core.prelink.o: warning: objtool: devm_hwrng_unregister()+0xd: relocation to !ENDBR: devm_hwrng_match+0x0 drivers/char/hw_random/rng-core.prelink.o: warning: objtool: devm_hwrng_unregister()+0x14: relocation to !ENDBR: devm_hwrng_release+0x0 drivers/char/hw_random/rng-core.prelink.o: warning: objtool: rng_dev_read()+0x0: data relocation to !ENDBR: rng_dev_read+0x0 drivers/char/hw_random/rng-core.prelink.o: warning: objtool: rng_dev_open()+0x0: data relocation to !ENDBR: rng_dev_open+0x0 drivers/char/hw_random/rng-core.prelink.o: warning: objtool: rng_quality_show()+0x0: data relocation to !ENDBR: rng_quality_show+0x0 drivers/char/hw_random/rng-core.prelink.o: warning: objtool: rng_quality_store()+0x0: data relocation to !ENDBR: rng_quality_store+0x0 drivers/char/hw_random/rng-core.prelink.o: warning: objtool: rng_selected_show()+0x0: data relocation to !ENDBR: rng_selected_show+0x0 drivers/char/hw_random/rng-core.prelink.o: warning: objtool: rng_available_show()+0x0: data relocation to !ENDBR: rng_available_show+0x0 drivers/char/hw_random/rng-core.prelink.o: warning: objtool: rng_current_show()+0x0: data relocation to !ENDBR: rng_current_show+0x0 drivers/char/hw_random/rng-core.prelink.o: warning: objtool: rng_current_store()+0x0: data relocation to !ENDBR: rng_current_store+0x0 drivers/char/hw_random/rng-core.prelink.o: warning: objtool: hwrng_modinit()+0x0: data relocation to !ENDBR: hwrng_modinit+0x0 drivers/iommu/virtio-iommu.prelink.o: warning: objtool: viommu_probe_device()+0x35: relocation to !ENDBR: viommu_match_node+0x0 drivers/iommu/virtio-iommu.prelink.o: warning: objtool: viommu_probe()+0x10a: relocation to !ENDBR: viommu_event_handler+0x0 drivers/iommu/virtio-iommu.prelink.o: warning: objtool: viommu_attach_dev()+0x0: data relocation to !ENDBR: viommu_attach_dev+0x0 drivers/iommu/virtio-iommu.prelink.o: warning: objtool: viommu_map()+0x0: data relocation to !ENDBR: viommu_map+0x0 drivers/iommu/virtio-iommu.prelink.o: warning: objtool: viommu_unmap()+0x0: data relocation to !ENDBR: viommu_unmap+0x0 drivers/iommu/virtio-iommu.prelink.o: warning: objtool: viommu_iotlb_sync()+0x0: data relocation to !ENDBR: viommu_iotlb_sync+0x0 drivers/iommu/virtio-iommu.prelink.o: warning: objtool: viommu_iova_to_phys()+0x0: data relocation to !ENDBR: viommu_iova_to_phys+0x0 drivers/iommu/virtio-iommu.prelink.o: warning: objtool: viommu_domain_free()+0x0: data relocation to !ENDBR: viommu_domain_free+0x0 drivers/iommu/virtio-iommu.prelink.o: warning: objtool: viommu_probe()+0x0: data relocation to !ENDBR: viommu_probe+0x0 drivers/iommu/virtio-iommu.prelink.o: warning: objtool: viommu_remove()+0x0: data relocation to !ENDBR: viommu_remove+0x0 drivers/iommu/virtio-iommu.prelink.o: warning: objtool: viommu_config_changed()+0x0: data relocation to !ENDBR: viommu_config_changed+0x0 drivers/iommu/virtio-iommu.prelink.o: warning: objtool: viommu_domain_alloc()+0x0: data relocation to !ENDBR: viommu_domain_alloc+0x0 drivers/iommu/virtio-iommu.prelink.o: warning: objtool: viommu_probe_device()+0x0: data relocation to !ENDBR: viommu_probe_device+0x0 drivers/iommu/virtio-iommu.prelink.o: warning: objtool: viommu_release_device()+0x0: data relocation to !ENDBR: viommu_release_device+0x0 drivers/iommu/virtio-iommu.prelink.o: warning: objtool: viommu_probe_finalize()+0x0: data relocation to !ENDBR: viommu_probe_finalize+0x0 drivers/iommu/virtio-iommu.prelink.o: warning: objtool: viommu_device_group()+0x0: data relocation to !ENDBR: viommu_device_group+0x0 drivers/iommu/virtio-iommu.prelink.o: warning: objtool: viommu_get_resv_regions()+0x0: data relocation to !ENDBR: viommu_get_resv_regions+0x0 drivers/iommu/virtio-iommu.prelink.o: warning: objtool: viommu_of_xlate()+0x0: data relocation to !ENDBR: viommu_of_xlate+0x0 drivers/iommu/virtio-iommu.prelink.o: warning: objtool: virtio_iommu_drv_init()+0x0: data relocation to !ENDBR: virtio_iommu_drv_init+0x0 drivers/tty/serial/max310x.prelink.o: warning: objtool: max310x_spi_probe()+0x83c: relocation to !ENDBR: max310x_gpio_direction_input+0x0 drivers/tty/serial/max310x.prelink.o: warning: objtool: max310x_spi_probe()+0x844: relocation to !ENDBR: max310x_gpio_get+0x0 drivers/tty/serial/max310x.prelink.o: warning: objtool: max310x_spi_probe()+0x84c: relocation to !ENDBR: max310x_gpio_direction_output+0x0 drivers/tty/serial/max310x.prelink.o: warning: objtool: max310x_spi_probe()+0x854: relocation to !ENDBR: max310x_gpio_set+0x0 drivers/tty/serial/max310x.prelink.o: warning: objtool: max310x_spi_probe()+0x85c: relocation to !ENDBR: max310x_gpio_set_config+0x0 drivers/tty/serial/max310x.prelink.o: warning: objtool: max310x_spi_probe()+0x8a7: relocation to !ENDBR: max310x_ist+0x0 drivers/tty/serial/max310x.prelink.o: warning: objtool: max310x_spi_probe()+0x5c7: relocation to !ENDBR: max310x_rs485_config+0x0 drivers/tty/serial/max310x.prelink.o: warning: objtool: max310x_spi_probe()+0x691: relocation to !ENDBR: max310x_tx_proc+0x0 drivers/tty/serial/max310x.prelink.o: warning: objtool: max310x_spi_probe()+0x6e7: relocation to !ENDBR: max310x_md_proc+0x0 drivers/tty/serial/max310x.prelink.o: warning: objtool: max310x_spi_probe()+0x71d: relocation to !ENDBR: max310x_rs_proc+0x0 drivers/tty/serial/max310x.prelink.o: warning: objtool: max310x_suspend()+0x0: data relocation to !ENDBR: max310x_suspend+0x0 drivers/tty/serial/max310x.prelink.o: warning: objtool: max310x_resume()+0x0: data relocation to !ENDBR: max310x_resume+0x0 drivers/tty/serial/max310x.prelink.o: warning: objtool: max310x_suspend()+0x0: data relocation to !ENDBR: max310x_suspend+0x0 drivers/tty/serial/max310x.prelink.o: warning: objtool: max310x_resume()+0x0: data relocation to !ENDBR: max310x_resume+0x0 drivers/tty/serial/max310x.prelink.o: warning: objtool: max310x_suspend()+0x0: data relocation to !ENDBR: max310x_suspend+0x0 drivers/tty/serial/max310x.prelink.o: warning: objtool: max310x_resume()+0x0: data relocation to !ENDBR: max310x_resume+0x0 drivers/tty/serial/max310x.prelink.o: warning: objtool: max310x_tx_empty()+0x0: data relocation to !ENDBR: max310x_tx_empty+0x0 drivers/tty/serial/max310x.prelink.o: warning: objtool: max310x_set_mctrl()+0x0: data relocation to !ENDBR: max310x_set_mctrl+0x0 drivers/tty/serial/max310x.prelink.o: warning: objtool: max310x_get_mctrl()+0x0: data relocation to !ENDBR: max310x_get_mctrl+0x0 drivers/tty/serial/max310x.prelink.o: warning: objtool: max310x_null_void()+0x0: data relocation to !ENDBR: max310x_null_void+0x0 drivers/tty/serial/max310x.prelink.o: warning: objtool: max310x_start_tx()+0x0: data relocation to !ENDBR: max310x_start_tx+0x0 drivers/tty/serial/max310x.prelink.o: warning: objtool: max310x_null_void()+0x0: data relocation to !ENDBR: max310x_null_void+0x0 drivers/tty/serial/max310x.prelink.o: warning: objtool: max310x_break_ctl()+0x0: data relocation to !ENDBR: max310x_break_ctl+0x0 drivers/tty/serial/max310x.prelink.o: warning: objtool: max310x_startup()+0x0: data relocation to !ENDBR: max310x_startup+0x0 drivers/tty/serial/max310x.prelink.o: warning: objtool: max310x_shutdown()+0x0: data relocation to !ENDBR: max310x_shutdown+0x0 drivers/tty/serial/max310x.prelink.o: warning: objtool: max310x_set_termios()+0x0: data relocation to !ENDBR: max310x_set_termios+0x0 drivers/tty/serial/max310x.prelink.o: warning: objtool: max310x_type()+0x0: data relocation to !ENDBR: max310x_type+0x0 drivers/tty/serial/max310x.prelink.o: warning: objtool: max310x_null_void()+0x0: data relocation to !ENDBR: max310x_null_void+0x0 drivers/tty/serial/max310x.prelink.o: warning: objtool: max310x_request_port()+0x0: data relocation to !ENDBR: max310x_request_port+0x0 drivers/tty/serial/max310x.prelink.o: warning: objtool: max310x_config_port()+0x0: data relocation to !ENDBR: max310x_config_port+0x0 drivers/tty/serial/max310x.prelink.o: warning: objtool: max310x_verify_port()+0x0: data relocation to !ENDBR: max310x_verify_port+0x0 drivers/tty/serial/max310x.prelink.o: warning: objtool: max14830_detect()+0x0: data relocation to !ENDBR: max14830_detect+0x0 drivers/tty/serial/max310x.prelink.o: warning: objtool: max14830_power()+0x0: data relocation to !ENDBR: max14830_power+0x0 drivers/tty/serial/max310x.prelink.o: warning: objtool: max3109_detect()+0x0: data relocation to !ENDBR: max3109_detect+0x0 drivers/tty/serial/max310x.prelink.o: warning: objtool: max310x_power()+0x0: data relocation to !ENDBR: max310x_power+0x0 drivers/tty/serial/max310x.prelink.o: warning: objtool: max3108_detect()+0x0: data relocation to !ENDBR: max3108_detect+0x0 drivers/tty/serial/max310x.prelink.o: warning: objtool: max310x_power()+0x0: data relocation to !ENDBR: max310x_power+0x0 drivers/tty/serial/max310x.prelink.o: warning: objtool: max3107_detect()+0x0: data relocation to !ENDBR: max3107_detect+0x0 drivers/tty/serial/max310x.prelink.o: warning: objtool: max310x_power()+0x0: data relocation to !ENDBR: max310x_power+0x0 drivers/tty/serial/max310x.prelink.o: warning: objtool: max310x_spi_probe()+0x0: data relocation to !ENDBR: max310x_spi_probe+0x0 drivers/tty/serial/max310x.prelink.o: warning: objtool: max310x_spi_remove()+0x0: data relocation to !ENDBR: max310x_spi_remove+0x0 drivers/tty/serial/max310x.prelink.o: warning: objtool: max310x_reg_writeable()+0x0: data relocation to !ENDBR: max310x_reg_writeable+0x0 drivers/tty/serial/max310x.prelink.o: warning: objtool: max310x_reg_volatile()+0x0: data relocation to !ENDBR: max310x_reg_volatile+0x0 drivers/tty/serial/max310x.prelink.o: warning: objtool: max310x_reg_precious()+0x0: data relocation to !ENDBR: max310x_reg_precious+0x0 drivers/tty/serial/max310x.prelink.o: warning: objtool: max310x_uart_init()+0x0: data relocation to !ENDBR: max310x_uart_init+0x0 drivers/tty/serial/sccnxp.prelink.o: warning: objtool: sccnxp_probe()+0x431: relocation to !ENDBR: sccnxp_timer+0x0 drivers/tty/serial/sccnxp.prelink.o: warning: objtool: sccnxp_probe()+0x3b4: relocation to !ENDBR: sccnxp_ist+0x0 drivers/tty/serial/sccnxp.prelink.o: warning: objtool: sccnxp_tx_empty()+0x0: data relocation to !ENDBR: sccnxp_tx_empty+0x0 drivers/tty/serial/sccnxp.prelink.o: warning: objtool: sccnxp_set_mctrl()+0x0: data relocation to !ENDBR: sccnxp_set_mctrl+0x0 drivers/tty/serial/sccnxp.prelink.o: warning: objtool: sccnxp_get_mctrl()+0x0: data relocation to !ENDBR: sccnxp_get_mctrl+0x0 drivers/tty/serial/sccnxp.prelink.o: warning: objtool: sccnxp_stop_tx()+0x0: data relocation to !ENDBR: sccnxp_stop_tx+0x0 drivers/tty/serial/sccnxp.prelink.o: warning: objtool: sccnxp_start_tx()+0x0: data relocation to !ENDBR: sccnxp_start_tx+0x0 drivers/tty/serial/sccnxp.prelink.o: warning: objtool: sccnxp_stop_rx()+0x0: data relocation to !ENDBR: sccnxp_stop_rx+0x0 drivers/tty/serial/sccnxp.prelink.o: warning: objtool: sccnxp_break_ctl()+0x0: data relocation to !ENDBR: sccnxp_break_ctl+0x0 drivers/tty/serial/sccnxp.prelink.o: warning: objtool: sccnxp_startup()+0x0: data relocation to !ENDBR: sccnxp_startup+0x0 drivers/tty/serial/sccnxp.prelink.o: warning: objtool: sccnxp_shutdown()+0x0: data relocation to !ENDBR: sccnxp_shutdown+0x0 drivers/tty/serial/sccnxp.prelink.o: warning: objtool: sccnxp_set_termios()+0x0: data relocation to !ENDBR: sccnxp_set_termios+0x0 drivers/tty/serial/sccnxp.prelink.o: warning: objtool: sccnxp_type()+0x0: data relocation to !ENDBR: sccnxp_type+0x0 drivers/tty/serial/sccnxp.prelink.o: warning: objtool: sccnxp_release_port()+0x0: data relocation to !ENDBR: sccnxp_release_port+0x0 drivers/tty/serial/sccnxp.prelink.o: warning: objtool: sccnxp_request_port()+0x0: data relocation to !ENDBR: sccnxp_request_port+0x0 drivers/tty/serial/sccnxp.prelink.o: warning: objtool: sccnxp_config_port()+0x0: data relocation to !ENDBR: sccnxp_config_port+0x0 drivers/tty/serial/sccnxp.prelink.o: warning: objtool: sccnxp_verify_port()+0x0: data relocation to !ENDBR: sccnxp_verify_port+0x0 drivers/tty/serial/sccnxp.prelink.o: warning: objtool: sccnxp_probe()+0x0: data relocation to !ENDBR: sccnxp_probe+0x0 drivers/tty/serial/sccnxp.prelink.o: warning: objtool: sccnxp_remove()+0x0: data relocation to !ENDBR: sccnxp_remove+0x0 drivers/tty/serial/sccnxp.prelink.o: warning: objtool: sccnxp_uart_driver_init()+0x0: data relocation to !ENDBR: sccnxp_uart_driver_init+0x0 drivers/tty/serial/altera_uart.prelink.o: warning: objtool: altera_uart_startup()+0xce: relocation to !ENDBR: altera_uart_interrupt+0x0 drivers/tty/serial/altera_uart.prelink.o: warning: objtool: altera_uart_startup()+0x38: relocation to !ENDBR: altera_uart_timer+0x0 drivers/tty/serial/altera_uart.prelink.o: warning: objtool: altera_uart_tx_empty()+0x0: data relocation to !ENDBR: altera_uart_tx_empty+0x0 drivers/tty/serial/altera_uart.prelink.o: warning: objtool: altera_uart_set_mctrl()+0x0: data relocation to !ENDBR: altera_uart_set_mctrl+0x0 drivers/tty/serial/altera_uart.prelink.o: warning: objtool: altera_uart_get_mctrl()+0x0: data relocation to !ENDBR: altera_uart_get_mctrl+0x0 drivers/tty/serial/altera_uart.prelink.o: warning: objtool: altera_uart_stop_tx()+0x0: data relocation to !ENDBR: altera_uart_stop_tx+0x0 drivers/tty/serial/altera_uart.prelink.o: warning: objtool: altera_uart_start_tx()+0x0: data relocation to !ENDBR: altera_uart_start_tx+0x0 drivers/tty/serial/altera_uart.prelink.o: warning: objtool: altera_uart_stop_rx()+0x0: data relocation to !ENDBR: altera_uart_stop_rx+0x0 drivers/tty/serial/altera_uart.prelink.o: warning: objtool: altera_uart_break_ctl()+0x0: data relocation to !ENDBR: altera_uart_break_ctl+0x0 drivers/tty/serial/altera_uart.prelink.o: warning: objtool: altera_uart_startup()+0x0: data relocation to !ENDBR: altera_uart_startup+0x0 drivers/tty/serial/altera_uart.prelink.o: warning: objtool: altera_uart_shutdown()+0x0: data relocation to !ENDBR: altera_uart_shutdown+0x0 drivers/tty/serial/altera_uart.prelink.o: warning: objtool: altera_uart_set_termios()+0x0: data relocation to !ENDBR: altera_uart_set_termios+0x0 drivers/tty/serial/altera_uart.prelink.o: warning: objtool: altera_uart_type()+0x0: data relocation to !ENDBR: altera_uart_type+0x0 drivers/tty/serial/altera_uart.prelink.o: warning: objtool: altera_uart_release_port()+0x0: data relocation to !ENDBR: altera_uart_release_port+0x0 drivers/tty/serial/altera_uart.prelink.o: warning: objtool: altera_uart_request_port()+0x0: data relocation to !ENDBR: altera_uart_request_port+0x0 drivers/tty/serial/altera_uart.prelink.o: warning: objtool: altera_uart_config_port()+0x0: data relocation to !ENDBR: altera_uart_config_port+0x0 drivers/tty/serial/altera_uart.prelink.o: warning: objtool: altera_uart_verify_port()+0x0: data relocation to !ENDBR: altera_uart_verify_port+0x0 drivers/tty/serial/altera_uart.prelink.o: warning: objtool: altera_uart_probe()+0x0: data relocation to !ENDBR: altera_uart_probe+0x0 drivers/tty/serial/altera_uart.prelink.o: warning: objtool: altera_uart_remove()+0x0: data relocation to !ENDBR: altera_uart_remove+0x0 drivers/tty/serial/altera_uart.prelink.o: warning: objtool: altera_uart_init()+0x0: data relocation to !ENDBR: altera_uart_init+0x0 drivers/tty/serial/altera_jtaguart.prelink.o: warning: objtool: altera_jtaguart_startup()+0x15: relocation to !ENDBR: altera_jtaguart_interrupt+0x0 drivers/tty/serial/altera_jtaguart.prelink.o: warning: objtool: altera_jtaguart_tx_empty()+0x0: data relocation to !ENDBR: altera_jtaguart_tx_empty+0x0 drivers/tty/serial/altera_jtaguart.prelink.o: warning: objtool: altera_jtaguart_set_mctrl()+0x0: data relocation to !ENDBR: altera_jtaguart_set_mctrl+0x0 drivers/tty/serial/altera_jtaguart.prelink.o: warning: objtool: altera_jtaguart_get_mctrl()+0x0: data relocation to !ENDBR: altera_jtaguart_get_mctrl+0x0 drivers/tty/serial/altera_jtaguart.prelink.o: warning: objtool: altera_jtaguart_stop_tx()+0x0: data relocation to !ENDBR: altera_jtaguart_stop_tx+0x0 drivers/tty/serial/altera_jtaguart.prelink.o: warning: objtool: altera_jtaguart_start_tx()+0x0: data relocation to !ENDBR: altera_jtaguart_start_tx+0x0 drivers/tty/serial/altera_jtaguart.prelink.o: warning: objtool: altera_jtaguart_stop_rx()+0x0: data relocation to !ENDBR: altera_jtaguart_stop_rx+0x0 drivers/tty/serial/altera_jtaguart.prelink.o: warning: objtool: altera_jtaguart_break_ctl()+0x0: data relocation to !ENDBR: altera_jtaguart_break_ctl+0x0 drivers/tty/serial/altera_jtaguart.prelink.o: warning: objtool: altera_jtaguart_startup()+0x0: data relocation to !ENDBR: altera_jtaguart_startup+0x0 drivers/tty/serial/altera_jtaguart.prelink.o: warning: objtool: altera_jtaguart_shutdown()+0x0: data relocation to !ENDBR: altera_jtaguart_shutdown+0x0 drivers/tty/serial/altera_jtaguart.prelink.o: warning: objtool: altera_jtaguart_set_termios()+0x0: data relocation to !ENDBR: altera_jtaguart_set_termios+0x0 drivers/tty/serial/altera_jtaguart.prelink.o: warning: objtool: altera_jtaguart_type()+0x0: data relocation to !ENDBR: altera_jtaguart_type+0x0 drivers/tty/serial/altera_jtaguart.prelink.o: warning: objtool: altera_jtaguart_release_port()+0x0: data relocation to !ENDBR: altera_jtaguart_release_port+0x0 drivers/tty/serial/altera_jtaguart.prelink.o: warning: objtool: altera_jtaguart_request_port()+0x0: data relocation to !ENDBR: altera_jtaguart_request_port+0x0 drivers/tty/serial/altera_jtaguart.prelink.o: warning: objtool: altera_jtaguart_config_port()+0x0: data relocation to !ENDBR: altera_jtaguart_config_port+0x0 drivers/tty/serial/altera_jtaguart.prelink.o: warning: objtool: altera_jtaguart_verify_port()+0x0: data relocation to !ENDBR: altera_jtaguart_verify_port+0x0 drivers/tty/serial/altera_jtaguart.prelink.o: warning: objtool: altera_jtaguart_probe()+0x0: data relocation to !ENDBR: altera_jtaguart_probe+0x0 drivers/tty/serial/altera_jtaguart.prelink.o: warning: objtool: altera_jtaguart_remove()+0x0: data relocation to !ENDBR: altera_jtaguart_remove+0x0 drivers/tty/serial/altera_jtaguart.prelink.o: warning: objtool: altera_jtaguart_init()+0x0: data relocation to !ENDBR: altera_jtaguart_init+0x0 drivers/tty/serial/rp2.prelink.o: warning: objtool: rp2_probe()+0x458: relocation to !ENDBR: rp2_uart_interrupt+0x0 drivers/tty/serial/rp2.prelink.o: warning: objtool: rp2_uart_tx_empty()+0x0: data relocation to !ENDBR: rp2_uart_tx_empty+0x0 drivers/tty/serial/rp2.prelink.o: warning: objtool: rp2_uart_set_mctrl()+0x0: data relocation to !ENDBR: rp2_uart_set_mctrl+0x0 drivers/tty/serial/rp2.prelink.o: warning: objtool: rp2_uart_get_mctrl()+0x0: data relocation to !ENDBR: rp2_uart_get_mctrl+0x0 drivers/tty/serial/rp2.prelink.o: warning: objtool: rp2_uart_stop_tx()+0x0: data relocation to !ENDBR: rp2_uart_stop_tx+0x0 drivers/tty/serial/rp2.prelink.o: warning: objtool: rp2_uart_start_tx()+0x0: data relocation to !ENDBR: rp2_uart_start_tx+0x0 drivers/tty/serial/rp2.prelink.o: warning: objtool: rp2_uart_stop_rx()+0x0: data relocation to !ENDBR: rp2_uart_stop_rx+0x0 drivers/tty/serial/rp2.prelink.o: warning: objtool: rp2_uart_enable_ms()+0x0: data relocation to !ENDBR: rp2_uart_enable_ms+0x0 drivers/tty/serial/rp2.prelink.o: warning: objtool: rp2_uart_break_ctl()+0x0: data relocation to !ENDBR: rp2_uart_break_ctl+0x0 drivers/tty/serial/rp2.prelink.o: warning: objtool: rp2_uart_startup()+0x0: data relocation to !ENDBR: rp2_uart_startup+0x0 drivers/tty/serial/rp2.prelink.o: warning: objtool: rp2_uart_shutdown()+0x0: data relocation to !ENDBR: rp2_uart_shutdown+0x0 drivers/tty/serial/rp2.prelink.o: warning: objtool: rp2_uart_set_termios()+0x0: data relocation to !ENDBR: rp2_uart_set_termios+0x0 drivers/tty/serial/rp2.prelink.o: warning: objtool: rp2_uart_type()+0x0: data relocation to !ENDBR: rp2_uart_type+0x0 drivers/tty/serial/rp2.prelink.o: warning: objtool: rp2_uart_release_port()+0x0: data relocation to !ENDBR: rp2_uart_release_port+0x0 drivers/tty/serial/rp2.prelink.o: warning: objtool: rp2_uart_request_port()+0x0: data relocation to !ENDBR: rp2_uart_request_port+0x0 drivers/tty/serial/rp2.prelink.o: warning: objtool: rp2_uart_config_port()+0x0: data relocation to !ENDBR: rp2_uart_config_port+0x0 drivers/tty/serial/rp2.prelink.o: warning: objtool: rp2_uart_verify_port()+0x0: data relocation to !ENDBR: rp2_uart_verify_port+0x0 drivers/tty/serial/rp2.prelink.o: warning: objtool: rp2_probe()+0x0: data relocation to !ENDBR: rp2_probe+0x0 drivers/tty/serial/rp2.prelink.o: warning: objtool: rp2_remove()+0x0: data relocation to !ENDBR: rp2_remove+0x0 drivers/tty/serial/rp2.prelink.o: warning: objtool: rp2_uart_init()+0x0: data relocation to !ENDBR: rp2_uart_init+0x0 drivers/tty/serial/fsl_lpuart.prelink.o: warning: objtool: rx_dma_timer_init()+0x16: relocation to !ENDBR: lpuart_timer_func+0x0 drivers/tty/serial/fsl_lpuart.prelink.o: warning: objtool: lpuart_dma_tx()+0x102: relocation to !ENDBR: lpuart_dma_tx_complete+0x0 drivers/tty/serial/fsl_lpuart.prelink.o: warning: objtool: lpuart32_set_termios()+0x857: relocation to !ENDBR: lpuart_dma_rx_complete+0x0 drivers/tty/serial/fsl_lpuart.prelink.o: warning: objtool: lpuart_probe()+0x1ea: relocation to !ENDBR: lpuart32_config_rs485+0x0 drivers/tty/serial/fsl_lpuart.prelink.o: warning: objtool: lpuart_probe()+0x3f1: relocation to !ENDBR: lpuart32_int+0x0 drivers/tty/serial/fsl_lpuart.prelink.o: warning: objtool: lpuart_probe()+0x2c1: relocation to !ENDBR: lpuart_int+0x0 drivers/tty/serial/fsl_lpuart.prelink.o: warning: objtool: lpuart_probe()+0x11e: relocation to !ENDBR: lpuart_config_rs485+0x0 drivers/tty/serial/fsl_lpuart.prelink.o: warning: objtool: lpuart_rx_dma_startup()+0x1d9: relocation to !ENDBR: lpuart_dma_rx_complete+0x0 drivers/tty/serial/fsl_lpuart.prelink.o: warning: objtool: lpuart_resume()+0x27f: relocation to !ENDBR: lpuart_dma_rx_complete+0x0 drivers/tty/serial/fsl_lpuart.prelink.o: warning: objtool: lpuart_set_termios()+0x4d2: relocation to !ENDBR: lpuart_dma_rx_complete+0x0 drivers/tty/serial/fsl_lpuart.prelink.o: warning: objtool: lpuart_suspend()+0x0: data relocation to !ENDBR: lpuart_suspend+0x0 drivers/tty/serial/fsl_lpuart.prelink.o: warning: objtool: lpuart_resume()+0x0: data relocation to !ENDBR: lpuart_resume+0x0 drivers/tty/serial/fsl_lpuart.prelink.o: warning: objtool: lpuart_suspend()+0x0: data relocation to !ENDBR: lpuart_suspend+0x0 drivers/tty/serial/fsl_lpuart.prelink.o: warning: objtool: lpuart_resume()+0x0: data relocation to !ENDBR: lpuart_resume+0x0 drivers/tty/serial/fsl_lpuart.prelink.o: warning: objtool: lpuart_suspend()+0x0: data relocation to !ENDBR: lpuart_suspend+0x0 drivers/tty/serial/fsl_lpuart.prelink.o: warning: objtool: lpuart_resume()+0x0: data relocation to !ENDBR: lpuart_resume+0x0 drivers/tty/serial/fsl_lpuart.prelink.o: warning: objtool: lpuart32_tx_empty()+0x0: data relocation to !ENDBR: lpuart32_tx_empty+0x0 drivers/tty/serial/fsl_lpuart.prelink.o: warning: objtool: lpuart32_set_mctrl()+0x0: data relocation to !ENDBR: lpuart32_set_mctrl+0x0 drivers/tty/serial/fsl_lpuart.prelink.o: warning: objtool: lpuart32_get_mctrl()+0x0: data relocation to !ENDBR: lpuart32_get_mctrl+0x0 drivers/tty/serial/fsl_lpuart.prelink.o: warning: objtool: lpuart32_stop_tx()+0x0: data relocation to !ENDBR: lpuart32_stop_tx+0x0 drivers/tty/serial/fsl_lpuart.prelink.o: warning: objtool: lpuart32_start_tx()+0x0: data relocation to !ENDBR: lpuart32_start_tx+0x0 drivers/tty/serial/fsl_lpuart.prelink.o: warning: objtool: lpuart32_stop_rx()+0x0: data relocation to !ENDBR: lpuart32_stop_rx+0x0 drivers/tty/serial/fsl_lpuart.prelink.o: warning: objtool: lpuart32_break_ctl()+0x0: data relocation to !ENDBR: lpuart32_break_ctl+0x0 drivers/tty/serial/fsl_lpuart.prelink.o: warning: objtool: lpuart32_startup()+0x0: data relocation to !ENDBR: lpuart32_startup+0x0 drivers/tty/serial/fsl_lpuart.prelink.o: warning: objtool: lpuart32_shutdown()+0x0: data relocation to !ENDBR: lpuart32_shutdown+0x0 drivers/tty/serial/fsl_lpuart.prelink.o: warning: objtool: lpuart_flush_buffer()+0x0: data relocation to !ENDBR: lpuart_flush_buffer+0x0 drivers/tty/serial/fsl_lpuart.prelink.o: warning: objtool: lpuart32_set_termios()+0x0: data relocation to !ENDBR: lpuart32_set_termios+0x0 drivers/tty/serial/fsl_lpuart.prelink.o: warning: objtool: lpuart_type()+0x0: data relocation to !ENDBR: lpuart_type+0x0 drivers/tty/serial/fsl_lpuart.prelink.o: warning: objtool: lpuart_release_port()+0x0: data relocation to !ENDBR: lpuart_release_port+0x0 drivers/tty/serial/fsl_lpuart.prelink.o: warning: objtool: lpuart_request_port()+0x0: data relocation to !ENDBR: lpuart_request_port+0x0 drivers/tty/serial/fsl_lpuart.prelink.o: warning: objtool: lpuart_config_port()+0x0: data relocation to !ENDBR: lpuart_config_port+0x0 drivers/tty/serial/fsl_lpuart.prelink.o: warning: objtool: lpuart_verify_port()+0x0: data relocation to !ENDBR: lpuart_verify_port+0x0 drivers/tty/serial/fsl_lpuart.prelink.o: warning: objtool: lpuart_tx_empty()+0x0: data relocation to !ENDBR: lpuart_tx_empty+0x0 drivers/tty/serial/fsl_lpuart.prelink.o: warning: objtool: lpuart_set_mctrl()+0x0: data relocation to !ENDBR: lpuart_set_mctrl+0x0 drivers/tty/serial/fsl_lpuart.prelink.o: warning: objtool: lpuart_get_mctrl()+0x0: data relocation to !ENDBR: lpuart_get_mctrl+0x0 drivers/tty/serial/fsl_lpuart.prelink.o: warning: objtool: lpuart_stop_tx()+0x0: data relocation to !ENDBR: lpuart_stop_tx+0x0 drivers/tty/serial/fsl_lpuart.prelink.o: warning: objtool: lpuart_start_tx()+0x0: data relocation to !ENDBR: lpuart_start_tx+0x0 drivers/tty/serial/fsl_lpuart.prelink.o: warning: objtool: lpuart_stop_rx()+0x0: data relocation to !ENDBR: lpuart_stop_rx+0x0 drivers/tty/serial/fsl_lpuart.prelink.o: warning: objtool: lpuart_break_ctl()+0x0: data relocation to !ENDBR: lpuart_break_ctl+0x0 drivers/tty/serial/fsl_lpuart.prelink.o: warning: objtool: lpuart_startup()+0x0: data relocation to !ENDBR: lpuart_startup+0x0 drivers/tty/serial/fsl_lpuart.prelink.o: warning: objtool: lpuart_shutdown()+0x0: data relocation to !ENDBR: lpuart_shutdown+0x0 drivers/tty/serial/fsl_lpuart.prelink.o: warning: objtool: lpuart_flush_buffer()+0x0: data relocation to !ENDBR: lpuart_flush_buffer+0x0 drivers/tty/serial/fsl_lpuart.prelink.o: warning: objtool: lpuart_set_termios()+0x0: data relocation to !ENDBR: lpuart_set_termios+0x0 drivers/tty/serial/fsl_lpuart.prelink.o: warning: objtool: lpuart_type()+0x0: data relocation to !ENDBR: lpuart_type+0x0 drivers/tty/serial/fsl_lpuart.prelink.o: warning: objtool: lpuart_release_port()+0x0: data relocation to !ENDBR: lpuart_release_port+0x0 drivers/tty/serial/fsl_lpuart.prelink.o: warning: objtool: lpuart_request_port()+0x0: data relocation to !ENDBR: lpuart_request_port+0x0 drivers/tty/serial/fsl_lpuart.prelink.o: warning: objtool: lpuart_config_port()+0x0: data relocation to !ENDBR: lpuart_config_port+0x0 drivers/tty/serial/fsl_lpuart.prelink.o: warning: objtool: lpuart_verify_port()+0x0: data relocation to !ENDBR: lpuart_verify_port+0x0 drivers/tty/serial/fsl_lpuart.prelink.o: warning: objtool: lpuart_probe()+0x0: data relocation to !ENDBR: lpuart_probe+0x0 drivers/tty/serial/fsl_lpuart.prelink.o: warning: objtool: lpuart_remove()+0x0: data relocation to !ENDBR: lpuart_remove+0x0 drivers/tty/serial/fsl_lpuart.prelink.o: warning: objtool: lpuart_serial_init()+0x0: data relocation to !ENDBR: lpuart_serial_init+0x0 drivers/tty/serial/digicolor-usart.prelink.o: warning: objtool: digicolor_uart_probe()+0x1b2: relocation to !ENDBR: digicolor_rx_poll+0x0 drivers/tty/serial/digicolor-usart.prelink.o: warning: objtool: digicolor_uart_probe()+0x1e0: relocation to !ENDBR: digicolor_uart_int+0x0 drivers/tty/serial/digicolor-usart.prelink.o: warning: objtool: digicolor_uart_tx_empty()+0x0: data relocation to !ENDBR: digicolor_uart_tx_empty+0x0 drivers/tty/serial/digicolor-usart.prelink.o: warning: objtool: digicolor_uart_set_mctrl()+0x0: data relocation to !ENDBR: digicolor_uart_set_mctrl+0x0 drivers/tty/serial/digicolor-usart.prelink.o: warning: objtool: digicolor_uart_get_mctrl()+0x0: data relocation to !ENDBR: digicolor_uart_get_mctrl+0x0 drivers/tty/serial/digicolor-usart.prelink.o: warning: objtool: digicolor_uart_stop_tx()+0x0: data relocation to !ENDBR: digicolor_uart_stop_tx+0x0 drivers/tty/serial/digicolor-usart.prelink.o: warning: objtool: digicolor_uart_start_tx()+0x0: data relocation to !ENDBR: digicolor_uart_start_tx+0x0 drivers/tty/serial/digicolor-usart.prelink.o: warning: objtool: digicolor_uart_stop_rx()+0x0: data relocation to !ENDBR: digicolor_uart_stop_rx+0x0 drivers/tty/serial/digicolor-usart.prelink.o: warning: objtool: digicolor_uart_break_ctl()+0x0: data relocation to !ENDBR: digicolor_uart_break_ctl+0x0 drivers/tty/serial/digicolor-usart.prelink.o: warning: objtool: digicolor_uart_startup()+0x0: data relocation to !ENDBR: digicolor_uart_startup+0x0 drivers/tty/serial/digicolor-usart.prelink.o: warning: objtool: digicolor_uart_shutdown()+0x0: data relocation to !ENDBR: digicolor_uart_shutdown+0x0 drivers/tty/serial/digicolor-usart.prelink.o: warning: objtool: digicolor_uart_set_termios()+0x0: data relocation to !ENDBR: digicolor_uart_set_termios+0x0 drivers/tty/serial/digicolor-usart.prelink.o: warning: objtool: digicolor_uart_type()+0x0: data relocation to !ENDBR: digicolor_uart_type+0x0 drivers/tty/serial/digicolor-usart.prelink.o: warning: objtool: digicolor_uart_release_port()+0x0: data relocation to !ENDBR: digicolor_uart_release_port+0x0 drivers/tty/serial/digicolor-usart.prelink.o: warning: objtool: digicolor_uart_request_port()+0x0: data relocation to !ENDBR: digicolor_uart_request_port+0x0 drivers/tty/serial/digicolor-usart.prelink.o: warning: objtool: digicolor_uart_config_port()+0x0: data relocation to !ENDBR: digicolor_uart_config_port+0x0 drivers/tty/serial/digicolor-usart.prelink.o: warning: objtool: digicolor_uart_probe()+0x0: data relocation to !ENDBR: digicolor_uart_probe+0x0 drivers/tty/serial/digicolor-usart.prelink.o: warning: objtool: digicolor_uart_remove()+0x0: data relocation to !ENDBR: digicolor_uart_remove+0x0 drivers/tty/serial/digicolor-usart.prelink.o: warning: objtool: digicolor_uart_init()+0x0: data relocation to !ENDBR: digicolor_uart_init+0x0 drivers/tty/serial/sifive.prelink.o: warning: objtool: sifive_serial_probe()+0x136: relocation to !ENDBR: sifive_serial_clk_notifier+0x0 drivers/tty/serial/sifive.prelink.o: warning: objtool: sifive_serial_probe()+0x1e5: relocation to !ENDBR: sifive_serial_irq+0x0 drivers/tty/serial/sifive.prelink.o: warning: objtool: sifive_serial_tx_empty()+0x0: data relocation to !ENDBR: sifive_serial_tx_empty+0x0 drivers/tty/serial/sifive.prelink.o: warning: objtool: sifive_serial_set_mctrl()+0x0: data relocation to !ENDBR: sifive_serial_set_mctrl+0x0 drivers/tty/serial/sifive.prelink.o: warning: objtool: sifive_serial_get_mctrl()+0x0: data relocation to !ENDBR: sifive_serial_get_mctrl+0x0 drivers/tty/serial/sifive.prelink.o: warning: objtool: sifive_serial_stop_tx()+0x0: data relocation to !ENDBR: sifive_serial_stop_tx+0x0 drivers/tty/serial/sifive.prelink.o: warning: objtool: sifive_serial_start_tx()+0x0: data relocation to !ENDBR: sifive_serial_start_tx+0x0 drivers/tty/serial/sifive.prelink.o: warning: objtool: sifive_serial_stop_rx()+0x0: data relocation to !ENDBR: sifive_serial_stop_rx+0x0 drivers/tty/serial/sifive.prelink.o: warning: objtool: sifive_serial_break_ctl()+0x0: data relocation to !ENDBR: sifive_serial_break_ctl+0x0 drivers/tty/serial/sifive.prelink.o: warning: objtool: sifive_serial_startup()+0x0: data relocation to !ENDBR: sifive_serial_startup+0x0 drivers/tty/serial/sifive.prelink.o: warning: objtool: sifive_serial_shutdown()+0x0: data relocation to !ENDBR: sifive_serial_shutdown+0x0 drivers/tty/serial/sifive.prelink.o: warning: objtool: sifive_serial_set_termios()+0x0: data relocation to !ENDBR: sifive_serial_set_termios+0x0 drivers/tty/serial/sifive.prelink.o: warning: objtool: sifive_serial_type()+0x0: data relocation to !ENDBR: sifive_serial_type+0x0 drivers/tty/serial/sifive.prelink.o: warning: objtool: sifive_serial_release_port()+0x0: data relocation to !ENDBR: sifive_serial_release_port+0x0 drivers/tty/serial/sifive.prelink.o: warning: objtool: sifive_serial_request_port()+0x0: data relocation to !ENDBR: sifive_serial_request_port+0x0 drivers/tty/serial/sifive.prelink.o: warning: objtool: sifive_serial_config_port()+0x0: data relocation to !ENDBR: sifive_serial_config_port+0x0 drivers/tty/serial/sifive.prelink.o: warning: objtool: sifive_serial_verify_port()+0x0: data relocation to !ENDBR: sifive_serial_verify_port+0x0 drivers/tty/serial/sifive.prelink.o: warning: objtool: sifive_serial_probe()+0x0: data relocation to !ENDBR: sifive_serial_probe+0x0 drivers/tty/serial/sifive.prelink.o: warning: objtool: sifive_serial_remove()+0x0: data relocation to !ENDBR: sifive_serial_remove+0x0 drivers/tty/serial/sifive.prelink.o: warning: objtool: sifive_serial_init()+0x0: data relocation to !ENDBR: sifive_serial_init+0x0 sound/pci/echoaudio/snd-darla20.prelink.o: warning: objtool: pcm_open()+0x19e: relocation to !ENDBR: audiopipe_free+0x0 sound/pci/echoaudio/snd-darla20.prelink.o: warning: objtool: pcm_open()+0x22f: relocation to !ENDBR: hw_rule_sample_rate+0x0 sound/pci/echoaudio/snd-darla20.prelink.o: warning: objtool: snd_echo_resume()+0x15e: relocation to !ENDBR: snd_echo_interrupt+0x0 sound/pci/echoaudio/snd-darla20.prelink.o: warning: objtool: snd_echo_probe()+0x173: relocation to !ENDBR: snd_echo_interrupt+0x0 sound/pci/echoaudio/snd-darla20.prelink.o: warning: objtool: snd_echo_probe()+0x1ab: relocation to !ENDBR: snd_echo_free+0x0 sound/pci/echoaudio/snd-darla20.prelink.o: warning: objtool: pcm_analog_in_open()+0x35: relocation to !ENDBR: hw_rule_capture_channels_by_format+0x0 sound/pci/echoaudio/snd-darla20.prelink.o: warning: objtool: pcm_analog_in_open()+0x6a: relocation to !ENDBR: hw_rule_capture_format_by_channels+0x0 sound/pci/echoaudio/snd-darla20.prelink.o: warning: objtool: pcm_analog_out_open()+0x35: relocation to !ENDBR: hw_rule_playback_channels_by_format+0x0 sound/pci/echoaudio/snd-darla20.prelink.o: warning: objtool: pcm_analog_out_open()+0x6a: relocation to !ENDBR: hw_rule_playback_format_by_channels+0x0 sound/pci/echoaudio/snd-darla20.prelink.o: warning: objtool: snd_echo_suspend()+0x0: data relocation to !ENDBR: snd_echo_suspend+0x0 sound/pci/echoaudio/snd-darla20.prelink.o: warning: objtool: snd_echo_resume()+0x0: data relocation to !ENDBR: snd_echo_resume+0x0 sound/pci/echoaudio/snd-darla20.prelink.o: warning: objtool: snd_echo_suspend()+0x0: data relocation to !ENDBR: snd_echo_suspend+0x0 sound/pci/echoaudio/snd-darla20.prelink.o: warning: objtool: snd_echo_resume()+0x0: data relocation to !ENDBR: snd_echo_resume+0x0 sound/pci/echoaudio/snd-darla20.prelink.o: warning: objtool: snd_echo_suspend()+0x0: data relocation to !ENDBR: snd_echo_suspend+0x0 sound/pci/echoaudio/snd-darla20.prelink.o: warning: objtool: snd_echo_resume()+0x0: data relocation to !ENDBR: snd_echo_resume+0x0 sound/pci/echoaudio/snd-darla20.prelink.o: warning: objtool: snd_echo_channels_info_info()+0x0: data relocation to !ENDBR: snd_echo_channels_info_info+0x0 sound/pci/echoaudio/snd-darla20.prelink.o: warning: objtool: snd_echo_channels_info_get()+0x0: data relocation to !ENDBR: snd_echo_channels_info_get+0x0 sound/pci/echoaudio/snd-darla20.prelink.o: warning: objtool: snd_echo_vumeters_info()+0x0: data relocation to !ENDBR: snd_echo_vumeters_info+0x0 sound/pci/echoaudio/snd-darla20.prelink.o: warning: objtool: snd_echo_vumeters_get()+0x0: data relocation to !ENDBR: snd_echo_vumeters_get+0x0 sound/pci/echoaudio/snd-darla20.prelink.o: warning: objtool: snd_echo_vumeters_switch_put()+0x0: data relocation to !ENDBR: snd_echo_vumeters_switch_put+0x0 sound/pci/echoaudio/snd-darla20.prelink.o: warning: objtool: snd_echo_output_gain_info()+0x0: data relocation to !ENDBR: snd_echo_output_gain_info+0x0 sound/pci/echoaudio/snd-darla20.prelink.o: warning: objtool: snd_echo_output_gain_get()+0x0: data relocation to !ENDBR: snd_echo_output_gain_get+0x0 sound/pci/echoaudio/snd-darla20.prelink.o: warning: objtool: snd_echo_output_gain_put()+0x0: data relocation to !ENDBR: snd_echo_output_gain_put+0x0 sound/pci/echoaudio/snd-darla20.prelink.o: warning: objtool: pcm_analog_in_open()+0x0: data relocation to !ENDBR: pcm_analog_in_open+0x0 sound/pci/echoaudio/snd-darla20.prelink.o: warning: objtool: pcm_close()+0x0: data relocation to !ENDBR: pcm_close+0x0 sound/pci/echoaudio/snd-darla20.prelink.o: warning: objtool: pcm_analog_in_hw_params()+0x0: data relocation to !ENDBR: pcm_analog_in_hw_params+0x0 sound/pci/echoaudio/snd-darla20.prelink.o: warning: objtool: pcm_hw_free()+0x0: data relocation to !ENDBR: pcm_hw_free+0x0 sound/pci/echoaudio/snd-darla20.prelink.o: warning: objtool: pcm_prepare()+0x0: data relocation to !ENDBR: pcm_prepare+0x0 sound/pci/echoaudio/snd-darla20.prelink.o: warning: objtool: pcm_trigger()+0x0: data relocation to !ENDBR: pcm_trigger+0x0 sound/pci/echoaudio/snd-darla20.prelink.o: warning: objtool: pcm_pointer()+0x0: data relocation to !ENDBR: pcm_pointer+0x0 sound/pci/echoaudio/snd-darla20.prelink.o: warning: objtool: pcm_analog_out_open()+0x0: data relocation to !ENDBR: pcm_analog_out_open+0x0 sound/pci/echoaudio/snd-darla20.prelink.o: warning: objtool: pcm_close()+0x0: data relocation to !ENDBR: pcm_close+0x0 sound/pci/echoaudio/snd-darla20.prelink.o: warning: objtool: pcm_analog_out_hw_params()+0x0: data relocation to !ENDBR: pcm_analog_out_hw_params+0x0 sound/pci/echoaudio/snd-darla20.prelink.o: warning: objtool: pcm_hw_free()+0x0: data relocation to !ENDBR: pcm_hw_free+0x0 sound/pci/echoaudio/snd-darla20.prelink.o: warning: objtool: pcm_prepare()+0x0: data relocation to !ENDBR: pcm_prepare+0x0 sound/pci/echoaudio/snd-darla20.prelink.o: warning: objtool: pcm_trigger()+0x0: data relocation to !ENDBR: pcm_trigger+0x0 sound/pci/echoaudio/snd-darla20.prelink.o: warning: objtool: pcm_pointer()+0x0: data relocation to !ENDBR: pcm_pointer+0x0 sound/pci/echoaudio/snd-darla20.prelink.o: warning: objtool: snd_echo_probe()+0x0: data relocation to !ENDBR: snd_echo_probe+0x0 sound/pci/echoaudio/snd-darla20.prelink.o: warning: objtool: snd_echo_mixer_info()+0x0: data relocation to !ENDBR: snd_echo_mixer_info+0x0 sound/pci/echoaudio/snd-darla20.prelink.o: warning: objtool: snd_echo_mixer_get()+0x0: data relocation to !ENDBR: snd_echo_mixer_get+0x0 sound/pci/echoaudio/snd-darla20.prelink.o: warning: objtool: snd_echo_mixer_put()+0x0: data relocation to !ENDBR: snd_echo_mixer_put+0x0 sound/pci/echoaudio/snd-darla20.prelink.o: warning: objtool: echo_driver_init()+0x0: data relocation to !ENDBR: echo_driver_init+0x0 sound/pci/echoaudio/snd-darla24.prelink.o: warning: objtool: pcm_open()+0x1b3: relocation to !ENDBR: audiopipe_free+0x0 sound/pci/echoaudio/snd-darla24.prelink.o: warning: objtool: pcm_open()+0x244: relocation to !ENDBR: hw_rule_sample_rate+0x0 sound/pci/echoaudio/snd-darla24.prelink.o: warning: objtool: snd_echo_resume()+0x15e: relocation to !ENDBR: snd_echo_interrupt+0x0 sound/pci/echoaudio/snd-darla24.prelink.o: warning: objtool: snd_echo_probe()+0x173: relocation to !ENDBR: snd_echo_interrupt+0x0 sound/pci/echoaudio/snd-darla24.prelink.o: warning: objtool: snd_echo_probe()+0x1ab: relocation to !ENDBR: snd_echo_free+0x0 sound/pci/echoaudio/snd-darla24.prelink.o: warning: objtool: pcm_analog_in_open()+0x35: relocation to !ENDBR: hw_rule_capture_channels_by_format+0x0 sound/pci/echoaudio/snd-darla24.prelink.o: warning: objtool: pcm_analog_in_open()+0x6a: relocation to !ENDBR: hw_rule_capture_format_by_channels+0x0 sound/pci/echoaudio/snd-darla24.prelink.o: warning: objtool: pcm_analog_out_open()+0x35: relocation to !ENDBR: hw_rule_playback_channels_by_format+0x0 sound/pci/echoaudio/snd-darla24.prelink.o: warning: objtool: pcm_analog_out_open()+0x6a: relocation to !ENDBR: hw_rule_playback_format_by_channels+0x0 sound/pci/echoaudio/snd-darla24.prelink.o: warning: objtool: snd_echo_suspend()+0x0: data relocation to !ENDBR: snd_echo_suspend+0x0 sound/pci/echoaudio/snd-darla24.prelink.o: warning: objtool: snd_echo_resume()+0x0: data relocation to !ENDBR: snd_echo_resume+0x0 sound/pci/echoaudio/snd-darla24.prelink.o: warning: objtool: snd_echo_suspend()+0x0: data relocation to !ENDBR: snd_echo_suspend+0x0 sound/pci/echoaudio/snd-darla24.prelink.o: warning: objtool: snd_echo_resume()+0x0: data relocation to !ENDBR: snd_echo_resume+0x0 sound/pci/echoaudio/snd-darla24.prelink.o: warning: objtool: snd_echo_suspend()+0x0: data relocation to !ENDBR: snd_echo_suspend+0x0 sound/pci/echoaudio/snd-darla24.prelink.o: warning: objtool: snd_echo_resume()+0x0: data relocation to !ENDBR: snd_echo_resume+0x0 sound/pci/echoaudio/snd-darla24.prelink.o: warning: objtool: snd_echo_channels_info_info()+0x0: data relocation to !ENDBR: snd_echo_channels_info_info+0x0 sound/pci/echoaudio/snd-darla24.prelink.o: warning: objtool: snd_echo_channels_info_get()+0x0: data relocation to !ENDBR: snd_echo_channels_info_get+0x0 sound/pci/echoaudio/snd-darla24.prelink.o: warning: objtool: snd_echo_vumeters_info()+0x0: data relocation to !ENDBR: snd_echo_vumeters_info+0x0 sound/pci/echoaudio/snd-darla24.prelink.o: warning: objtool: snd_echo_vumeters_get()+0x0: data relocation to !ENDBR: snd_echo_vumeters_get+0x0 sound/pci/echoaudio/snd-darla24.prelink.o: warning: objtool: snd_echo_vumeters_switch_put()+0x0: data relocation to !ENDBR: snd_echo_vumeters_switch_put+0x0 sound/pci/echoaudio/snd-darla24.prelink.o: warning: objtool: snd_echo_clock_source_info()+0x0: data relocation to !ENDBR: snd_echo_clock_source_info+0x0 sound/pci/echoaudio/snd-darla24.prelink.o: warning: objtool: snd_echo_clock_source_get()+0x0: data relocation to !ENDBR: snd_echo_clock_source_get+0x0 sound/pci/echoaudio/snd-darla24.prelink.o: warning: objtool: snd_echo_clock_source_put()+0x0: data relocation to !ENDBR: snd_echo_clock_source_put+0x0 sound/pci/echoaudio/snd-darla24.prelink.o: warning: objtool: snd_echo_input_nominal_info()+0x0: data relocation to !ENDBR: snd_echo_input_nominal_info+0x0 sound/pci/echoaudio/snd-darla24.prelink.o: warning: objtool: snd_echo_input_nominal_get()+0x0: data relocation to !ENDBR: snd_echo_input_nominal_get+0x0 sound/pci/echoaudio/snd-darla24.prelink.o: warning: objtool: snd_echo_input_nominal_put()+0x0: data relocation to !ENDBR: snd_echo_input_nominal_put+0x0 sound/pci/echoaudio/snd-darla24.prelink.o: warning: objtool: snd_echo_output_nominal_info()+0x0: data relocation to !ENDBR: snd_echo_output_nominal_info+0x0 sound/pci/echoaudio/snd-darla24.prelink.o: warning: objtool: snd_echo_output_nominal_get()+0x0: data relocation to !ENDBR: snd_echo_output_nominal_get+0x0 sound/pci/echoaudio/snd-darla24.prelink.o: warning: objtool: snd_echo_output_nominal_put()+0x0: data relocation to !ENDBR: snd_echo_output_nominal_put+0x0 sound/pci/echoaudio/snd-darla24.prelink.o: warning: objtool: snd_echo_output_gain_info()+0x0: data relocation to !ENDBR: snd_echo_output_gain_info+0x0 sound/pci/echoaudio/snd-darla24.prelink.o: warning: objtool: snd_echo_output_gain_get()+0x0: data relocation to !ENDBR: snd_echo_output_gain_get+0x0 sound/pci/echoaudio/snd-darla24.prelink.o: warning: objtool: snd_echo_output_gain_put()+0x0: data relocation to !ENDBR: snd_echo_output_gain_put+0x0 sound/pci/echoaudio/snd-darla24.prelink.o: warning: objtool: pcm_analog_in_open()+0x0: data relocation to !ENDBR: pcm_analog_in_open+0x0 sound/pci/echoaudio/snd-darla24.prelink.o: warning: objtool: pcm_close()+0x0: data relocation to !ENDBR: pcm_close+0x0 sound/pci/echoaudio/snd-darla24.prelink.o: warning: objtool: pcm_analog_in_hw_params()+0x0: data relocation to !ENDBR: pcm_analog_in_hw_params+0x0 sound/pci/echoaudio/snd-darla24.prelink.o: warning: objtool: pcm_hw_free()+0x0: data relocation to !ENDBR: pcm_hw_free+0x0 sound/pci/echoaudio/snd-darla24.prelink.o: warning: objtool: pcm_prepare()+0x0: data relocation to !ENDBR: pcm_prepare+0x0 sound/pci/echoaudio/snd-darla24.prelink.o: warning: objtool: pcm_trigger()+0x0: data relocation to !ENDBR: pcm_trigger+0x0 sound/pci/echoaudio/snd-darla24.prelink.o: warning: objtool: pcm_pointer()+0x0: data relocation to !ENDBR: pcm_pointer+0x0 sound/pci/echoaudio/snd-darla24.prelink.o: warning: objtool: pcm_analog_out_open()+0x0: data relocation to !ENDBR: pcm_analog_out_open+0x0 sound/pci/echoaudio/snd-darla24.prelink.o: warning: objtool: pcm_close()+0x0: data relocation to !ENDBR: pcm_close+0x0 sound/pci/echoaudio/snd-darla24.prelink.o: warning: objtool: pcm_analog_out_hw_params()+0x0: data relocation to !ENDBR: pcm_analog_out_hw_params+0x0 sound/pci/echoaudio/snd-darla24.prelink.o: warning: objtool: pcm_hw_free()+0x0: data relocation to !ENDBR: pcm_hw_free+0x0 sound/pci/echoaudio/snd-darla24.prelink.o: warning: objtool: pcm_prepare()+0x0: data relocation to !ENDBR: pcm_prepare+0x0 sound/pci/echoaudio/snd-darla24.prelink.o: warning: objtool: pcm_trigger()+0x0: data relocation to !ENDBR: pcm_trigger+0x0 sound/pci/echoaudio/snd-darla24.prelink.o: warning: objtool: pcm_pointer()+0x0: data relocation to !ENDBR: pcm_pointer+0x0 sound/pci/echoaudio/snd-darla24.prelink.o: warning: objtool: snd_echo_probe()+0x0: data relocation to !ENDBR: snd_echo_probe+0x0 sound/pci/echoaudio/snd-darla24.prelink.o: warning: objtool: snd_echo_mixer_info()+0x0: data relocation to !ENDBR: snd_echo_mixer_info+0x0 sound/pci/echoaudio/snd-darla24.prelink.o: warning: objtool: snd_echo_mixer_get()+0x0: data relocation to !ENDBR: snd_echo_mixer_get+0x0 sound/pci/echoaudio/snd-darla24.prelink.o: warning: objtool: snd_echo_mixer_put()+0x0: data relocation to !ENDBR: snd_echo_mixer_put+0x0 sound/pci/echoaudio/snd-darla24.prelink.o: warning: objtool: echo_driver_init()+0x0: data relocation to !ENDBR: echo_driver_init+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: pcm_open()+0x1b3: relocation to !ENDBR: audiopipe_free+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: pcm_open()+0x244: relocation to !ENDBR: hw_rule_sample_rate+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: pcm_digital_in_open()+0x70: relocation to !ENDBR: hw_rule_capture_channels_by_format+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: pcm_digital_in_open()+0x97: relocation to !ENDBR: hw_rule_capture_format_by_channels+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: pcm_digital_out_open()+0x70: relocation to !ENDBR: hw_rule_playback_channels_by_format+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: pcm_digital_out_open()+0x97: relocation to !ENDBR: hw_rule_playback_format_by_channels+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: pcm_analog_in_open()+0x35: relocation to !ENDBR: hw_rule_capture_channels_by_format+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: pcm_analog_in_open()+0x6a: relocation to !ENDBR: hw_rule_capture_format_by_channels+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: pcm_analog_out_open()+0x35: relocation to !ENDBR: hw_rule_playback_channels_by_format+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: pcm_analog_out_open()+0x6a: relocation to !ENDBR: hw_rule_playback_format_by_channels+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: snd_echo_resume()+0x15e: relocation to !ENDBR: snd_echo_interrupt+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: snd_echo_probe()+0x173: relocation to !ENDBR: snd_echo_interrupt+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: snd_echo_probe()+0x1ab: relocation to !ENDBR: snd_echo_free+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: snd_echo_suspend()+0x0: data relocation to !ENDBR: snd_echo_suspend+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: snd_echo_resume()+0x0: data relocation to !ENDBR: snd_echo_resume+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: snd_echo_suspend()+0x0: data relocation to !ENDBR: snd_echo_suspend+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: snd_echo_resume()+0x0: data relocation to !ENDBR: snd_echo_resume+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: snd_echo_suspend()+0x0: data relocation to !ENDBR: snd_echo_suspend+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: snd_echo_resume()+0x0: data relocation to !ENDBR: snd_echo_resume+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: snd_echo_channels_info_info()+0x0: data relocation to !ENDBR: snd_echo_channels_info_info+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: snd_echo_channels_info_get()+0x0: data relocation to !ENDBR: snd_echo_channels_info_get+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: snd_echo_vumeters_info()+0x0: data relocation to !ENDBR: snd_echo_vumeters_info+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: snd_echo_vumeters_get()+0x0: data relocation to !ENDBR: snd_echo_vumeters_get+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: snd_echo_vumeters_switch_put()+0x0: data relocation to !ENDBR: snd_echo_vumeters_switch_put+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: snd_echo_automute_get()+0x0: data relocation to !ENDBR: snd_echo_automute_get+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: snd_echo_automute_put()+0x0: data relocation to !ENDBR: snd_echo_automute_put+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: snd_echo_clock_source_info()+0x0: data relocation to !ENDBR: snd_echo_clock_source_info+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: snd_echo_clock_source_get()+0x0: data relocation to !ENDBR: snd_echo_clock_source_get+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: snd_echo_clock_source_put()+0x0: data relocation to !ENDBR: snd_echo_clock_source_put+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: snd_echo_spdif_mode_info()+0x0: data relocation to !ENDBR: snd_echo_spdif_mode_info+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: snd_echo_spdif_mode_get()+0x0: data relocation to !ENDBR: snd_echo_spdif_mode_get+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: snd_echo_spdif_mode_put()+0x0: data relocation to !ENDBR: snd_echo_spdif_mode_put+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: snd_echo_digital_mode_info()+0x0: data relocation to !ENDBR: snd_echo_digital_mode_info+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: snd_echo_digital_mode_get()+0x0: data relocation to !ENDBR: snd_echo_digital_mode_get+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: snd_echo_digital_mode_put()+0x0: data relocation to !ENDBR: snd_echo_digital_mode_put+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: snd_echo_input_nominal_info()+0x0: data relocation to !ENDBR: snd_echo_input_nominal_info+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: snd_echo_input_nominal_get()+0x0: data relocation to !ENDBR: snd_echo_input_nominal_get+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: snd_echo_input_nominal_put()+0x0: data relocation to !ENDBR: snd_echo_input_nominal_put+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: snd_echo_output_nominal_info()+0x0: data relocation to !ENDBR: snd_echo_output_nominal_info+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: snd_echo_output_nominal_get()+0x0: data relocation to !ENDBR: snd_echo_output_nominal_get+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: snd_echo_output_nominal_put()+0x0: data relocation to !ENDBR: snd_echo_output_nominal_put+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: snd_echo_output_gain_info()+0x0: data relocation to !ENDBR: snd_echo_output_gain_info+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: snd_echo_output_gain_get()+0x0: data relocation to !ENDBR: snd_echo_output_gain_get+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: snd_echo_output_gain_put()+0x0: data relocation to !ENDBR: snd_echo_output_gain_put+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: pcm_digital_in_open()+0x0: data relocation to !ENDBR: pcm_digital_in_open+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: pcm_close()+0x0: data relocation to !ENDBR: pcm_close+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: pcm_digital_in_hw_params()+0x0: data relocation to !ENDBR: pcm_digital_in_hw_params+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: pcm_hw_free()+0x0: data relocation to !ENDBR: pcm_hw_free+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: pcm_prepare()+0x0: data relocation to !ENDBR: pcm_prepare+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: pcm_trigger()+0x0: data relocation to !ENDBR: pcm_trigger+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: pcm_pointer()+0x0: data relocation to !ENDBR: pcm_pointer+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: pcm_digital_out_open()+0x0: data relocation to !ENDBR: pcm_digital_out_open+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: pcm_close()+0x0: data relocation to !ENDBR: pcm_close+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: pcm_digital_out_hw_params()+0x0: data relocation to !ENDBR: pcm_digital_out_hw_params+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: pcm_hw_free()+0x0: data relocation to !ENDBR: pcm_hw_free+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: pcm_prepare()+0x0: data relocation to !ENDBR: pcm_prepare+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: pcm_trigger()+0x0: data relocation to !ENDBR: pcm_trigger+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: pcm_pointer()+0x0: data relocation to !ENDBR: pcm_pointer+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: pcm_analog_in_open()+0x0: data relocation to !ENDBR: pcm_analog_in_open+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: pcm_close()+0x0: data relocation to !ENDBR: pcm_close+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: pcm_analog_in_hw_params()+0x0: data relocation to !ENDBR: pcm_analog_in_hw_params+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: pcm_hw_free()+0x0: data relocation to !ENDBR: pcm_hw_free+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: pcm_prepare()+0x0: data relocation to !ENDBR: pcm_prepare+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: pcm_trigger()+0x0: data relocation to !ENDBR: pcm_trigger+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: pcm_pointer()+0x0: data relocation to !ENDBR: pcm_pointer+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: pcm_analog_out_open()+0x0: data relocation to !ENDBR: pcm_analog_out_open+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: pcm_close()+0x0: data relocation to !ENDBR: pcm_close+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: pcm_analog_out_hw_params()+0x0: data relocation to !ENDBR: pcm_analog_out_hw_params+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: pcm_hw_free()+0x0: data relocation to !ENDBR: pcm_hw_free+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: pcm_prepare()+0x0: data relocation to !ENDBR: pcm_prepare+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: pcm_trigger()+0x0: data relocation to !ENDBR: pcm_trigger+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: pcm_pointer()+0x0: data relocation to !ENDBR: pcm_pointer+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: snd_echo_probe()+0x0: data relocation to !ENDBR: snd_echo_probe+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: snd_echo_mixer_info()+0x0: data relocation to !ENDBR: snd_echo_mixer_info+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: snd_echo_mixer_get()+0x0: data relocation to !ENDBR: snd_echo_mixer_get+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: snd_echo_mixer_put()+0x0: data relocation to !ENDBR: snd_echo_mixer_put+0x0 sound/pci/echoaudio/snd-gina24.prelink.o: warning: objtool: echo_driver_init()+0x0: data relocation to !ENDBR: echo_driver_init+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: snd_echo_midi_output_trigger()+0x77: relocation to !ENDBR: snd_echo_midi_output_write+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: pcm_open()+0x1b3: relocation to !ENDBR: audiopipe_free+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: pcm_open()+0x244: relocation to !ENDBR: hw_rule_sample_rate+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: pcm_digital_in_open()+0x7e: relocation to !ENDBR: hw_rule_capture_channels_by_format+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: pcm_digital_in_open()+0xa6: relocation to !ENDBR: hw_rule_capture_format_by_channels+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: pcm_digital_out_open()+0x7e: relocation to !ENDBR: hw_rule_playback_channels_by_format+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: pcm_digital_out_open()+0xa6: relocation to !ENDBR: hw_rule_playback_format_by_channels+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: pcm_analog_in_open()+0x43: relocation to !ENDBR: hw_rule_capture_channels_by_format+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: pcm_analog_in_open()+0x78: relocation to !ENDBR: hw_rule_capture_format_by_channels+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: pcm_analog_out_open()+0x3b: relocation to !ENDBR: hw_rule_playback_channels_by_format+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: pcm_analog_out_open()+0x70: relocation to !ENDBR: hw_rule_playback_format_by_channels+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: snd_echo_resume()+0x168: relocation to !ENDBR: snd_echo_interrupt+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: snd_echo_probe()+0x173: relocation to !ENDBR: snd_echo_interrupt+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: snd_echo_probe()+0x1ab: relocation to !ENDBR: snd_echo_free+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: snd_echo_midi_output_open()+0x0: data relocation to !ENDBR: snd_echo_midi_output_open+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: snd_echo_midi_output_close()+0x0: data relocation to !ENDBR: snd_echo_midi_output_close+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: snd_echo_midi_output_trigger()+0x0: data relocation to !ENDBR: snd_echo_midi_output_trigger+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: snd_echo_midi_input_open()+0x0: data relocation to !ENDBR: snd_echo_midi_input_open+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: snd_echo_midi_input_close()+0x0: data relocation to !ENDBR: snd_echo_midi_input_close+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: snd_echo_midi_input_trigger()+0x0: data relocation to !ENDBR: snd_echo_midi_input_trigger+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: snd_echo_suspend()+0x0: data relocation to !ENDBR: snd_echo_suspend+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: snd_echo_resume()+0x0: data relocation to !ENDBR: snd_echo_resume+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: snd_echo_suspend()+0x0: data relocation to !ENDBR: snd_echo_suspend+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: snd_echo_resume()+0x0: data relocation to !ENDBR: snd_echo_resume+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: snd_echo_suspend()+0x0: data relocation to !ENDBR: snd_echo_suspend+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: snd_echo_resume()+0x0: data relocation to !ENDBR: snd_echo_resume+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: snd_echo_channels_info_info()+0x0: data relocation to !ENDBR: snd_echo_channels_info_info+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: snd_echo_channels_info_get()+0x0: data relocation to !ENDBR: snd_echo_channels_info_get+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: snd_echo_vumeters_info()+0x0: data relocation to !ENDBR: snd_echo_vumeters_info+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: snd_echo_vumeters_get()+0x0: data relocation to !ENDBR: snd_echo_vumeters_get+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: snd_echo_vumeters_switch_put()+0x0: data relocation to !ENDBR: snd_echo_vumeters_switch_put+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: snd_echo_phantom_power_get()+0x0: data relocation to !ENDBR: snd_echo_phantom_power_get+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: snd_echo_phantom_power_put()+0x0: data relocation to !ENDBR: snd_echo_phantom_power_put+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: snd_echo_clock_source_info()+0x0: data relocation to !ENDBR: snd_echo_clock_source_info+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: snd_echo_clock_source_get()+0x0: data relocation to !ENDBR: snd_echo_clock_source_get+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: snd_echo_clock_source_put()+0x0: data relocation to !ENDBR: snd_echo_clock_source_put+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: snd_echo_spdif_mode_info()+0x0: data relocation to !ENDBR: snd_echo_spdif_mode_info+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: snd_echo_spdif_mode_get()+0x0: data relocation to !ENDBR: snd_echo_spdif_mode_get+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: snd_echo_spdif_mode_put()+0x0: data relocation to !ENDBR: snd_echo_spdif_mode_put+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: snd_echo_digital_mode_info()+0x0: data relocation to !ENDBR: snd_echo_digital_mode_info+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: snd_echo_digital_mode_get()+0x0: data relocation to !ENDBR: snd_echo_digital_mode_get+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: snd_echo_digital_mode_put()+0x0: data relocation to !ENDBR: snd_echo_digital_mode_put+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: snd_echo_input_nominal_info()+0x0: data relocation to !ENDBR: snd_echo_input_nominal_info+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: snd_echo_input_nominal_get()+0x0: data relocation to !ENDBR: snd_echo_input_nominal_get+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: snd_echo_input_nominal_put()+0x0: data relocation to !ENDBR: snd_echo_input_nominal_put+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: snd_echo_output_nominal_info()+0x0: data relocation to !ENDBR: snd_echo_output_nominal_info+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: snd_echo_output_nominal_get()+0x0: data relocation to !ENDBR: snd_echo_output_nominal_get+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: snd_echo_output_nominal_put()+0x0: data relocation to !ENDBR: snd_echo_output_nominal_put+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: snd_echo_output_gain_info()+0x0: data relocation to !ENDBR: snd_echo_output_gain_info+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: snd_echo_output_gain_get()+0x0: data relocation to !ENDBR: snd_echo_output_gain_get+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: snd_echo_output_gain_put()+0x0: data relocation to !ENDBR: snd_echo_output_gain_put+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: pcm_digital_in_open()+0x0: data relocation to !ENDBR: pcm_digital_in_open+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: pcm_close()+0x0: data relocation to !ENDBR: pcm_close+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: pcm_digital_in_hw_params()+0x0: data relocation to !ENDBR: pcm_digital_in_hw_params+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: pcm_hw_free()+0x0: data relocation to !ENDBR: pcm_hw_free+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: pcm_prepare()+0x0: data relocation to !ENDBR: pcm_prepare+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: pcm_trigger()+0x0: data relocation to !ENDBR: pcm_trigger+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: pcm_pointer()+0x0: data relocation to !ENDBR: pcm_pointer+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: pcm_digital_out_open()+0x0: data relocation to !ENDBR: pcm_digital_out_open+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: pcm_close()+0x0: data relocation to !ENDBR: pcm_close+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: pcm_digital_out_hw_params()+0x0: data relocation to !ENDBR: pcm_digital_out_hw_params+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: pcm_hw_free()+0x0: data relocation to !ENDBR: pcm_hw_free+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: pcm_prepare()+0x0: data relocation to !ENDBR: pcm_prepare+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: pcm_trigger()+0x0: data relocation to !ENDBR: pcm_trigger+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: pcm_pointer()+0x0: data relocation to !ENDBR: pcm_pointer+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: pcm_analog_in_open()+0x0: data relocation to !ENDBR: pcm_analog_in_open+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: pcm_close()+0x0: data relocation to !ENDBR: pcm_close+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: pcm_analog_in_hw_params()+0x0: data relocation to !ENDBR: pcm_analog_in_hw_params+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: pcm_hw_free()+0x0: data relocation to !ENDBR: pcm_hw_free+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: pcm_prepare()+0x0: data relocation to !ENDBR: pcm_prepare+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: pcm_trigger()+0x0: data relocation to !ENDBR: pcm_trigger+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: pcm_pointer()+0x0: data relocation to !ENDBR: pcm_pointer+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: pcm_analog_out_open()+0x0: data relocation to !ENDBR: pcm_analog_out_open+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: pcm_close()+0x0: data relocation to !ENDBR: pcm_close+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: pcm_analog_out_hw_params()+0x0: data relocation to !ENDBR: pcm_analog_out_hw_params+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: pcm_hw_free()+0x0: data relocation to !ENDBR: pcm_hw_free+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: pcm_prepare()+0x0: data relocation to !ENDBR: pcm_prepare+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: pcm_trigger()+0x0: data relocation to !ENDBR: pcm_trigger+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: pcm_pointer()+0x0: data relocation to !ENDBR: pcm_pointer+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: snd_echo_probe()+0x0: data relocation to !ENDBR: snd_echo_probe+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: snd_echo_mixer_info()+0x0: data relocation to !ENDBR: snd_echo_mixer_info+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: snd_echo_mixer_get()+0x0: data relocation to !ENDBR: snd_echo_mixer_get+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: snd_echo_mixer_put()+0x0: data relocation to !ENDBR: snd_echo_mixer_put+0x0 sound/pci/echoaudio/snd-echo3g.prelink.o: warning: objtool: echo_driver_init()+0x0: data relocation to !ENDBR: echo_driver_init+0x0 sound/pci/echoaudio/snd-indigoiox.prelink.o: warning: objtool: pcm_open()+0x1b3: relocation to !ENDBR: audiopipe_free+0x0 sound/pci/echoaudio/snd-indigoiox.prelink.o: warning: objtool: pcm_open()+0x244: relocation to !ENDBR: hw_rule_sample_rate+0x0 sound/pci/echoaudio/snd-indigoiox.prelink.o: warning: objtool: snd_echo_resume()+0x15e: relocation to !ENDBR: snd_echo_interrupt+0x0 sound/pci/echoaudio/snd-indigoiox.prelink.o: warning: objtool: snd_echo_probe()+0x173: relocation to !ENDBR: snd_echo_interrupt+0x0 sound/pci/echoaudio/snd-indigoiox.prelink.o: warning: objtool: snd_echo_probe()+0x1ab: relocation to !ENDBR: snd_echo_free+0x0 sound/pci/echoaudio/snd-indigoiox.prelink.o: warning: objtool: pcm_analog_in_open()+0x35: relocation to !ENDBR: hw_rule_capture_channels_by_format+0x0 sound/pci/echoaudio/snd-indigoiox.prelink.o: warning: objtool: pcm_analog_in_open()+0x6a: relocation to !ENDBR: hw_rule_capture_format_by_channels+0x0 sound/pci/echoaudio/snd-indigoiox.prelink.o: warning: objtool: pcm_analog_out_open()+0x35: relocation to !ENDBR: hw_rule_playback_channels_by_format+0x0 sound/pci/echoaudio/snd-indigoiox.prelink.o: warning: objtool: pcm_analog_out_open()+0x6a: relocation to !ENDBR: hw_rule_playback_format_by_channels+0x0 sound/pci/echoaudio/snd-indigoiox.prelink.o: warning: objtool: snd_echo_suspend()+0x0: data relocation to !ENDBR: snd_echo_suspend+0x0 sound/pci/echoaudio/snd-indigoiox.prelink.o: warning: objtool: snd_echo_resume()+0x0: data relocation to !ENDBR: snd_echo_resume+0x0 sound/pci/echoaudio/snd-indigoiox.prelink.o: warning: objtool: snd_echo_suspend()+0x0: data relocation to !ENDBR: snd_echo_suspend+0x0 sound/pci/echoaudio/snd-indigoiox.prelink.o: warning: objtool: snd_echo_resume()+0x0: data relocation to !ENDBR: snd_echo_resume+0x0 sound/pci/echoaudio/snd-indigoiox.prelink.o: warning: objtool: snd_echo_suspend()+0x0: data relocation to !ENDBR: snd_echo_suspend+0x0 sound/pci/echoaudio/snd-indigoiox.prelink.o: warning: objtool: snd_echo_resume()+0x0: data relocation to !ENDBR: snd_echo_resume+0x0 sound/pci/echoaudio/snd-indigoiox.prelink.o: warning: objtool: snd_echo_channels_info_info()+0x0: data relocation to !ENDBR: snd_echo_channels_info_info+0x0 sound/pci/echoaudio/snd-indigoiox.prelink.o: warning: objtool: snd_echo_channels_info_get()+0x0: data relocation to !ENDBR: snd_echo_channels_info_get+0x0 sound/pci/echoaudio/snd-indigoiox.prelink.o: warning: objtool: snd_echo_vumeters_info()+0x0: data relocation to !ENDBR: snd_echo_vumeters_info+0x0 sound/pci/echoaudio/snd-indigoiox.prelink.o: warning: objtool: snd_echo_vumeters_get()+0x0: data relocation to !ENDBR: snd_echo_vumeters_get+0x0 sound/pci/echoaudio/snd-indigoiox.prelink.o: warning: objtool: snd_echo_vumeters_switch_put()+0x0: data relocation to !ENDBR: snd_echo_vumeters_switch_put+0x0 sound/pci/echoaudio/snd-indigoiox.prelink.o: warning: objtool: pcm_analog_in_open()+0x0: data relocation to !ENDBR: pcm_analog_in_open+0x0 sound/pci/echoaudio/snd-indigoiox.prelink.o: warning: objtool: pcm_close()+0x0: data relocation to !ENDBR: pcm_close+0x0 sound/pci/echoaudio/snd-indigoiox.prelink.o: warning: objtool: pcm_analog_in_hw_params()+0x0: data relocation to !ENDBR: pcm_analog_in_hw_params+0x0 sound/pci/echoaudio/snd-indigoiox.prelink.o: warning: objtool: pcm_hw_free()+0x0: data relocation to !ENDBR: pcm_hw_free+0x0 sound/pci/echoaudio/snd-indigoiox.prelink.o: warning: objtool: pcm_prepare()+0x0: data relocation to !ENDBR: pcm_prepare+0x0 sound/pci/echoaudio/snd-indigoiox.prelink.o: warning: objtool: pcm_trigger()+0x0: data relocation to !ENDBR: pcm_trigger+0x0 sound/pci/echoaudio/snd-indigoiox.prelink.o: warning: objtool: pcm_pointer()+0x0: data relocation to !ENDBR: pcm_pointer+0x0 sound/pci/echoaudio/snd-indigoiox.prelink.o: warning: objtool: pcm_analog_out_open()+0x0: data relocation to !ENDBR: pcm_analog_out_open+0x0 sound/pci/echoaudio/snd-indigoiox.prelink.o: warning: objtool: pcm_close()+0x0: data relocation to !ENDBR: pcm_close+0x0 sound/pci/echoaudio/snd-indigoiox.prelink.o: warning: objtool: pcm_analog_out_hw_params()+0x0: data relocation to !ENDBR: pcm_analog_out_hw_params+0x0 sound/pci/echoaudio/snd-indigoiox.prelink.o: warning: objtool: pcm_hw_free()+0x0: data relocation to !ENDBR: pcm_hw_free+0x0 sound/pci/echoaudio/snd-indigoiox.prelink.o: warning: objtool: pcm_prepare()+0x0: data relocation to !ENDBR: pcm_prepare+0x0 sound/pci/echoaudio/snd-indigoiox.prelink.o: warning: objtool: pcm_trigger()+0x0: data relocation to !ENDBR: pcm_trigger+0x0 sound/pci/echoaudio/snd-indigoiox.prelink.o: warning: objtool: pcm_pointer()+0x0: data relocation to !ENDBR: pcm_pointer+0x0 sound/pci/echoaudio/snd-indigoiox.prelink.o: warning: objtool: snd_echo_probe()+0x0: data relocation to !ENDBR: snd_echo_probe+0x0 sound/pci/echoaudio/snd-indigoiox.prelink.o: warning: objtool: snd_echo_vmixer_info()+0x0: data relocation to !ENDBR: snd_echo_vmixer_info+0x0 sound/pci/echoaudio/snd-indigoiox.prelink.o: warning: objtool: snd_echo_vmixer_get()+0x0: data relocation to !ENDBR: snd_echo_vmixer_get+0x0 sound/pci/echoaudio/snd-indigoiox.prelink.o: warning: objtool: snd_echo_vmixer_put()+0x0: data relocation to !ENDBR: snd_echo_vmixer_put+0x0 sound/pci/echoaudio/snd-indigoiox.prelink.o: warning: objtool: snd_echo_mixer_info()+0x0: data relocation to !ENDBR: snd_echo_mixer_info+0x0 sound/pci/echoaudio/snd-indigoiox.prelink.o: warning: objtool: snd_echo_mixer_get()+0x0: data relocation to !ENDBR: snd_echo_mixer_get+0x0 sound/pci/echoaudio/snd-indigoiox.prelink.o: warning: objtool: snd_echo_mixer_put()+0x0: data relocation to !ENDBR: snd_echo_mixer_put+0x0 sound/pci/echoaudio/snd-indigoiox.prelink.o: warning: objtool: echo_driver_init()+0x0: data relocation to !ENDBR: echo_driver_init+0x0 drivers/video/fbdev/aty/atyfb.prelink.o: warning: objtool: aty_enable_irq()+0x79: relocation to !ENDBR: aty_irq+0x0 drivers/video/fbdev/aty/atyfb.prelink.o: warning: objtool: atyfb_set_par()+0x1f0: relocation to !ENDBR: atyfb_sync+0x0 drivers/video/fbdev/aty/atyfb.prelink.o: warning: objtool: aty_init_cursor()+0x56: relocation to !ENDBR: atyfb_cursor+0x0 drivers/video/fbdev/aty/atyfb.prelink.o: warning: objtool: atyfb_pci_suspend()+0x0: data relocation to !ENDBR: atyfb_pci_suspend+0x0 drivers/video/fbdev/aty/atyfb.prelink.o: warning: objtool: atyfb_pci_resume()+0x0: data relocation to !ENDBR: atyfb_pci_resume+0x0 drivers/video/fbdev/aty/atyfb.prelink.o: warning: objtool: atyfb_pci_freeze()+0x0: data relocation to !ENDBR: atyfb_pci_freeze+0x0 drivers/video/fbdev/aty/atyfb.prelink.o: warning: objtool: atyfb_pci_resume()+0x0: data relocation to !ENDBR: atyfb_pci_resume+0x0 drivers/video/fbdev/aty/atyfb.prelink.o: warning: objtool: atyfb_pci_hibernate()+0x0: data relocation to !ENDBR: atyfb_pci_hibernate+0x0 drivers/video/fbdev/aty/atyfb.prelink.o: warning: objtool: atyfb_pci_resume()+0x0: data relocation to !ENDBR: atyfb_pci_resume+0x0 drivers/video/fbdev/aty/atyfb.prelink.o: warning: objtool: dummy()+0x0: data relocation to !ENDBR: dummy+0x0 drivers/video/fbdev/aty/atyfb.prelink.o: warning: objtool: dummy()+0x0: data relocation to !ENDBR: dummy+0x0 drivers/video/fbdev/aty/atyfb.prelink.o: warning: objtool: dummy()+0x0: data relocation to !ENDBR: dummy+0x0 drivers/video/fbdev/aty/atyfb.prelink.o: warning: objtool: aty_set_dac_unsupported()+0x0: data relocation to !ENDBR: aty_set_dac_unsupported+0x0 drivers/video/fbdev/aty/atyfb.prelink.o: warning: objtool: aty_var_to_pll_408()+0x0: data relocation to !ENDBR: aty_var_to_pll_408+0x0 drivers/video/fbdev/aty/atyfb.prelink.o: warning: objtool: aty_pll_408_to_var()+0x0: data relocation to !ENDBR: aty_pll_408_to_var+0x0 drivers/video/fbdev/aty/atyfb.prelink.o: warning: objtool: aty_set_pll_408()+0x0: data relocation to !ENDBR: aty_set_pll_408+0x0 drivers/video/fbdev/aty/atyfb.prelink.o: warning: objtool: aty_var_to_pll_8398()+0x0: data relocation to !ENDBR: aty_var_to_pll_8398+0x0 drivers/video/fbdev/aty/atyfb.prelink.o: warning: objtool: aty_pll_8398_to_var()+0x0: data relocation to !ENDBR: aty_pll_8398_to_var+0x0 drivers/video/fbdev/aty/atyfb.prelink.o: warning: objtool: aty_set_pll_8398()+0x0: data relocation to !ENDBR: aty_set_pll_8398+0x0 drivers/video/fbdev/aty/atyfb.prelink.o: warning: objtool: aty_var_to_pll_1703()+0x0: data relocation to !ENDBR: aty_var_to_pll_1703+0x0 drivers/video/fbdev/aty/atyfb.prelink.o: warning: objtool: aty_pll_1703_to_var()+0x0: data relocation to !ENDBR: aty_pll_1703_to_var+0x0 drivers/video/fbdev/aty/atyfb.prelink.o: warning: objtool: aty_set_pll_1703()+0x0: data relocation to !ENDBR: aty_set_pll_1703+0x0 drivers/video/fbdev/aty/atyfb.prelink.o: warning: objtool: aty_var_to_pll_18818()+0x0: data relocation to !ENDBR: aty_var_to_pll_18818+0x0 drivers/video/fbdev/aty/atyfb.prelink.o: warning: objtool: aty_pll_18818_to_var()+0x0: data relocation to !ENDBR: aty_pll_18818_to_var+0x0 drivers/video/fbdev/aty/atyfb.prelink.o: warning: objtool: aty_set_pll18818()+0x0: data relocation to !ENDBR: aty_set_pll18818+0x0 drivers/video/fbdev/aty/atyfb.prelink.o: warning: objtool: aty_set_dac_ATT21C498()+0x0: data relocation to !ENDBR: aty_set_dac_ATT21C498+0x0 drivers/video/fbdev/aty/atyfb.prelink.o: warning: objtool: aty_set_dac_ATI68860_B()+0x0: data relocation to !ENDBR: aty_set_dac_ATI68860_B+0x0 drivers/video/fbdev/aty/atyfb.prelink.o: warning: objtool: aty_var_to_pll_514()+0x0: data relocation to !ENDBR: aty_var_to_pll_514+0x0 drivers/video/fbdev/aty/atyfb.prelink.o: warning: objtool: aty_pll_514_to_var()+0x0: data relocation to !ENDBR: aty_pll_514_to_var+0x0 drivers/video/fbdev/aty/atyfb.prelink.o: warning: objtool: aty_set_pll_514()+0x0: data relocation to !ENDBR: aty_set_pll_514+0x0 drivers/video/fbdev/aty/atyfb.prelink.o: warning: objtool: aty_set_dac_514()+0x0: data relocation to !ENDBR: aty_set_dac_514+0x0 drivers/video/fbdev/aty/atyfb.prelink.o: warning: objtool: atyfb_pci_probe()+0x0: data relocation to !ENDBR: atyfb_pci_probe+0x0 drivers/video/fbdev/aty/atyfb.prelink.o: warning: objtool: atyfb_pci_remove()+0x0: data relocation to !ENDBR: atyfb_pci_remove+0x0 drivers/video/fbdev/aty/atyfb.prelink.o: warning: objtool: atyfb_open()+0x0: data relocation to !ENDBR: atyfb_open+0x0 drivers/video/fbdev/aty/atyfb.prelink.o: warning: objtool: atyfb_release()+0x0: data relocation to !ENDBR: atyfb_release+0x0 drivers/video/fbdev/aty/atyfb.prelink.o: warning: objtool: atyfb_check_var()+0x0: data relocation to !ENDBR: atyfb_check_var+0x0 drivers/video/fbdev/aty/atyfb.prelink.o: warning: objtool: atyfb_set_par()+0x0: data relocation to !ENDBR: atyfb_set_par+0x0 drivers/video/fbdev/aty/atyfb.prelink.o: warning: objtool: atyfb_setcolreg()+0x0: data relocation to !ENDBR: atyfb_setcolreg+0x0 drivers/video/fbdev/aty/atyfb.prelink.o: warning: objtool: atyfb_blank()+0x0: data relocation to !ENDBR: atyfb_blank+0x0 drivers/video/fbdev/aty/atyfb.prelink.o: warning: objtool: atyfb_pan_display()+0x0: data relocation to !ENDBR: atyfb_pan_display+0x0 drivers/video/fbdev/aty/atyfb.prelink.o: warning: objtool: atyfb_fillrect()+0x0: data relocation to !ENDBR: atyfb_fillrect+0x0 drivers/video/fbdev/aty/atyfb.prelink.o: warning: objtool: atyfb_copyarea()+0x0: data relocation to !ENDBR: atyfb_copyarea+0x0 drivers/video/fbdev/aty/atyfb.prelink.o: warning: objtool: atyfb_imageblit()+0x0: data relocation to !ENDBR: atyfb_imageblit+0x0 drivers/video/fbdev/aty/atyfb.prelink.o: warning: objtool: atyfb_sync()+0x0: data relocation to !ENDBR: atyfb_sync+0x0 drivers/video/fbdev/aty/atyfb.prelink.o: warning: objtool: atyfb_ioctl()+0x0: data relocation to !ENDBR: atyfb_ioctl+0x0 drivers/video/fbdev/aty/atyfb.prelink.o: warning: objtool: atyfb_init()+0x0: data relocation to !ENDBR: atyfb_init+0x0 drivers/char/pcmcia/synclink_cs.prelink.o: warning: objtool: mgslpc_open()+0x140: relocation to !ENDBR: tx_timeout+0x0 drivers/char/pcmcia/synclink_cs.prelink.o: warning: objtool: mgslpc_probe()+0x96: relocation to !ENDBR: bh_handler+0x0 drivers/char/pcmcia/synclink_cs.prelink.o: warning: objtool: mgslpc_probe()+0x147: relocation to !ENDBR: mgslpc_ioprobe+0x0 drivers/char/pcmcia/synclink_cs.prelink.o: warning: objtool: mgslpc_probe()+0x1d6: relocation to !ENDBR: mgslpc_isr+0x0 drivers/char/pcmcia/synclink_cs.prelink.o: warning: objtool: mgslpc_open()+0x0: data relocation to !ENDBR: mgslpc_open+0x0 drivers/char/pcmcia/synclink_cs.prelink.o: warning: objtool: mgslpc_close()+0x0: data relocation to !ENDBR: mgslpc_close+0x0 drivers/char/pcmcia/synclink_cs.prelink.o: warning: objtool: mgslpc_write()+0x0: data relocation to !ENDBR: mgslpc_write+0x0 drivers/char/pcmcia/synclink_cs.prelink.o: warning: objtool: mgslpc_put_char()+0x0: data relocation to !ENDBR: mgslpc_put_char+0x0 drivers/char/pcmcia/synclink_cs.prelink.o: warning: objtool: mgslpc_flush_chars()+0x0: data relocation to !ENDBR: mgslpc_flush_chars+0x0 drivers/char/pcmcia/synclink_cs.prelink.o: warning: objtool: mgslpc_write_room()+0x0: data relocation to !ENDBR: mgslpc_write_room+0x0 drivers/char/pcmcia/synclink_cs.prelink.o: warning: objtool: mgslpc_chars_in_buffer()+0x0: data relocation to !ENDBR: mgslpc_chars_in_buffer+0x0 drivers/char/pcmcia/synclink_cs.prelink.o: warning: objtool: mgslpc_ioctl()+0x0: data relocation to !ENDBR: mgslpc_ioctl+0x0 drivers/char/pcmcia/synclink_cs.prelink.o: warning: objtool: mgslpc_set_termios()+0x0: data relocation to !ENDBR: mgslpc_set_termios+0x0 drivers/char/pcmcia/synclink_cs.prelink.o: warning: objtool: mgslpc_throttle()+0x0: data relocation to !ENDBR: mgslpc_throttle+0x0 drivers/char/pcmcia/synclink_cs.prelink.o: warning: objtool: mgslpc_unthrottle()+0x0: data relocation to !ENDBR: mgslpc_unthrottle+0x0 drivers/char/pcmcia/synclink_cs.prelink.o: warning: objtool: tx_pause()+0x0: data relocation to !ENDBR: tx_pause+0x0 drivers/char/pcmcia/synclink_cs.prelink.o: warning: objtool: tx_release()+0x0: data relocation to !ENDBR: tx_release+0x0 drivers/char/pcmcia/synclink_cs.prelink.o: warning: objtool: mgslpc_hangup()+0x0: data relocation to !ENDBR: mgslpc_hangup+0x0 drivers/char/pcmcia/synclink_cs.prelink.o: warning: objtool: mgslpc_break()+0x0: data relocation to !ENDBR: mgslpc_break+0x0 drivers/char/pcmcia/synclink_cs.prelink.o: warning: objtool: mgslpc_flush_buffer()+0x0: data relocation to !ENDBR: mgslpc_flush_buffer+0x0 drivers/char/pcmcia/synclink_cs.prelink.o: warning: objtool: mgslpc_wait_until_sent()+0x0: data relocation to !ENDBR: mgslpc_wait_until_sent+0x0 drivers/char/pcmcia/synclink_cs.prelink.o: warning: objtool: mgslpc_send_xchar()+0x0: data relocation to !ENDBR: mgslpc_send_xchar+0x0 drivers/char/pcmcia/synclink_cs.prelink.o: warning: objtool: tiocmget()+0x0: data relocation to !ENDBR: tiocmget+0x0 drivers/char/pcmcia/synclink_cs.prelink.o: warning: objtool: tiocmset()+0x0: data relocation to !ENDBR: tiocmset+0x0 drivers/char/pcmcia/synclink_cs.prelink.o: warning: objtool: mgslpc_get_icount()+0x0: data relocation to !ENDBR: mgslpc_get_icount+0x0 drivers/char/pcmcia/synclink_cs.prelink.o: warning: objtool: mgslpc_proc_show()+0x0: data relocation to !ENDBR: mgslpc_proc_show+0x0 drivers/char/pcmcia/synclink_cs.prelink.o: warning: objtool: carrier_raised()+0x0: data relocation to !ENDBR: carrier_raised+0x0 drivers/char/pcmcia/synclink_cs.prelink.o: warning: objtool: dtr_rts()+0x0: data relocation to !ENDBR: dtr_rts+0x0 drivers/char/pcmcia/synclink_cs.prelink.o: warning: objtool: mgslpc_probe()+0x0: data relocation to !ENDBR: mgslpc_probe+0x0 drivers/char/pcmcia/synclink_cs.prelink.o: warning: objtool: mgslpc_detach()+0x0: data relocation to !ENDBR: mgslpc_detach+0x0 drivers/char/pcmcia/synclink_cs.prelink.o: warning: objtool: mgslpc_suspend()+0x0: data relocation to !ENDBR: mgslpc_suspend+0x0 drivers/char/pcmcia/synclink_cs.prelink.o: warning: objtool: mgslpc_resume()+0x0: data relocation to !ENDBR: mgslpc_resume+0x0 drivers/char/pcmcia/synclink_cs.prelink.o: warning: objtool: synclink_cs_init()+0x0: data relocation to !ENDBR: synclink_cs_init+0x0 drivers/char/pcmcia/cm4000_cs.prelink.o: warning: objtool: start_monitor.part.6()+0x16: relocation to !ENDBR: monitor_card+0x0 drivers/char/pcmcia/cm4000_cs.prelink.o: warning: objtool: cm4000_probe()+0xf6: relocation to !ENDBR: cm4000_config_check+0x0 drivers/char/pcmcia/cm4000_cs.prelink.o: warning: objtool: cmm_read()+0x0: data relocation to !ENDBR: cmm_read+0x0 drivers/char/pcmcia/cm4000_cs.prelink.o: warning: objtool: cmm_write()+0x0: data relocation to !ENDBR: cmm_write+0x0 drivers/char/pcmcia/cm4000_cs.prelink.o: warning: objtool: cmm_ioctl()+0x0: data relocation to !ENDBR: cmm_ioctl+0x0 drivers/char/pcmcia/cm4000_cs.prelink.o: warning: objtool: cmm_open()+0x0: data relocation to !ENDBR: cmm_open+0x0 drivers/char/pcmcia/cm4000_cs.prelink.o: warning: objtool: cmm_close()+0x0: data relocation to !ENDBR: cmm_close+0x0 drivers/char/pcmcia/cm4000_cs.prelink.o: warning: objtool: cm4000_probe()+0x0: data relocation to !ENDBR: cm4000_probe+0x0 drivers/char/pcmcia/cm4000_cs.prelink.o: warning: objtool: cm4000_detach()+0x0: data relocation to !ENDBR: cm4000_detach+0x0 drivers/char/pcmcia/cm4000_cs.prelink.o: warning: objtool: cm4000_suspend()+0x0: data relocation to !ENDBR: cm4000_suspend+0x0 drivers/char/pcmcia/cm4000_cs.prelink.o: warning: objtool: cm4000_resume()+0x0: data relocation to !ENDBR: cm4000_resume+0x0 drivers/char/pcmcia/cm4000_cs.prelink.o: warning: objtool: cmm_init()+0x0: data relocation to !ENDBR: cmm_init+0x0 drivers/char/pcmcia/cm4040_cs.prelink.o: warning: objtool: reader_probe()+0x10c: relocation to !ENDBR: cm4040_do_poll+0x0 drivers/char/pcmcia/cm4040_cs.prelink.o: warning: objtool: reader_probe()+0x128: relocation to !ENDBR: cm4040_config_check+0x0 drivers/char/pcmcia/cm4040_cs.prelink.o: warning: objtool: cm4040_read()+0x0: data relocation to !ENDBR: cm4040_read+0x0 drivers/char/pcmcia/cm4040_cs.prelink.o: warning: objtool: cm4040_write()+0x0: data relocation to !ENDBR: cm4040_write+0x0 drivers/char/pcmcia/cm4040_cs.prelink.o: warning: objtool: cm4040_poll()+0x0: data relocation to !ENDBR: cm4040_poll+0x0 drivers/char/pcmcia/cm4040_cs.prelink.o: warning: objtool: cm4040_open()+0x0: data relocation to !ENDBR: cm4040_open+0x0 drivers/char/pcmcia/cm4040_cs.prelink.o: warning: objtool: cm4040_close()+0x0: data relocation to !ENDBR: cm4040_close+0x0 drivers/char/pcmcia/cm4040_cs.prelink.o: warning: objtool: reader_probe()+0x0: data relocation to !ENDBR: reader_probe+0x0 drivers/char/pcmcia/cm4040_cs.prelink.o: warning: objtool: reader_detach()+0x0: data relocation to !ENDBR: reader_detach+0x0 drivers/char/pcmcia/cm4040_cs.prelink.o: warning: objtool: cm4040_init()+0x0: data relocation to !ENDBR: cm4040_init+0x0 drivers/char/pcmcia/scr24x_cs.prelink.o: warning: objtool: scr24x_probe()+0x95: relocation to !ENDBR: scr24x_config_check+0x0 drivers/char/pcmcia/scr24x_cs.prelink.o: warning: objtool: scr24x_read()+0x0: data relocation to !ENDBR: scr24x_read+0x0 drivers/char/pcmcia/scr24x_cs.prelink.o: warning: objtool: scr24x_write()+0x0: data relocation to !ENDBR: scr24x_write+0x0 drivers/char/pcmcia/scr24x_cs.prelink.o: warning: objtool: scr24x_open()+0x0: data relocation to !ENDBR: scr24x_open+0x0 drivers/char/pcmcia/scr24x_cs.prelink.o: warning: objtool: scr24x_release()+0x0: data relocation to !ENDBR: scr24x_release+0x0 drivers/char/pcmcia/scr24x_cs.prelink.o: warning: objtool: scr24x_probe()+0x0: data relocation to !ENDBR: scr24x_probe+0x0 drivers/char/pcmcia/scr24x_cs.prelink.o: warning: objtool: scr24x_remove()+0x0: data relocation to !ENDBR: scr24x_remove+0x0 drivers/char/pcmcia/scr24x_cs.prelink.o: warning: objtool: scr24x_init()+0x0: data relocation to !ENDBR: scr24x_init+0x0 drivers/char/virtio_console.prelink.o: warning: objtool: port_debugfs_open()+0x14: relocation to !ENDBR: port_debugfs_show+0x0 drivers/char/virtio_console.prelink.o: warning: objtool: port_fops_splice_write()+0xd5: relocation to !ENDBR: pipe_to_sg+0x0 drivers/char/virtio_console.prelink.o: warning: objtool: init_vqs()+0xeb: relocation to !ENDBR: in_intr+0x0 drivers/char/virtio_console.prelink.o: warning: objtool: init_vqs()+0xf2: relocation to !ENDBR: out_intr+0x0 drivers/char/virtio_console.prelink.o: warning: objtool: init_vqs()+0x126: relocation to !ENDBR: control_intr+0x0 drivers/char/virtio_console.prelink.o: warning: objtool: virtcons_probe()+0x1be: relocation to !ENDBR: config_work_handler+0x0 drivers/char/virtio_console.prelink.o: warning: objtool: virtcons_probe()+0x1d3: relocation to !ENDBR: control_work_handler+0x0 drivers/char/virtio_console.prelink.o: warning: objtool: port_debugfs_open()+0x0: data relocation to !ENDBR: port_debugfs_open+0x0 drivers/char/virtio_console.prelink.o: warning: objtool: get_chars()+0x0: data relocation to !ENDBR: get_chars+0x0 drivers/char/virtio_console.prelink.o: warning: objtool: put_chars()+0x0: data relocation to !ENDBR: put_chars+0x0 drivers/char/virtio_console.prelink.o: warning: objtool: notifier_add_vio()+0x0: data relocation to !ENDBR: notifier_add_vio+0x0 drivers/char/virtio_console.prelink.o: warning: objtool: notifier_del_vio()+0x0: data relocation to !ENDBR: notifier_del_vio+0x0 drivers/char/virtio_console.prelink.o: warning: objtool: notifier_del_vio()+0x0: data relocation to !ENDBR: notifier_del_vio+0x0 drivers/char/virtio_console.prelink.o: warning: objtool: port_fops_read()+0x0: data relocation to !ENDBR: port_fops_read+0x0 drivers/char/virtio_console.prelink.o: warning: objtool: port_fops_write()+0x0: data relocation to !ENDBR: port_fops_write+0x0 drivers/char/virtio_console.prelink.o: warning: objtool: port_fops_poll()+0x0: data relocation to !ENDBR: port_fops_poll+0x0 drivers/char/virtio_console.prelink.o: warning: objtool: port_fops_open()+0x0: data relocation to !ENDBR: port_fops_open+0x0 drivers/char/virtio_console.prelink.o: warning: objtool: port_fops_release()+0x0: data relocation to !ENDBR: port_fops_release+0x0 drivers/char/virtio_console.prelink.o: warning: objtool: port_fops_fasync()+0x0: data relocation to !ENDBR: port_fops_fasync+0x0 drivers/char/virtio_console.prelink.o: warning: objtool: port_fops_splice_write()+0x0: data relocation to !ENDBR: port_fops_splice_write+0x0 drivers/char/virtio_console.prelink.o: warning: objtool: virtcons_probe()+0x0: data relocation to !ENDBR: virtcons_probe+0x0 drivers/char/virtio_console.prelink.o: warning: objtool: virtcons_remove()+0x0: data relocation to !ENDBR: virtcons_remove+0x0 drivers/char/virtio_console.prelink.o: warning: objtool: virtcons_probe()+0x0: data relocation to !ENDBR: virtcons_probe+0x0 drivers/char/virtio_console.prelink.o: warning: objtool: virtcons_remove()+0x0: data relocation to !ENDBR: virtcons_remove+0x0 drivers/char/virtio_console.prelink.o: warning: objtool: config_intr()+0x0: data relocation to !ENDBR: config_intr+0x0 drivers/char/virtio_console.prelink.o: warning: objtool: virtcons_freeze()+0x0: data relocation to !ENDBR: virtcons_freeze+0x0 drivers/char/virtio_console.prelink.o: warning: objtool: virtcons_restore()+0x0: data relocation to !ENDBR: virtcons_restore+0x0 drivers/char/virtio_console.prelink.o: warning: objtool: show_port_name()+0x0: data relocation to !ENDBR: show_port_name+0x0 drivers/char/virtio_console.prelink.o: warning: objtool: virtio_console_init()+0x0: data relocation to !ENDBR: virtio_console_init+0x0 drivers/char/nvram.prelink.o: warning: objtool: nvram_module_init()+0x32: relocation to !ENDBR: nvram_proc_read+0x0 drivers/char/nvram.prelink.o: warning: objtool: nvram_misc_llseek()+0x0: data relocation to !ENDBR: nvram_misc_llseek+0x0 drivers/char/nvram.prelink.o: warning: objtool: nvram_misc_read()+0x0: data relocation to !ENDBR: nvram_misc_read+0x0 drivers/char/nvram.prelink.o: warning: objtool: nvram_misc_write()+0x0: data relocation to !ENDBR: nvram_misc_write+0x0 drivers/char/nvram.prelink.o: warning: objtool: nvram_misc_ioctl()+0x0: data relocation to !ENDBR: nvram_misc_ioctl+0x0 drivers/char/nvram.prelink.o: warning: objtool: nvram_misc_open()+0x0: data relocation to !ENDBR: nvram_misc_open+0x0 drivers/char/nvram.prelink.o: warning: objtool: nvram_misc_release()+0x0: data relocation to !ENDBR: nvram_misc_release+0x0 drivers/char/nvram.prelink.o: warning: objtool: pc_nvram_get_size()+0x0: data relocation to !ENDBR: pc_nvram_get_size+0x0 drivers/char/nvram.prelink.o: warning: objtool: pc_nvram_read_byte()+0x0: data relocation to !ENDBR: pc_nvram_read_byte+0x0 drivers/char/nvram.prelink.o: warning: objtool: pc_nvram_write_byte()+0x0: data relocation to !ENDBR: pc_nvram_write_byte+0x0 drivers/char/nvram.prelink.o: warning: objtool: pc_nvram_read()+0x0: data relocation to !ENDBR: pc_nvram_read+0x0 drivers/char/nvram.prelink.o: warning: objtool: pc_nvram_write()+0x0: data relocation to !ENDBR: pc_nvram_write+0x0 drivers/char/nvram.prelink.o: warning: objtool: pc_nvram_initialize()+0x0: data relocation to !ENDBR: pc_nvram_initialize+0x0 drivers/char/nvram.prelink.o: warning: objtool: pc_nvram_set_checksum()+0x0: data relocation to !ENDBR: pc_nvram_set_checksum+0x0 drivers/char/nvram.prelink.o: warning: objtool: nvram_module_init()+0x0: data relocation to !ENDBR: nvram_module_init+0x0 kernel/kheaders.prelink.o: warning: objtool: ikheaders_init()+0x0: data relocation to !ENDBR: ikheaders_init+0x0 kernel/kheaders.prelink.o: warning: objtool: ikheaders_read()+0x0: data relocation to !ENDBR: ikheaders_read+0x0 drivers/tty/goldfish.prelink.o: warning: objtool: goldfish_tty_probe()+0x15a: relocation to !ENDBR: goldfish_tty_interrupt+0x0 drivers/tty/goldfish.prelink.o: warning: objtool: goldfish_tty_probe()+0x1b5: relocation to !ENDBR: goldfish_tty_console_write+0x0 drivers/tty/goldfish.prelink.o: warning: objtool: goldfish_tty_probe()+0x1c0: relocation to !ENDBR: goldfish_tty_console_device+0x0 drivers/tty/goldfish.prelink.o: warning: objtool: goldfish_tty_probe()+0x1cb: relocation to !ENDBR: goldfish_tty_console_setup+0x0 drivers/tty/goldfish.prelink.o: warning: objtool: goldfish_tty_open()+0x0: data relocation to !ENDBR: goldfish_tty_open+0x0 drivers/tty/goldfish.prelink.o: warning: objtool: goldfish_tty_close()+0x0: data relocation to !ENDBR: goldfish_tty_close+0x0 drivers/tty/goldfish.prelink.o: warning: objtool: goldfish_tty_write()+0x0: data relocation to !ENDBR: goldfish_tty_write+0x0 drivers/tty/goldfish.prelink.o: warning: objtool: goldfish_tty_write_room()+0x0: data relocation to !ENDBR: goldfish_tty_write_room+0x0 drivers/tty/goldfish.prelink.o: warning: objtool: goldfish_tty_chars_in_buffer()+0x0: data relocation to !ENDBR: goldfish_tty_chars_in_buffer+0x0 drivers/tty/goldfish.prelink.o: warning: objtool: goldfish_tty_hangup()+0x0: data relocation to !ENDBR: goldfish_tty_hangup+0x0 drivers/tty/goldfish.prelink.o: warning: objtool: goldfish_tty_shutdown()+0x0: data relocation to !ENDBR: goldfish_tty_shutdown+0x0 drivers/tty/goldfish.prelink.o: warning: objtool: goldfish_tty_activate()+0x0: data relocation to !ENDBR: goldfish_tty_activate+0x0 drivers/tty/goldfish.prelink.o: warning: objtool: goldfish_tty_probe()+0x0: data relocation to !ENDBR: goldfish_tty_probe+0x0 drivers/tty/goldfish.prelink.o: warning: objtool: goldfish_tty_remove()+0x0: data relocation to !ENDBR: goldfish_tty_remove+0x0 drivers/tty/goldfish.prelink.o: warning: objtool: goldfish_tty_platform_driver_init()+0x0: data relocation to !ENDBR: goldfish_tty_platform_driver_init+0x0 drivers/parport/parport_pc.prelink.o: warning: objtool: parport_EPP_supported()+0x36: relocation to !ENDBR: parport_pc_epp_read_data+0x0 drivers/parport/parport_pc.prelink.o: warning: objtool: parport_EPP_supported()+0x45: relocation to !ENDBR: parport_pc_epp_write_data+0x0 drivers/parport/parport_pc.prelink.o: warning: objtool: parport_EPP_supported()+0x54: relocation to !ENDBR: parport_pc_epp_read_addr+0x0 drivers/parport/parport_pc.prelink.o: warning: objtool: parport_EPP_supported()+0x66: relocation to !ENDBR: parport_pc_epp_write_addr+0x0 drivers/parport/parport_pc.prelink.o: warning: objtool: parport_pc_probe_port()+0x9f8: relocation to !ENDBR: parport_pc_compat_write_block_pio+0x0 drivers/parport/parport_pc.prelink.o: warning: objtool: parport_pc_probe_port()+0xa0a: relocation to !ENDBR: parport_pc_ecp_write_block_pio+0x0 drivers/parport/parport_pc.prelink.o: warning: objtool: parport_pc_probe_port()+0x3e9: relocation to !ENDBR: parport_pc_ecpepp_read_data+0x0 drivers/parport/parport_pc.prelink.o: warning: objtool: parport_pc_probe_port()+0x3f8: relocation to !ENDBR: parport_pc_ecpepp_write_data+0x0 drivers/parport/parport_pc.prelink.o: warning: objtool: parport_pc_probe_port()+0x407: relocation to !ENDBR: parport_pc_ecpepp_read_addr+0x0 drivers/parport/parport_pc.prelink.o: warning: objtool: parport_pc_probe_port()+0x419: relocation to !ENDBR: parport_pc_ecpepp_write_addr+0x0 drivers/parport/parport_pc.prelink.o: warning: objtool: sio_via_probe()+0x0: data relocation to !ENDBR: sio_via_probe+0x0 drivers/parport/parport_pc.prelink.o: warning: objtool: sio_via_probe()+0x0: data relocation to !ENDBR: sio_via_probe+0x0 drivers/parport/parport_pc.prelink.o: warning: objtool: sio_ite_8872_probe()+0x0: data relocation to !ENDBR: sio_ite_8872_probe+0x0 drivers/parport/parport_pc.prelink.o: warning: objtool: parport_pc_init_state()+0x0: data relocation to !ENDBR: parport_pc_init_state+0x0 drivers/parport/parport_pc.prelink.o: warning: objtool: parport_pc_save_state()+0x0: data relocation to !ENDBR: parport_pc_save_state+0x0 drivers/parport/parport_pc.prelink.o: warning: objtool: parport_pc_restore_state()+0x0: data relocation to !ENDBR: parport_pc_restore_state+0x0 drivers/parport/parport_pc.prelink.o: warning: objtool: parport_pc_platform_probe()+0x0: data relocation to !ENDBR: parport_pc_platform_probe+0x0 drivers/parport/parport_pc.prelink.o: warning: objtool: parport_pc_pci_probe()+0x0: data relocation to !ENDBR: parport_pc_pci_probe+0x0 drivers/parport/parport_pc.prelink.o: warning: objtool: parport_pc_pci_remove()+0x0: data relocation to !ENDBR: parport_pc_pci_remove+0x0 drivers/parport/parport_pc.prelink.o: warning: objtool: parport_pc_init()+0x0: data relocation to !ENDBR: parport_pc_init+0x0 drivers/base/test/test_async_driver_probe.prelink.o: warning: objtool: test_probe()+0x0: data relocation to !ENDBR: test_probe+0x0 drivers/base/test/test_async_driver_probe.prelink.o: warning: objtool: test_probe()+0x0: data relocation to !ENDBR: test_probe+0x0 drivers/base/test/test_async_driver_probe.prelink.o: warning: objtool: test_async_probe_init()+0x0: data relocation to !ENDBR: test_async_probe_init+0x0 drivers/misc/eeprom/at24.prelink.o: warning: objtool: at24_probe()+0x44c: relocation to !ENDBR: at24_read+0x0 drivers/misc/eeprom/at24.prelink.o: warning: objtool: at24_probe()+0x457: relocation to !ENDBR: at24_write+0x0 drivers/misc/eeprom/at24.prelink.o: warning: objtool: at24_suspend()+0x0: data relocation to !ENDBR: at24_suspend+0x0 drivers/misc/eeprom/at24.prelink.o: warning: objtool: at24_resume()+0x0: data relocation to !ENDBR: at24_resume+0x0 drivers/misc/eeprom/at24.prelink.o: warning: objtool: at24_read_post_vaio()+0x0: data relocation to !ENDBR: at24_read_post_vaio+0x0 drivers/misc/eeprom/at24.prelink.o: warning: objtool: at24_remove()+0x0: data relocation to !ENDBR: at24_remove+0x0 drivers/misc/eeprom/at24.prelink.o: warning: objtool: at24_probe()+0x0: data relocation to !ENDBR: at24_probe+0x0 drivers/misc/eeprom/at24.prelink.o: warning: objtool: at24_init()+0x0: data relocation to !ENDBR: at24_init+0x0 drivers/misc/eeprom/at25.prelink.o: warning: objtool: at25_probe()+0x16d: relocation to !ENDBR: at25_ee_read+0x0 drivers/misc/eeprom/at25.prelink.o: warning: objtool: at25_probe()+0x178: relocation to !ENDBR: at25_ee_write+0x0 drivers/misc/eeprom/at25.prelink.o: warning: objtool: at25_probe()+0x0: data relocation to !ENDBR: at25_probe+0x0 drivers/misc/eeprom/at25.prelink.o: warning: objtool: sernum_show()+0x0: data relocation to !ENDBR: sernum_show+0x0 drivers/misc/eeprom/at25.prelink.o: warning: objtool: at25_driver_init()+0x0: data relocation to !ENDBR: at25_driver_init+0x0 drivers/misc/eeprom/max6875.prelink.o: warning: objtool: max6875_read()+0x0: data relocation to !ENDBR: max6875_read+0x0 drivers/misc/eeprom/max6875.prelink.o: warning: objtool: max6875_probe()+0x0: data relocation to !ENDBR: max6875_probe+0x0 drivers/misc/eeprom/max6875.prelink.o: warning: objtool: max6875_remove()+0x0: data relocation to !ENDBR: max6875_remove+0x0 drivers/misc/eeprom/max6875.prelink.o: warning: objtool: max6875_driver_init()+0x0: data relocation to !ENDBR: max6875_driver_init+0x0 drivers/misc/eeprom/eeprom_93xx46.prelink.o: warning: objtool: eeprom_93xx46_probe()+0x1e8: relocation to !ENDBR: eeprom_93xx46_read+0x0 drivers/misc/eeprom/eeprom_93xx46.prelink.o: warning: objtool: eeprom_93xx46_probe()+0x1f3: relocation to !ENDBR: eeprom_93xx46_write+0x0 drivers/misc/eeprom/eeprom_93xx46.prelink.o: warning: objtool: eeprom_93xx46_probe()+0x28a: relocation to !ENDBR: select_assert+0x0 drivers/misc/eeprom/eeprom_93xx46.prelink.o: warning: objtool: eeprom_93xx46_probe()+0x294: relocation to !ENDBR: select_deassert+0x0 drivers/misc/eeprom/eeprom_93xx46.prelink.o: warning: objtool: eeprom_93xx46_probe()+0x0: data relocation to !ENDBR: eeprom_93xx46_probe+0x0 drivers/misc/eeprom/eeprom_93xx46.prelink.o: warning: objtool: eeprom_93xx46_remove()+0x0: data relocation to !ENDBR: eeprom_93xx46_remove+0x0 drivers/misc/eeprom/eeprom_93xx46.prelink.o: warning: objtool: eeprom_93xx46_store_erase()+0x0: data relocation to !ENDBR: eeprom_93xx46_store_erase+0x0 drivers/misc/eeprom/eeprom_93xx46.prelink.o: warning: objtool: eeprom_93xx46_driver_init()+0x0: data relocation to !ENDBR: eeprom_93xx46_driver_init+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: __hda_codec_driver_register()+0x1c: relocation to !ENDBR: hda_codec_driver_probe+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: __hda_codec_driver_register()+0x24: relocation to !ENDBR: hda_codec_driver_remove+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: __hda_codec_driver_register()+0x2c: relocation to !ENDBR: hda_codec_driver_shutdown+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: __hda_codec_driver_register()+0x46: relocation to !ENDBR: hda_codec_match+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: __hda_codec_driver_register()+0x51: relocation to !ENDBR: hda_codec_unsol_event+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: init_follower_0dB()+0x27: relocation to !ENDBR: snd_hda_mixer_amp_tlv+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: __snd_hda_add_vmaster()+0x42: relocation to !ENDBR: check_follower_present+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: __snd_hda_add_vmaster()+0xa2: relocation to !ENDBR: add_follower+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: __snd_hda_add_vmaster()+0xd9: relocation to !ENDBR: init_follower_0dB+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: __snd_hda_add_vmaster()+0xe0: relocation to !ENDBR: init_follower_unmute+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: snd_hda_add_vmaster_hook()+0x1c: relocation to !ENDBR: vmaster_hook+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: snd_hda_codec_device_new()+0x3a: relocation to !ENDBR: snd_hda_codec_dev_release+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: snd_hda_codec_device_new()+0x45: relocation to !ENDBR: codec_exec_verb+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: snd_hda_codec_device_new()+0x178: relocation to !ENDBR: hda_jackpoll_work+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: snd_hda_codec_parse_pcms()+0x127: relocation to !ENDBR: hda_pcm_default_open_close+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: snd_hda_codec_parse_pcms()+0x11d: relocation to !ENDBR: hda_pcm_default_open_close+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: snd_hda_codec_parse_pcms()+0x109: relocation to !ENDBR: hda_pcm_default_prepare+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: snd_hda_codec_parse_pcms()+0x113: relocation to !ENDBR: hda_pcm_default_cleanup+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: snd_hda_jack_add_kctl_mst()+0x1ec: relocation to !ENDBR: hda_free_jack_priv+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: snd_hda_jack_add_kctl_mst()+0xed: relocation to !ENDBR: hda_free_jack_priv+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: sort_pins_by_sequence()+0x9: relocation to !ENDBR: compare_seq+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: snd_hda_parse_pin_defcfg()+0x68a: relocation to !ENDBR: compare_input_type+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: azx_get_time_info()+0x86: relocation to !ENDBR: azx_get_sync_time+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: snd_hda_attach_pcm_stream()+0x114: relocation to !ENDBR: azx_pcm_free+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: azx_interrupt()+0xa5: relocation to !ENDBR: stream_update+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: azx_bus_init()+0x9f: relocation to !ENDBR: azx_get_pos_lpib+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: azx_bus_init()+0xf1: relocation to !ENDBR: azx_get_pos_lpib+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: snd_hda_create_hwdep()+0x86: relocation to !ENDBR: hda_hwdep_open+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: snd_hda_create_hwdep()+0x91: relocation to !ENDBR: hda_hwdep_ioctl+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: snd_hda_codec_dev_free()+0x0: data relocation to !ENDBR: snd_hda_codec_dev_free+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: snd_hda_codec_dev_register()+0x0: data relocation to !ENDBR: snd_hda_codec_dev_register+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: hda_codec_pm_prepare()+0x0: data relocation to !ENDBR: hda_codec_pm_prepare+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: hda_codec_pm_complete()+0x0: data relocation to !ENDBR: hda_codec_pm_complete+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: hda_codec_pm_suspend()+0x0: data relocation to !ENDBR: hda_codec_pm_suspend+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: hda_codec_pm_resume()+0x0: data relocation to !ENDBR: hda_codec_pm_resume+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: hda_codec_pm_freeze()+0x0: data relocation to !ENDBR: hda_codec_pm_freeze+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: hda_codec_pm_thaw()+0x0: data relocation to !ENDBR: hda_codec_pm_thaw+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: hda_codec_pm_suspend()+0x0: data relocation to !ENDBR: hda_codec_pm_suspend+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: hda_codec_pm_restore()+0x0: data relocation to !ENDBR: hda_codec_pm_restore+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: hda_codec_runtime_suspend()+0x0: data relocation to !ENDBR: hda_codec_runtime_suspend+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: hda_codec_runtime_resume()+0x0: data relocation to !ENDBR: hda_codec_runtime_resume+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: snd_hda_spdif_in_switch_get()+0x0: data relocation to !ENDBR: snd_hda_spdif_in_switch_get+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: snd_hda_spdif_in_switch_put()+0x0: data relocation to !ENDBR: snd_hda_spdif_in_switch_put+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: snd_hda_spdif_mask_info()+0x0: data relocation to !ENDBR: snd_hda_spdif_mask_info+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: snd_hda_spdif_in_status_get()+0x0: data relocation to !ENDBR: snd_hda_spdif_in_status_get+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: spdif_share_sw_get()+0x0: data relocation to !ENDBR: spdif_share_sw_get+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: spdif_share_sw_put()+0x0: data relocation to !ENDBR: spdif_share_sw_put+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: snd_hda_spdif_mask_info()+0x0: data relocation to !ENDBR: snd_hda_spdif_mask_info+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: snd_hda_spdif_cmask_get()+0x0: data relocation to !ENDBR: snd_hda_spdif_cmask_get+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: snd_hda_spdif_mask_info()+0x0: data relocation to !ENDBR: snd_hda_spdif_mask_info+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: snd_hda_spdif_pmask_get()+0x0: data relocation to !ENDBR: snd_hda_spdif_pmask_get+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: snd_hda_spdif_mask_info()+0x0: data relocation to !ENDBR: snd_hda_spdif_mask_info+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: snd_hda_spdif_default_get()+0x0: data relocation to !ENDBR: snd_hda_spdif_default_get+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: snd_hda_spdif_default_put()+0x0: data relocation to !ENDBR: snd_hda_spdif_default_put+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: snd_hda_spdif_out_switch_get()+0x0: data relocation to !ENDBR: snd_hda_spdif_out_switch_get+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: snd_hda_spdif_out_switch_put()+0x0: data relocation to !ENDBR: snd_hda_spdif_out_switch_put+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: parse_codec_mode()+0x0: data relocation to !ENDBR: parse_codec_mode+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: parse_model_mode()+0x0: data relocation to !ENDBR: parse_model_mode+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: parse_pincfg_mode()+0x0: data relocation to !ENDBR: parse_pincfg_mode+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: parse_verb_mode()+0x0: data relocation to !ENDBR: parse_verb_mode+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: parse_hint_mode()+0x0: data relocation to !ENDBR: parse_hint_mode+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: parse_vendor_id_mode()+0x0: data relocation to !ENDBR: parse_vendor_id_mode+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: parse_subsystem_id_mode()+0x0: data relocation to !ENDBR: parse_subsystem_id_mode+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: parse_revision_id_mode()+0x0: data relocation to !ENDBR: parse_revision_id_mode+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: parse_chip_name_mode()+0x0: data relocation to !ENDBR: parse_chip_name_mode+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: azx_send_cmd()+0x0: data relocation to !ENDBR: azx_send_cmd+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: azx_get_response()+0x0: data relocation to !ENDBR: azx_get_response+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: azx_pcm_open()+0x0: data relocation to !ENDBR: azx_pcm_open+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: azx_pcm_close()+0x0: data relocation to !ENDBR: azx_pcm_close+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: azx_pcm_hw_params()+0x0: data relocation to !ENDBR: azx_pcm_hw_params+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: azx_pcm_hw_free()+0x0: data relocation to !ENDBR: azx_pcm_hw_free+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: azx_pcm_prepare()+0x0: data relocation to !ENDBR: azx_pcm_prepare+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: azx_pcm_trigger()+0x0: data relocation to !ENDBR: azx_pcm_trigger+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: azx_pcm_pointer()+0x0: data relocation to !ENDBR: azx_pcm_pointer+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: azx_get_time_info()+0x0: data relocation to !ENDBR: azx_get_time_info+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: driver_pin_configs_show()+0x0: data relocation to !ENDBR: driver_pin_configs_show+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: init_pin_configs_show()+0x0: data relocation to !ENDBR: init_pin_configs_show+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: modelname_show()+0x0: data relocation to !ENDBR: modelname_show+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: modelname_store()+0x0: data relocation to !ENDBR: modelname_store+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: chip_name_show()+0x0: data relocation to !ENDBR: chip_name_show+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: chip_name_store()+0x0: data relocation to !ENDBR: chip_name_store+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: vendor_name_show()+0x0: data relocation to !ENDBR: vendor_name_show+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: vendor_name_store()+0x0: data relocation to !ENDBR: vendor_name_store+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: mfg_show()+0x0: data relocation to !ENDBR: mfg_show+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: afg_show()+0x0: data relocation to !ENDBR: afg_show+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: revision_id_show()+0x0: data relocation to !ENDBR: revision_id_show+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: revision_id_store()+0x0: data relocation to !ENDBR: revision_id_store+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: subsystem_id_show()+0x0: data relocation to !ENDBR: subsystem_id_show+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: subsystem_id_store()+0x0: data relocation to !ENDBR: subsystem_id_store+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: vendor_id_show()+0x0: data relocation to !ENDBR: vendor_id_show+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: vendor_id_store()+0x0: data relocation to !ENDBR: vendor_id_store+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: clear_store()+0x0: data relocation to !ENDBR: clear_store+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: reconfig_store()+0x0: data relocation to !ENDBR: reconfig_store+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: user_pin_configs_show()+0x0: data relocation to !ENDBR: user_pin_configs_show+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: user_pin_configs_store()+0x0: data relocation to !ENDBR: user_pin_configs_store+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: hints_show()+0x0: data relocation to !ENDBR: hints_show+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: hints_store()+0x0: data relocation to !ENDBR: hints_store+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: init_verbs_show()+0x0: data relocation to !ENDBR: init_verbs_show+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: init_verbs_store()+0x0: data relocation to !ENDBR: init_verbs_store+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: power_off_acct_show()+0x0: data relocation to !ENDBR: power_off_acct_show+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: power_on_acct_show()+0x0: data relocation to !ENDBR: power_on_acct_show+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: __traceiter_azx_pcm_prepare()+0x0: data relocation to !ENDBR: __traceiter_azx_pcm_prepare+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: __traceiter_azx_pcm_hw_params()+0x0: data relocation to !ENDBR: __traceiter_azx_pcm_hw_params+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: __traceiter_azx_pcm_close()+0x0: data relocation to !ENDBR: __traceiter_azx_pcm_close+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: __traceiter_azx_pcm_open()+0x0: data relocation to !ENDBR: __traceiter_azx_pcm_open+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: __traceiter_azx_get_position()+0x0: data relocation to !ENDBR: __traceiter_azx_get_position+0x0 sound/pci/hda/snd-hda-codec.prelink.o: warning: objtool: __traceiter_azx_pcm_trigger()+0x0: data relocation to !ENDBR: __traceiter_azx_pcm_trigger+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: add_pin_power_ctls()+0x8: relocation to !ENDBR: pin_power_down_callback+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: add_pin_power_ctls()+0x16: relocation to !ENDBR: pin_power_up_callback+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: add_single_cap_ctl()+0x122: relocation to !ENDBR: cap_single_sw_put+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: add_single_cap_ctl()+0xbe: relocation to !ENDBR: cap_single_sw_put+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: snd_hda_gen_parse_auto_config()+0xeeb: relocation to !ENDBR: beep_power_hook+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: snd_hda_gen_parse_auto_config()+0x1041: relocation to !ENDBR: snd_hda_gen_path_power_filter+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: snd_hda_gen_parse_auto_config()+0x1031: relocation to !ENDBR: snd_hda_gen_stream_pm+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: snd_hda_gen_parse_auto_config()+0x2ee9: relocation to !ENDBR: compare_attr+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: snd_hda_gen_parse_auto_config()+0x2f85: relocation to !ENDBR: call_mic_autoswitch+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: snd_hda_gen_parse_auto_config()+0x2d40: relocation to !ENDBR: call_line_automute+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: snd_hda_gen_parse_auto_config()+0x1b11: relocation to !ENDBR: call_hp_automute+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: snd_hda_parse_generic_codec()+0xc3: relocation to !ENDBR: snd_hda_gen_build_controls+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: snd_hda_parse_generic_codec()+0xcf: relocation to !ENDBR: snd_hda_gen_build_pcms+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: snd_hda_parse_generic_codec()+0xdb: relocation to !ENDBR: snd_hda_gen_init+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: snd_hda_parse_generic_codec()+0xe7: relocation to !ENDBR: snd_hda_gen_free+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: snd_hda_parse_generic_codec()+0xff: relocation to !ENDBR: snd_hda_gen_check_power_status+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: snd_hda_parse_generic_codec()+0x0: data relocation to !ENDBR: snd_hda_parse_generic_codec+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: dyn_adc_capture_pcm_prepare()+0x0: data relocation to !ENDBR: dyn_adc_capture_pcm_prepare+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: dyn_adc_capture_pcm_cleanup()+0x0: data relocation to !ENDBR: dyn_adc_capture_pcm_cleanup+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: dig_playback_pcm_open()+0x0: data relocation to !ENDBR: dig_playback_pcm_open+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: dig_playback_pcm_close()+0x0: data relocation to !ENDBR: dig_playback_pcm_close+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: dig_playback_pcm_prepare()+0x0: data relocation to !ENDBR: dig_playback_pcm_prepare+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: dig_playback_pcm_cleanup()+0x0: data relocation to !ENDBR: dig_playback_pcm_cleanup+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: capture_pcm_open()+0x0: data relocation to !ENDBR: capture_pcm_open+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: capture_pcm_close()+0x0: data relocation to !ENDBR: capture_pcm_close+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: alt_capture_pcm_prepare()+0x0: data relocation to !ENDBR: alt_capture_pcm_prepare+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: alt_capture_pcm_cleanup()+0x0: data relocation to !ENDBR: alt_capture_pcm_cleanup+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: alt_playback_pcm_open()+0x0: data relocation to !ENDBR: alt_playback_pcm_open+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: alt_playback_pcm_close()+0x0: data relocation to !ENDBR: alt_playback_pcm_close+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: alt_playback_pcm_prepare()+0x0: data relocation to !ENDBR: alt_playback_pcm_prepare+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: alt_playback_pcm_cleanup()+0x0: data relocation to !ENDBR: alt_playback_pcm_cleanup+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: capture_pcm_open()+0x0: data relocation to !ENDBR: capture_pcm_open+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: capture_pcm_close()+0x0: data relocation to !ENDBR: capture_pcm_close+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: capture_pcm_prepare()+0x0: data relocation to !ENDBR: capture_pcm_prepare+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: capture_pcm_cleanup()+0x0: data relocation to !ENDBR: capture_pcm_cleanup+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: playback_pcm_open()+0x0: data relocation to !ENDBR: playback_pcm_open+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: playback_pcm_close()+0x0: data relocation to !ENDBR: playback_pcm_close+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: playback_pcm_prepare()+0x0: data relocation to !ENDBR: playback_pcm_prepare+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: playback_pcm_cleanup()+0x0: data relocation to !ENDBR: playback_pcm_cleanup+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: automute_mode_info()+0x0: data relocation to !ENDBR: automute_mode_info+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: automute_mode_get()+0x0: data relocation to !ENDBR: automute_mode_get+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: automute_mode_put()+0x0: data relocation to !ENDBR: automute_mode_put+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: cap_sw_put()+0x0: data relocation to !ENDBR: cap_sw_put+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: cap_vol_put()+0x0: data relocation to !ENDBR: cap_vol_put+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: mux_enum_info()+0x0: data relocation to !ENDBR: mux_enum_info+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: mux_enum_get()+0x0: data relocation to !ENDBR: mux_enum_get+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: mux_enum_put()+0x0: data relocation to !ENDBR: mux_enum_put+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: hp_mic_jack_mode_info()+0x0: data relocation to !ENDBR: hp_mic_jack_mode_info+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: hp_mic_jack_mode_get()+0x0: data relocation to !ENDBR: hp_mic_jack_mode_get+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: hp_mic_jack_mode_put()+0x0: data relocation to !ENDBR: hp_mic_jack_mode_put+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: in_jack_mode_info()+0x0: data relocation to !ENDBR: in_jack_mode_info+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: in_jack_mode_get()+0x0: data relocation to !ENDBR: in_jack_mode_get+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: in_jack_mode_put()+0x0: data relocation to !ENDBR: in_jack_mode_put+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: out_jack_mode_info()+0x0: data relocation to !ENDBR: out_jack_mode_info+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: out_jack_mode_get()+0x0: data relocation to !ENDBR: out_jack_mode_get+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: out_jack_mode_put()+0x0: data relocation to !ENDBR: out_jack_mode_put+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: indep_hp_info()+0x0: data relocation to !ENDBR: indep_hp_info+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: loopback_mixing_get()+0x0: data relocation to !ENDBR: loopback_mixing_get+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: loopback_mixing_put()+0x0: data relocation to !ENDBR: loopback_mixing_put+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: ch_mode_info()+0x0: data relocation to !ENDBR: ch_mode_info+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: ch_mode_get()+0x0: data relocation to !ENDBR: ch_mode_get+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: ch_mode_put()+0x0: data relocation to !ENDBR: ch_mode_put+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: indep_hp_info()+0x0: data relocation to !ENDBR: indep_hp_info+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: indep_hp_get()+0x0: data relocation to !ENDBR: indep_hp_get+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: indep_hp_put()+0x0: data relocation to !ENDBR: indep_hp_put+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: hda_gen_mixer_mute_put()+0x0: data relocation to !ENDBR: hda_gen_mixer_mute_put+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: hda_gen_bind_mute_get()+0x0: data relocation to !ENDBR: hda_gen_bind_mute_get+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: hda_gen_bind_mute_put()+0x0: data relocation to !ENDBR: hda_gen_bind_mute_put+0x0 sound/pci/hda/snd-hda-codec-generic.prelink.o: warning: objtool: generic_driver_init()+0x0: data relocation to !ENDBR: generic_driver_init+0x0 sound/pci/hda/snd-hda-codec-cmedia.prelink.o: warning: objtool: patch_cmi8888()+0x0: data relocation to !ENDBR: patch_cmi8888+0x0 sound/pci/hda/snd-hda-codec-cmedia.prelink.o: warning: objtool: patch_cmi9880()+0x0: data relocation to !ENDBR: patch_cmi9880+0x0 sound/pci/hda/snd-hda-codec-cmedia.prelink.o: warning: objtool: patch_cmi9880()+0x0: data relocation to !ENDBR: patch_cmi9880+0x0 sound/pci/hda/snd-hda-codec-cmedia.prelink.o: warning: objtool: cmedia_driver_init()+0x0: data relocation to !ENDBR: cmedia_driver_init+0x0 sound/pci/hda/snd-hda-codec-analog.prelink.o: warning: objtool: ad_fixup_inv_jack_detect()+0x2b: relocation to !ENDBR: ad_vmaster_eapd_hook+0x0 sound/pci/hda/snd-hda-codec-analog.prelink.o: warning: objtool: ad1981_fixup_hp_eapd()+0x1d: relocation to !ENDBR: ad_vmaster_eapd_hook+0x0 sound/pci/hda/snd-hda-codec-analog.prelink.o: warning: objtool: ad1884_fixup_thinkpad()+0x26: relocation to !ENDBR: ad_vmaster_eapd_hook+0x0 sound/pci/hda/snd-hda-codec-analog.prelink.o: warning: objtool: ad1988_add_spdif_mux_ctl()+0x154: relocation to !ENDBR: ad1988_auto_init+0x0 sound/pci/hda/snd-hda-codec-analog.prelink.o: warning: objtool: ad1884_fixup_hp_eapd()+0x4b: relocation to !ENDBR: ad1884_vmaster_hp_gpio_hook+0x0 sound/pci/hda/snd-hda-codec-analog.prelink.o: warning: objtool: alloc_ad_spec()+0x48: relocation to !ENDBR: ad198x_auto_build_controls+0x0 sound/pci/hda/snd-hda-codec-analog.prelink.o: warning: objtool: alloc_ad_spec()+0x7f: relocation to !ENDBR: ad198x_suspend+0x0 sound/pci/hda/snd-hda-codec-analog.prelink.o: warning: objtool: patch_ad1884()+0x0: data relocation to !ENDBR: patch_ad1884+0x0 sound/pci/hda/snd-hda-codec-analog.prelink.o: warning: objtool: patch_ad1882()+0x0: data relocation to !ENDBR: patch_ad1882+0x0 sound/pci/hda/snd-hda-codec-analog.prelink.o: warning: objtool: patch_ad1884()+0x0: data relocation to !ENDBR: patch_ad1884+0x0 sound/pci/hda/snd-hda-codec-analog.prelink.o: warning: objtool: patch_ad1884()+0x0: data relocation to !ENDBR: patch_ad1884+0x0 sound/pci/hda/snd-hda-codec-analog.prelink.o: warning: objtool: patch_ad1884()+0x0: data relocation to !ENDBR: patch_ad1884+0x0 sound/pci/hda/snd-hda-codec-analog.prelink.o: warning: objtool: patch_ad1884()+0x0: data relocation to !ENDBR: patch_ad1884+0x0 sound/pci/hda/snd-hda-codec-analog.prelink.o: warning: objtool: patch_ad1981()+0x0: data relocation to !ENDBR: patch_ad1981+0x0 sound/pci/hda/snd-hda-codec-analog.prelink.o: warning: objtool: patch_ad1983()+0x0: data relocation to !ENDBR: patch_ad1983+0x0 sound/pci/hda/snd-hda-codec-analog.prelink.o: warning: objtool: patch_ad1884()+0x0: data relocation to !ENDBR: patch_ad1884+0x0 sound/pci/hda/snd-hda-codec-analog.prelink.o: warning: objtool: patch_ad1986a()+0x0: data relocation to !ENDBR: patch_ad1986a+0x0 sound/pci/hda/snd-hda-codec-analog.prelink.o: warning: objtool: patch_ad1988()+0x0: data relocation to !ENDBR: patch_ad1988+0x0 sound/pci/hda/snd-hda-codec-analog.prelink.o: warning: objtool: patch_ad1988()+0x0: data relocation to !ENDBR: patch_ad1988+0x0 sound/pci/hda/snd-hda-codec-analog.prelink.o: warning: objtool: patch_ad1882()+0x0: data relocation to !ENDBR: patch_ad1882+0x0 sound/pci/hda/snd-hda-codec-analog.prelink.o: warning: objtool: patch_ad1988()+0x0: data relocation to !ENDBR: patch_ad1988+0x0 sound/pci/hda/snd-hda-codec-analog.prelink.o: warning: objtool: patch_ad1988()+0x0: data relocation to !ENDBR: patch_ad1988+0x0 sound/pci/hda/snd-hda-codec-analog.prelink.o: warning: objtool: ad1884_fixup_amp_override()+0x0: data relocation to !ENDBR: ad1884_fixup_amp_override+0x0 sound/pci/hda/snd-hda-codec-analog.prelink.o: warning: objtool: ad1884_fixup_hp_eapd()+0x0: data relocation to !ENDBR: ad1884_fixup_hp_eapd+0x0 sound/pci/hda/snd-hda-codec-analog.prelink.o: warning: objtool: ad1884_fixup_thinkpad()+0x0: data relocation to !ENDBR: ad1884_fixup_thinkpad+0x0 sound/pci/hda/snd-hda-codec-analog.prelink.o: warning: objtool: ad1988_auto_smux_enum_info()+0x0: data relocation to !ENDBR: ad1988_auto_smux_enum_info+0x0 sound/pci/hda/snd-hda-codec-analog.prelink.o: warning: objtool: ad1988_auto_smux_enum_get()+0x0: data relocation to !ENDBR: ad1988_auto_smux_enum_get+0x0 sound/pci/hda/snd-hda-codec-analog.prelink.o: warning: objtool: ad1988_auto_smux_enum_put()+0x0: data relocation to !ENDBR: ad1988_auto_smux_enum_put+0x0 sound/pci/hda/snd-hda-codec-analog.prelink.o: warning: objtool: ad1981_fixup_amp_override()+0x0: data relocation to !ENDBR: ad1981_fixup_amp_override+0x0 sound/pci/hda/snd-hda-codec-analog.prelink.o: warning: objtool: ad1981_fixup_hp_eapd()+0x0: data relocation to !ENDBR: ad1981_fixup_hp_eapd+0x0 sound/pci/hda/snd-hda-codec-analog.prelink.o: warning: objtool: ad1983_auto_smux_enum_info()+0x0: data relocation to !ENDBR: ad1983_auto_smux_enum_info+0x0 sound/pci/hda/snd-hda-codec-analog.prelink.o: warning: objtool: ad1983_auto_smux_enum_get()+0x0: data relocation to !ENDBR: ad1983_auto_smux_enum_get+0x0 sound/pci/hda/snd-hda-codec-analog.prelink.o: warning: objtool: ad1983_auto_smux_enum_put()+0x0: data relocation to !ENDBR: ad1983_auto_smux_enum_put+0x0 sound/pci/hda/snd-hda-codec-analog.prelink.o: warning: objtool: ad_fixup_inv_jack_detect()+0x0: data relocation to !ENDBR: ad_fixup_inv_jack_detect+0x0 sound/pci/hda/snd-hda-codec-analog.prelink.o: warning: objtool: ad1986a_fixup_eapd()+0x0: data relocation to !ENDBR: ad1986a_fixup_eapd+0x0 sound/pci/hda/snd-hda-codec-analog.prelink.o: warning: objtool: ad1986a_fixup_eapd_mix_in()+0x0: data relocation to !ENDBR: ad1986a_fixup_eapd_mix_in+0x0 sound/pci/hda/snd-hda-codec-analog.prelink.o: warning: objtool: analog_driver_init()+0x0: data relocation to !ENDBR: analog_driver_init+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac_setup_gpio()+0x67: relocation to !ENDBR: stac_capture_led_update+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac_setup_gpio()+0x51: relocation to !ENDBR: stac_vref_led_power_filter+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac_parse_auto_config()+0x53: relocation to !ENDBR: stac_playback_pcm_hook+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac_parse_auto_config()+0x5f: relocation to !ENDBR: stac_capture_pcm_hook+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac_parse_auto_config()+0x6b: relocation to !ENDBR: stac_update_outputs+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac_parse_auto_config()+0x17f: relocation to !ENDBR: stac_vmaster_hook+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac_parse_auto_config()+0x1c8: relocation to !ENDBR: jack_update_power+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac92hd71bxx_fixup_hp_m4()+0x45: relocation to !ENDBR: stac_vref_event+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac9205_fixup_dell_m43()+0x54: relocation to !ENDBR: stac_vref_event+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: alloc_stac_spec()+0x73: relocation to !ENDBR: stac_init+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: alloc_stac_spec()+0x94: relocation to !ENDBR: stac_suspend+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac9200()+0x0: data relocation to !ENDBR: patch_stac9200+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac922x()+0x0: data relocation to !ENDBR: patch_stac922x+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac922x()+0x0: data relocation to !ENDBR: patch_stac922x+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac922x()+0x0: data relocation to !ENDBR: patch_stac922x+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac922x()+0x0: data relocation to !ENDBR: patch_stac922x+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac922x()+0x0: data relocation to !ENDBR: patch_stac922x+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac922x()+0x0: data relocation to !ENDBR: patch_stac922x+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac927x()+0x0: data relocation to !ENDBR: patch_stac927x+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac927x()+0x0: data relocation to !ENDBR: patch_stac927x+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac927x()+0x0: data relocation to !ENDBR: patch_stac927x+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac927x()+0x0: data relocation to !ENDBR: patch_stac927x+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac927x()+0x0: data relocation to !ENDBR: patch_stac927x+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac927x()+0x0: data relocation to !ENDBR: patch_stac927x+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac927x()+0x0: data relocation to !ENDBR: patch_stac927x+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac927x()+0x0: data relocation to !ENDBR: patch_stac927x+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac927x()+0x0: data relocation to !ENDBR: patch_stac927x+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac927x()+0x0: data relocation to !ENDBR: patch_stac927x+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac927x()+0x0: data relocation to !ENDBR: patch_stac927x+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac927x()+0x0: data relocation to !ENDBR: patch_stac927x+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac927x()+0x0: data relocation to !ENDBR: patch_stac927x+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac927x()+0x0: data relocation to !ENDBR: patch_stac927x+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac927x()+0x0: data relocation to !ENDBR: patch_stac927x+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac927x()+0x0: data relocation to !ENDBR: patch_stac927x+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac927x()+0x0: data relocation to !ENDBR: patch_stac927x+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac925x()+0x0: data relocation to !ENDBR: patch_stac925x+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac925x()+0x0: data relocation to !ENDBR: patch_stac925x+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac925x()+0x0: data relocation to !ENDBR: patch_stac925x+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac925x()+0x0: data relocation to !ENDBR: patch_stac925x+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac925x()+0x0: data relocation to !ENDBR: patch_stac925x+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac925x()+0x0: data relocation to !ENDBR: patch_stac925x+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac927x()+0x0: data relocation to !ENDBR: patch_stac927x+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac927x()+0x0: data relocation to !ENDBR: patch_stac927x+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac9872()+0x0: data relocation to !ENDBR: patch_stac9872+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac9872()+0x0: data relocation to !ENDBR: patch_stac9872+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac9872()+0x0: data relocation to !ENDBR: patch_stac9872+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac9205()+0x0: data relocation to !ENDBR: patch_stac9205+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac9205()+0x0: data relocation to !ENDBR: patch_stac9205+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac9205()+0x0: data relocation to !ENDBR: patch_stac9205+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac9205()+0x0: data relocation to !ENDBR: patch_stac9205+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac9205()+0x0: data relocation to !ENDBR: patch_stac9205+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac9205()+0x0: data relocation to !ENDBR: patch_stac9205+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac9205()+0x0: data relocation to !ENDBR: patch_stac9205+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac9205()+0x0: data relocation to !ENDBR: patch_stac9205+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac9205()+0x0: data relocation to !ENDBR: patch_stac9205+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd71bxx()+0x0: data relocation to !ENDBR: patch_stac92hd71bxx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd83xxx()+0x0: data relocation to !ENDBR: patch_stac92hd83xxx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd83xxx()+0x0: data relocation to !ENDBR: patch_stac92hd83xxx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd83xxx()+0x0: data relocation to !ENDBR: patch_stac92hd83xxx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd83xxx()+0x0: data relocation to !ENDBR: patch_stac92hd83xxx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd83xxx()+0x0: data relocation to !ENDBR: patch_stac92hd83xxx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd83xxx()+0x0: data relocation to !ENDBR: patch_stac92hd83xxx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd83xxx()+0x0: data relocation to !ENDBR: patch_stac92hd83xxx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd83xxx()+0x0: data relocation to !ENDBR: patch_stac92hd83xxx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd83xxx()+0x0: data relocation to !ENDBR: patch_stac92hd83xxx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd83xxx()+0x0: data relocation to !ENDBR: patch_stac92hd83xxx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd71bxx()+0x0: data relocation to !ENDBR: patch_stac92hd71bxx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd73xx()+0x0: data relocation to !ENDBR: patch_stac92hd73xx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd73xx()+0x0: data relocation to !ENDBR: patch_stac92hd73xx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd73xx()+0x0: data relocation to !ENDBR: patch_stac92hd73xx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd95()+0x0: data relocation to !ENDBR: patch_stac92hd95+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd71bxx()+0x0: data relocation to !ENDBR: patch_stac92hd71bxx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd71bxx()+0x0: data relocation to !ENDBR: patch_stac92hd71bxx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd71bxx()+0x0: data relocation to !ENDBR: patch_stac92hd71bxx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd71bxx()+0x0: data relocation to !ENDBR: patch_stac92hd71bxx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd71bxx()+0x0: data relocation to !ENDBR: patch_stac92hd71bxx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd71bxx()+0x0: data relocation to !ENDBR: patch_stac92hd71bxx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd71bxx()+0x0: data relocation to !ENDBR: patch_stac92hd71bxx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd71bxx()+0x0: data relocation to !ENDBR: patch_stac92hd71bxx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd73xx()+0x0: data relocation to !ENDBR: patch_stac92hd73xx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd73xx()+0x0: data relocation to !ENDBR: patch_stac92hd73xx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd73xx()+0x0: data relocation to !ENDBR: patch_stac92hd73xx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd73xx()+0x0: data relocation to !ENDBR: patch_stac92hd73xx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd73xx()+0x0: data relocation to !ENDBR: patch_stac92hd73xx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd73xx()+0x0: data relocation to !ENDBR: patch_stac92hd73xx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd73xx()+0x0: data relocation to !ENDBR: patch_stac92hd73xx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd73xx()+0x0: data relocation to !ENDBR: patch_stac92hd73xx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd73xx()+0x0: data relocation to !ENDBR: patch_stac92hd73xx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd73xx()+0x0: data relocation to !ENDBR: patch_stac92hd73xx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd73xx()+0x0: data relocation to !ENDBR: patch_stac92hd73xx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd73xx()+0x0: data relocation to !ENDBR: patch_stac92hd73xx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd73xx()+0x0: data relocation to !ENDBR: patch_stac92hd73xx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd73xx()+0x0: data relocation to !ENDBR: patch_stac92hd73xx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd73xx()+0x0: data relocation to !ENDBR: patch_stac92hd73xx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd83xxx()+0x0: data relocation to !ENDBR: patch_stac92hd83xxx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd83xxx()+0x0: data relocation to !ENDBR: patch_stac92hd83xxx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd83xxx()+0x0: data relocation to !ENDBR: patch_stac92hd83xxx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd83xxx()+0x0: data relocation to !ENDBR: patch_stac92hd83xxx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd83xxx()+0x0: data relocation to !ENDBR: patch_stac92hd83xxx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd83xxx()+0x0: data relocation to !ENDBR: patch_stac92hd83xxx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd83xxx()+0x0: data relocation to !ENDBR: patch_stac92hd83xxx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd83xxx()+0x0: data relocation to !ENDBR: patch_stac92hd83xxx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd83xxx()+0x0: data relocation to !ENDBR: patch_stac92hd83xxx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd83xxx()+0x0: data relocation to !ENDBR: patch_stac92hd83xxx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd83xxx()+0x0: data relocation to !ENDBR: patch_stac92hd83xxx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd83xxx()+0x0: data relocation to !ENDBR: patch_stac92hd83xxx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd83xxx()+0x0: data relocation to !ENDBR: patch_stac92hd83xxx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd83xxx()+0x0: data relocation to !ENDBR: patch_stac92hd83xxx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd83xxx()+0x0: data relocation to !ENDBR: patch_stac92hd83xxx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd83xxx()+0x0: data relocation to !ENDBR: patch_stac92hd83xxx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: patch_stac92hd83xxx()+0x0: data relocation to !ENDBR: patch_stac92hd83xxx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac92hd95_fixup_hp_led()+0x0: data relocation to !ENDBR: stac92hd95_fixup_hp_led+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac9205_fixup_ref()+0x0: data relocation to !ENDBR: stac9205_fixup_ref+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac9205_fixup_dell_m43()+0x0: data relocation to !ENDBR: stac9205_fixup_dell_m43+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac9205_fixup_eapd()+0x0: data relocation to !ENDBR: stac9205_fixup_eapd+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac927x_fixup_ref_no_jd()+0x0: data relocation to !ENDBR: stac927x_fixup_ref_no_jd+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac927x_fixup_ref()+0x0: data relocation to !ENDBR: stac927x_fixup_ref+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac927x_fixup_dell_dmic()+0x0: data relocation to !ENDBR: stac927x_fixup_dell_dmic+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac927x_fixup_volknob()+0x0: data relocation to !ENDBR: stac927x_fixup_volknob+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac922x_fixup_intel_mac_auto()+0x0: data relocation to !ENDBR: stac922x_fixup_intel_mac_auto+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac922x_fixup_intel_mac_gpio()+0x0: data relocation to !ENDBR: stac922x_fixup_intel_mac_gpio+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac92hd71bxx_fixup_ref()+0x0: data relocation to !ENDBR: stac92hd71bxx_fixup_ref+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac92hd71bxx_fixup_hp_m4()+0x0: data relocation to !ENDBR: stac92hd71bxx_fixup_hp_m4+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac92hd71bxx_fixup_hp_dv4()+0x0: data relocation to !ENDBR: stac92hd71bxx_fixup_hp_dv4+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac92hd71bxx_fixup_hp_dv5()+0x0: data relocation to !ENDBR: stac92hd71bxx_fixup_hp_dv5+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac92hd71bxx_fixup_hp_hdx()+0x0: data relocation to !ENDBR: stac92hd71bxx_fixup_hp_hdx+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac92hd71bxx_fixup_hp()+0x0: data relocation to !ENDBR: stac92hd71bxx_fixup_hp+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac_hp_bass_gpio_get()+0x0: data relocation to !ENDBR: stac_hp_bass_gpio_get+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac_hp_bass_gpio_put()+0x0: data relocation to !ENDBR: stac_hp_bass_gpio_put+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac92hd83xxx_fixup_hp_zephyr()+0x0: data relocation to !ENDBR: stac92hd83xxx_fixup_hp_zephyr+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac92hd83xxx_fixup_hp_led()+0x0: data relocation to !ENDBR: stac92hd83xxx_fixup_hp_led+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac92hd83xxx_fixup_hp_inv_led()+0x0: data relocation to !ENDBR: stac92hd83xxx_fixup_hp_inv_led+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac92hd83xxx_fixup_hp_mic_led()+0x0: data relocation to !ENDBR: stac92hd83xxx_fixup_hp_mic_led+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac92hd83xxx_fixup_hp_led_gpio10()+0x0: data relocation to !ENDBR: stac92hd83xxx_fixup_hp_led_gpio10+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac92hd83xxx_fixup_headset_jack()+0x0: data relocation to !ENDBR: stac92hd83xxx_fixup_headset_jack+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac92hd83xxx_fixup_hp()+0x0: data relocation to !ENDBR: stac92hd83xxx_fixup_hp+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: hp_envy_ts_fixup_dac_bind()+0x0: data relocation to !ENDBR: hp_envy_ts_fixup_dac_bind+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac92hd83xxx_fixup_gpio10_eapd()+0x0: data relocation to !ENDBR: stac92hd83xxx_fixup_gpio10_eapd+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac92hd73xx_fixup_no_jd()+0x0: data relocation to !ENDBR: stac92hd73xx_fixup_no_jd+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac92hd73xx_fixup_ref()+0x0: data relocation to !ENDBR: stac92hd73xx_fixup_ref+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac92hd73xx_fixup_dell_m6_amic()+0x0: data relocation to !ENDBR: stac92hd73xx_fixup_dell_m6_amic+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac92hd73xx_fixup_dell_m6_dmic()+0x0: data relocation to !ENDBR: stac92hd73xx_fixup_dell_m6_dmic+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac92hd73xx_fixup_dell_m6_both()+0x0: data relocation to !ENDBR: stac92hd73xx_fixup_dell_m6_both+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac92hd73xx_fixup_dell_eq()+0x0: data relocation to !ENDBR: stac92hd73xx_fixup_dell_eq+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac92hd73xx_fixup_alienware_m17x()+0x0: data relocation to !ENDBR: stac92hd73xx_fixup_alienware_m17x+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac92hd73xx_disable_automute()+0x0: data relocation to !ENDBR: stac92hd73xx_disable_automute+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac9200_fixup_panasonic()+0x0: data relocation to !ENDBR: stac9200_fixup_panasonic+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac_aloopback_get()+0x0: data relocation to !ENDBR: stac_aloopback_get+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac_aloopback_put()+0x0: data relocation to !ENDBR: stac_aloopback_put+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac_aloopback_get()+0x0: data relocation to !ENDBR: stac_aloopback_get+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac_aloopback_put()+0x0: data relocation to !ENDBR: stac_aloopback_put+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac_aloopback_get()+0x0: data relocation to !ENDBR: stac_aloopback_get+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac_aloopback_put()+0x0: data relocation to !ENDBR: stac_aloopback_put+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac_aloopback_get()+0x0: data relocation to !ENDBR: stac_aloopback_get+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac_aloopback_put()+0x0: data relocation to !ENDBR: stac_aloopback_put+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac_aloopback_get()+0x0: data relocation to !ENDBR: stac_aloopback_get+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac_aloopback_put()+0x0: data relocation to !ENDBR: stac_aloopback_put+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac_aloopback_get()+0x0: data relocation to !ENDBR: stac_aloopback_get+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac_aloopback_put()+0x0: data relocation to !ENDBR: stac_aloopback_put+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac_smux_enum_info()+0x0: data relocation to !ENDBR: stac_smux_enum_info+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac_smux_enum_get()+0x0: data relocation to !ENDBR: stac_smux_enum_get+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: stac_smux_enum_put()+0x0: data relocation to !ENDBR: stac_smux_enum_put+0x0 sound/pci/hda/snd-hda-codec-idt.prelink.o: warning: objtool: sigmatel_driver_init()+0x0: data relocation to !ENDBR: sigmatel_driver_init+0x0 sound/pci/hda/snd-hda-codec-si3054.prelink.o: warning: objtool: si3054_build_pcms()+0x4e: relocation to !ENDBR: si3054_pcm_open+0x0 sound/pci/hda/snd-hda-codec-si3054.prelink.o: warning: objtool: si3054_build_pcms()+0x55: relocation to !ENDBR: si3054_pcm_prepare+0x0 sound/pci/hda/snd-hda-codec-si3054.prelink.o: warning: objtool: patch_si3054()+0x44: relocation to !ENDBR: si3054_build_controls+0x0 sound/pci/hda/snd-hda-codec-si3054.prelink.o: warning: objtool: patch_si3054()+0x4f: relocation to !ENDBR: si3054_build_pcms+0x0 sound/pci/hda/snd-hda-codec-si3054.prelink.o: warning: objtool: patch_si3054()+0x5a: relocation to !ENDBR: si3054_init+0x0 sound/pci/hda/snd-hda-codec-si3054.prelink.o: warning: objtool: patch_si3054()+0x65: relocation to !ENDBR: si3054_free+0x0 sound/pci/hda/snd-hda-codec-si3054.prelink.o: warning: objtool: patch_si3054()+0x0: data relocation to !ENDBR: patch_si3054+0x0 sound/pci/hda/snd-hda-codec-si3054.prelink.o: warning: objtool: patch_si3054()+0x0: data relocation to !ENDBR: patch_si3054+0x0 sound/pci/hda/snd-hda-codec-si3054.prelink.o: warning: objtool: patch_si3054()+0x0: data relocation to !ENDBR: patch_si3054+0x0 sound/pci/hda/snd-hda-codec-si3054.prelink.o: warning: objtool: patch_si3054()+0x0: data relocation to !ENDBR: patch_si3054+0x0 sound/pci/hda/snd-hda-codec-si3054.prelink.o: warning: objtool: patch_si3054()+0x0: data relocation to !ENDBR: patch_si3054+0x0 sound/pci/hda/snd-hda-codec-si3054.prelink.o: warning: objtool: patch_si3054()+0x0: data relocation to !ENDBR: patch_si3054+0x0 sound/pci/hda/snd-hda-codec-si3054.prelink.o: warning: objtool: patch_si3054()+0x0: data relocation to !ENDBR: patch_si3054+0x0 sound/pci/hda/snd-hda-codec-si3054.prelink.o: warning: objtool: patch_si3054()+0x0: data relocation to !ENDBR: patch_si3054+0x0 sound/pci/hda/snd-hda-codec-si3054.prelink.o: warning: objtool: patch_si3054()+0x0: data relocation to !ENDBR: patch_si3054+0x0 sound/pci/hda/snd-hda-codec-si3054.prelink.o: warning: objtool: patch_si3054()+0x0: data relocation to !ENDBR: patch_si3054+0x0 sound/pci/hda/snd-hda-codec-si3054.prelink.o: warning: objtool: patch_si3054()+0x0: data relocation to !ENDBR: patch_si3054+0x0 sound/pci/hda/snd-hda-codec-si3054.prelink.o: warning: objtool: si3054_switch_get()+0x0: data relocation to !ENDBR: si3054_switch_get+0x0 sound/pci/hda/snd-hda-codec-si3054.prelink.o: warning: objtool: si3054_switch_put()+0x0: data relocation to !ENDBR: si3054_switch_put+0x0 sound/pci/hda/snd-hda-codec-si3054.prelink.o: warning: objtool: si3054_switch_get()+0x0: data relocation to !ENDBR: si3054_switch_get+0x0 sound/pci/hda/snd-hda-codec-si3054.prelink.o: warning: objtool: si3054_switch_put()+0x0: data relocation to !ENDBR: si3054_switch_put+0x0 sound/pci/hda/snd-hda-codec-si3054.prelink.o: warning: objtool: si3054_driver_init()+0x0: data relocation to !ENDBR: si3054_driver_init+0x0 sound/pci/hda/snd-hda-codec-cirrus.prelink.o: warning: objtool: cs4208_fixup_spdif_switch()+0x44: relocation to !ENDBR: cs4208_spdif_sw_put+0x0 sound/pci/hda/snd-hda-codec-cirrus.prelink.o: warning: objtool: cs421x_parse_auto_config()+0x94: relocation to !ENDBR: cs4210_spdif_automute+0x0 sound/pci/hda/snd-hda-codec-cirrus.prelink.o: warning: objtool: patch_cs4213()+0x4e: relocation to !ENDBR: cs421x_init+0x0 sound/pci/hda/snd-hda-codec-cirrus.prelink.o: warning: objtool: patch_cs4213()+0x6f: relocation to !ENDBR: cs421x_suspend+0x0 sound/pci/hda/snd-hda-codec-cirrus.prelink.o: warning: objtool: patch_cs4208()+0x4d: relocation to !ENDBR: cs_build_controls+0x0 sound/pci/hda/snd-hda-codec-cirrus.prelink.o: warning: objtool: patch_cs4208()+0x63: relocation to !ENDBR: cs_init+0x0 sound/pci/hda/snd-hda-codec-cirrus.prelink.o: warning: objtool: patch_cs4208()+0x84: relocation to !ENDBR: cs_automute+0x0 sound/pci/hda/snd-hda-codec-cirrus.prelink.o: warning: objtool: patch_cs420x()+0x4d: relocation to !ENDBR: cs_build_controls+0x0 sound/pci/hda/snd-hda-codec-cirrus.prelink.o: warning: objtool: patch_cs420x()+0x63: relocation to !ENDBR: cs_init+0x0 sound/pci/hda/snd-hda-codec-cirrus.prelink.o: warning: objtool: patch_cs420x()+0x84: relocation to !ENDBR: cs_automute+0x0 sound/pci/hda/snd-hda-codec-cirrus.prelink.o: warning: objtool: patch_cs4210()+0x63: relocation to !ENDBR: cs421x_init+0x0 sound/pci/hda/snd-hda-codec-cirrus.prelink.o: warning: objtool: patch_cs4210()+0x84: relocation to !ENDBR: cs421x_suspend+0x0 sound/pci/hda/snd-hda-codec-cirrus.prelink.o: warning: objtool: patch_cs4210()+0x8f: relocation to !ENDBR: cs_automute+0x0 sound/pci/hda/snd-hda-codec-cirrus.prelink.o: warning: objtool: patch_cs420x()+0x0: data relocation to !ENDBR: patch_cs420x+0x0 sound/pci/hda/snd-hda-codec-cirrus.prelink.o: warning: objtool: patch_cs420x()+0x0: data relocation to !ENDBR: patch_cs420x+0x0 sound/pci/hda/snd-hda-codec-cirrus.prelink.o: warning: objtool: patch_cs4208()+0x0: data relocation to !ENDBR: patch_cs4208+0x0 sound/pci/hda/snd-hda-codec-cirrus.prelink.o: warning: objtool: patch_cs4210()+0x0: data relocation to !ENDBR: patch_cs4210+0x0 sound/pci/hda/snd-hda-codec-cirrus.prelink.o: warning: objtool: patch_cs4213()+0x0: data relocation to !ENDBR: patch_cs4213+0x0 sound/pci/hda/snd-hda-codec-cirrus.prelink.o: warning: objtool: cs421x_boost_vol_info()+0x0: data relocation to !ENDBR: cs421x_boost_vol_info+0x0 sound/pci/hda/snd-hda-codec-cirrus.prelink.o: warning: objtool: cs421x_boost_vol_get()+0x0: data relocation to !ENDBR: cs421x_boost_vol_get+0x0 sound/pci/hda/snd-hda-codec-cirrus.prelink.o: warning: objtool: cs421x_boost_vol_put()+0x0: data relocation to !ENDBR: cs421x_boost_vol_put+0x0 sound/pci/hda/snd-hda-codec-cirrus.prelink.o: warning: objtool: cs421x_fixup_sense_b()+0x0: data relocation to !ENDBR: cs421x_fixup_sense_b+0x0 sound/pci/hda/snd-hda-codec-cirrus.prelink.o: warning: objtool: cs4208_fixup_mac()+0x0: data relocation to !ENDBR: cs4208_fixup_mac+0x0 sound/pci/hda/snd-hda-codec-cirrus.prelink.o: warning: objtool: cs4208_fixup_spdif_switch()+0x0: data relocation to !ENDBR: cs4208_fixup_spdif_switch+0x0 sound/pci/hda/snd-hda-codec-cirrus.prelink.o: warning: objtool: cs4208_fixup_macmini()+0x0: data relocation to !ENDBR: cs4208_fixup_macmini+0x0 sound/pci/hda/snd-hda-codec-cirrus.prelink.o: warning: objtool: cs4208_fixup_gpio0()+0x0: data relocation to !ENDBR: cs4208_fixup_gpio0+0x0 sound/pci/hda/snd-hda-codec-cirrus.prelink.o: warning: objtool: cs420x_fixup_gpio_13()+0x0: data relocation to !ENDBR: cs420x_fixup_gpio_13+0x0 sound/pci/hda/snd-hda-codec-cirrus.prelink.o: warning: objtool: cs420x_fixup_gpio_23()+0x0: data relocation to !ENDBR: cs420x_fixup_gpio_23+0x0 sound/pci/hda/snd-hda-codec-cirrus.prelink.o: warning: objtool: cirrus_driver_init()+0x0: data relocation to !ENDBR: cirrus_driver_init+0x0 sound/pci/hda/snd-hda-codec-cs8409.prelink.o: warning: objtool: patch_cs8409()+0xb2: relocation to !ENDBR: cs8409_disable_i2c_clock_worker+0x0 sound/pci/hda/snd-hda-codec-cs8409.prelink.o: warning: objtool: cs8409_cs42l42_fixups()+0x299: relocation to !ENDBR: cs42l42_playback_pcm_hook+0x0 sound/pci/hda/snd-hda-codec-cs8409.prelink.o: warning: objtool: cs8409_cs42l42_fixups()+0x2a5: relocation to !ENDBR: cs42l42_capture_pcm_hook+0x0 sound/pci/hda/snd-hda-codec-cs8409.prelink.o: warning: objtool: cs8409_cs42l42_fixups()+0x9e: relocation to !ENDBR: cs8409_cs42l42_exec_verb+0x0 sound/pci/hda/snd-hda-codec-cs8409.prelink.o: warning: objtool: cs8409_cs42l42_fixups()+0xc7: relocation to !ENDBR: cs8409_build_controls+0x0 sound/pci/hda/snd-hda-codec-cs8409.prelink.o: warning: objtool: cs8409_cs42l42_fixups()+0xdd: relocation to !ENDBR: cs8409_init+0x0 sound/pci/hda/snd-hda-codec-cs8409.prelink.o: warning: objtool: cs8409_cs42l42_fixups()+0xe8: relocation to !ENDBR: cs8409_free+0x0 sound/pci/hda/snd-hda-codec-cs8409.prelink.o: warning: objtool: cs8409_cs42l42_fixups()+0xf3: relocation to !ENDBR: cs8409_cs42l42_jack_unsol_event+0x0 sound/pci/hda/snd-hda-codec-cs8409.prelink.o: warning: objtool: cs8409_cs42l42_fixups()+0xfe: relocation to !ENDBR: cs8409_cs42l42_suspend+0x0 sound/pci/hda/snd-hda-codec-cs8409.prelink.o: warning: objtool: dolphin_fixups()+0x2de: relocation to !ENDBR: cs42l42_playback_pcm_hook+0x0 sound/pci/hda/snd-hda-codec-cs8409.prelink.o: warning: objtool: dolphin_fixups()+0x2e9: relocation to !ENDBR: cs42l42_capture_pcm_hook+0x0 sound/pci/hda/snd-hda-codec-cs8409.prelink.o: warning: objtool: dolphin_fixups()+0x9b: relocation to !ENDBR: dolphin_exec_verb+0x0 sound/pci/hda/snd-hda-codec-cs8409.prelink.o: warning: objtool: dolphin_fixups()+0xd4: relocation to !ENDBR: cs8409_build_controls+0x0 sound/pci/hda/snd-hda-codec-cs8409.prelink.o: warning: objtool: dolphin_fixups()+0xec: relocation to !ENDBR: cs8409_init+0x0 sound/pci/hda/snd-hda-codec-cs8409.prelink.o: warning: objtool: dolphin_fixups()+0xf8: relocation to !ENDBR: cs8409_free+0x0 sound/pci/hda/snd-hda-codec-cs8409.prelink.o: warning: objtool: dolphin_fixups()+0x104: relocation to !ENDBR: dolphin_jack_unsol_event+0x0 sound/pci/hda/snd-hda-codec-cs8409.prelink.o: warning: objtool: dolphin_fixups()+0x110: relocation to !ENDBR: cs8409_cs42l42_suspend+0x0 sound/pci/hda/snd-hda-codec-cs8409.prelink.o: warning: objtool: patch_cs8409()+0x0: data relocation to !ENDBR: patch_cs8409+0x0 sound/pci/hda/snd-hda-codec-cs8409.prelink.o: warning: objtool: cs8409_cs42l42_fixups()+0x0: data relocation to !ENDBR: cs8409_cs42l42_fixups+0x0 sound/pci/hda/snd-hda-codec-cs8409.prelink.o: warning: objtool: dolphin_fixups()+0x0: data relocation to !ENDBR: dolphin_fixups+0x0 sound/pci/hda/snd-hda-codec-cs8409.prelink.o: warning: objtool: cs42l42_volume_info()+0x0: data relocation to !ENDBR: cs42l42_volume_info+0x0 sound/pci/hda/snd-hda-codec-cs8409.prelink.o: warning: objtool: cs42l42_volume_get()+0x0: data relocation to !ENDBR: cs42l42_volume_get+0x0 sound/pci/hda/snd-hda-codec-cs8409.prelink.o: warning: objtool: cs42l42_volume_put()+0x0: data relocation to !ENDBR: cs42l42_volume_put+0x0 sound/pci/hda/snd-hda-codec-cs8409.prelink.o: warning: objtool: cs42l42_volume_info()+0x0: data relocation to !ENDBR: cs42l42_volume_info+0x0 sound/pci/hda/snd-hda-codec-cs8409.prelink.o: warning: objtool: cs42l42_volume_get()+0x0: data relocation to !ENDBR: cs42l42_volume_get+0x0 sound/pci/hda/snd-hda-codec-cs8409.prelink.o: warning: objtool: cs42l42_volume_put()+0x0: data relocation to !ENDBR: cs42l42_volume_put+0x0 sound/pci/hda/snd-hda-codec-cs8409.prelink.o: warning: objtool: cs8409_driver_init()+0x0: data relocation to !ENDBR: cs8409_driver_init+0x0 sound/pci/hda/snd-hda-codec-ca0110.prelink.o: warning: objtool: patch_ca0110()+0x0: data relocation to !ENDBR: patch_ca0110+0x0 sound/pci/hda/snd-hda-codec-ca0110.prelink.o: warning: objtool: patch_ca0110()+0x0: data relocation to !ENDBR: patch_ca0110+0x0 sound/pci/hda/snd-hda-codec-ca0110.prelink.o: warning: objtool: patch_ca0110()+0x0: data relocation to !ENDBR: patch_ca0110+0x0 sound/pci/hda/snd-hda-codec-ca0110.prelink.o: warning: objtool: ca0110_driver_init()+0x0: data relocation to !ENDBR: ca0110_driver_init+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_build_pcms()+0x61: relocation to !ENDBR: ca0132_capture_pcm_prepare+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_build_pcms()+0x68: relocation to !ENDBR: ca0132_capture_pcm_cleanup+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_build_pcms()+0x6f: relocation to !ENDBR: ca0132_capture_pcm_delay+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_build_pcms()+0x8d: relocation to !ENDBR: ca0132_playback_pcm_prepare+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_build_pcms()+0x95: relocation to !ENDBR: ca0132_playback_pcm_cleanup+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_build_pcms()+0x9d: relocation to !ENDBR: ca0132_playback_pcm_delay+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_build_pcms()+0x18a: relocation to !ENDBR: ca0132_capture_pcm_prepare+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_build_pcms()+0x191: relocation to !ENDBR: ca0132_capture_pcm_cleanup+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_build_pcms()+0x226: relocation to !ENDBR: ca0132_dig_playback_pcm_open+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_build_pcms()+0x22e: relocation to !ENDBR: ca0132_dig_playback_pcm_close+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_build_pcms()+0x236: relocation to !ENDBR: ca0132_dig_playback_pcm_prepare+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_build_pcms()+0x23e: relocation to !ENDBR: ca0132_dig_playback_pcm_cleanup+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_build_pcms()+0x11a: relocation to !ENDBR: ca0132_capture_pcm_prepare+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_build_pcms()+0x124: relocation to !ENDBR: ca0132_capture_pcm_cleanup+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: dbpro_build_pcms()+0x5d: relocation to !ENDBR: ca0132_capture_pcm_prepare+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: dbpro_build_pcms()+0x68: relocation to !ENDBR: ca0132_capture_pcm_cleanup+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: dbpro_build_pcms()+0x73: relocation to !ENDBR: ca0132_capture_pcm_delay+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: dbpro_build_pcms()+0xe7: relocation to !ENDBR: ca0132_dig_playback_pcm_open+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: dbpro_build_pcms()+0xef: relocation to !ENDBR: ca0132_dig_playback_pcm_close+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: dbpro_build_pcms()+0xf7: relocation to !ENDBR: ca0132_dig_playback_pcm_prepare+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: dbpro_build_pcms()+0xff: relocation to !ENDBR: ca0132_dig_playback_pcm_cleanup+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_alt_add_effect_slider()+0x106: relocation to !ENDBR: ca0132_alt_xbass_xover_slider_info+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_alt_add_effect_slider()+0x10e: relocation to !ENDBR: ca0132_alt_xbass_xover_slider_ctl_get+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_alt_add_effect_slider()+0x116: relocation to !ENDBR: ca0132_alt_xbass_xover_slider_put+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_alt_add_effect_slider()+0xc3: relocation to !ENDBR: ca0132_alt_effect_slider_info+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_alt_add_effect_slider()+0xcb: relocation to !ENDBR: ca0132_alt_slider_ctl_get+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_alt_add_effect_slider()+0xd3: relocation to !ENDBR: ca0132_alt_effect_slider_put+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: add_fx_switch()+0x81: relocation to !ENDBR: ca0132_switch_get+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: add_fx_switch()+0x89: relocation to !ENDBR: ca0132_switch_put+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_build_controls()+0x3ff: relocation to !ENDBR: ca0132_alt_svm_setting_info+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_build_controls()+0x407: relocation to !ENDBR: ca0132_alt_svm_setting_get+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_build_controls()+0x40f: relocation to !ENDBR: ca0132_alt_svm_setting_put+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_build_controls()+0x485: relocation to !ENDBR: ca0132_alt_eq_preset_info+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_build_controls()+0x48d: relocation to !ENDBR: ca0132_alt_eq_preset_get+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_build_controls()+0x495: relocation to !ENDBR: ca0132_alt_eq_preset_put+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_build_controls()+0x162: relocation to !ENDBR: ca0132_voicefx_info+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_build_controls()+0x16a: relocation to !ENDBR: ca0132_voicefx_get+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_build_controls()+0x172: relocation to !ENDBR: ca0132_voicefx_put+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_build_controls()+0x594: relocation to !ENDBR: ca0132_alt_output_select_get_info+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_build_controls()+0x59c: relocation to !ENDBR: ca0132_alt_output_select_get+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_build_controls()+0x5a4: relocation to !ENDBR: ca0132_alt_output_select_put+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_build_controls()+0x616: relocation to !ENDBR: ca0132_alt_speaker_channel_cfg_get_info+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_build_controls()+0x61e: relocation to !ENDBR: ca0132_alt_speaker_channel_cfg_get+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_build_controls()+0x626: relocation to !ENDBR: ca0132_alt_speaker_channel_cfg_put+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_build_controls()+0x67e: relocation to !ENDBR: ca0132_switch_put+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_build_controls()+0x685: relocation to !ENDBR: ca0132_switch_get+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_build_controls()+0x7cd: relocation to !ENDBR: ca0132_alt_xbass_xover_slider_info+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_build_controls()+0x7d5: relocation to !ENDBR: ca0132_alt_xbass_xover_slider_ctl_get+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_build_controls()+0x7dd: relocation to !ENDBR: ca0132_alt_xbass_xover_slider_put+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_build_controls()+0x8bd: relocation to !ENDBR: ca0132_alt_mic_boost_info+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_build_controls()+0x8c5: relocation to !ENDBR: ca0132_alt_mic_boost_get+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_build_controls()+0x8cd: relocation to !ENDBR: ca0132_alt_mic_boost_put+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_build_controls()+0x92f: relocation to !ENDBR: ca0132_alt_input_source_info+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_build_controls()+0x937: relocation to !ENDBR: ca0132_alt_input_source_get+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_build_controls()+0x93f: relocation to !ENDBR: ca0132_alt_input_source_put+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_build_controls()+0x9fa: relocation to !ENDBR: ca0132_switch_get+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_build_controls()+0xa05: relocation to !ENDBR: ca0132_switch_put+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_build_controls()+0x21e: relocation to !ENDBR: ae5_headphone_gain_info+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_build_controls()+0x226: relocation to !ENDBR: ae5_headphone_gain_get+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_build_controls()+0x22e: relocation to !ENDBR: ae5_headphone_gain_put+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_build_controls()+0x2a5: relocation to !ENDBR: ae5_sound_filter_info+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_build_controls()+0x2ad: relocation to !ENDBR: ae5_sound_filter_get+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_build_controls()+0x2b5: relocation to !ENDBR: ae5_sound_filter_put+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: patch_ca0132()+0x678: relocation to !ENDBR: ca0132_build_controls+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: patch_ca0132()+0x684: relocation to !ENDBR: ca0132_build_pcms+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: patch_ca0132()+0x690: relocation to !ENDBR: ca0132_init+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: patch_ca0132()+0x69c: relocation to !ENDBR: ca0132_free+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: patch_ca0132()+0x6b4: relocation to !ENDBR: ca0132_suspend+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: patch_ca0132()+0x191: relocation to !ENDBR: ca0132_unsol_hp_delayed+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: patch_ca0132()+0x4bd: relocation to !ENDBR: hp_callback+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: patch_ca0132()+0x4de: relocation to !ENDBR: amic_callback+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: patch_ca0132()+0x4f4: relocation to !ENDBR: ca0132_process_dsp_response+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: patch_ca0132()+0x516: relocation to !ENDBR: hp_callback+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: patch_ca0132()+0xda: relocation to !ENDBR: dbpro_build_controls+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: patch_ca0132()+0xf1: relocation to !ENDBR: dbpro_build_pcms+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: patch_ca0132()+0xfd: relocation to !ENDBR: dbpro_init+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: patch_ca0132()+0x109: relocation to !ENDBR: dbpro_free+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: patch_ca0132()+0x0: data relocation to !ENDBR: patch_ca0132+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_alt_volume_put()+0x0: data relocation to !ENDBR: ca0132_alt_volume_put+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_switch_get()+0x0: data relocation to !ENDBR: ca0132_switch_get+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_switch_put()+0x0: data relocation to !ENDBR: ca0132_switch_put+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_volume_info()+0x0: data relocation to !ENDBR: ca0132_volume_info+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_volume_get()+0x0: data relocation to !ENDBR: ca0132_volume_get+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_volume_put()+0x0: data relocation to !ENDBR: ca0132_volume_put+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_volume_tlv()+0x0: data relocation to !ENDBR: ca0132_volume_tlv+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_switch_get()+0x0: data relocation to !ENDBR: ca0132_switch_get+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_switch_put()+0x0: data relocation to !ENDBR: ca0132_switch_put+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_switch_get()+0x0: data relocation to !ENDBR: ca0132_switch_get+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_switch_put()+0x0: data relocation to !ENDBR: ca0132_switch_put+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_alt_volume_put()+0x0: data relocation to !ENDBR: ca0132_alt_volume_put+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_switch_get()+0x0: data relocation to !ENDBR: ca0132_switch_get+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_switch_put()+0x0: data relocation to !ENDBR: ca0132_switch_put+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_alt_volume_put()+0x0: data relocation to !ENDBR: ca0132_alt_volume_put+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_switch_get()+0x0: data relocation to !ENDBR: ca0132_switch_get+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_switch_put()+0x0: data relocation to !ENDBR: ca0132_switch_put+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_switch_get()+0x0: data relocation to !ENDBR: ca0132_switch_get+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_switch_put()+0x0: data relocation to !ENDBR: ca0132_switch_put+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_volume_info()+0x0: data relocation to !ENDBR: ca0132_volume_info+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_volume_get()+0x0: data relocation to !ENDBR: ca0132_volume_get+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_volume_put()+0x0: data relocation to !ENDBR: ca0132_volume_put+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_volume_tlv()+0x0: data relocation to !ENDBR: ca0132_volume_tlv+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_switch_get()+0x0: data relocation to !ENDBR: ca0132_switch_get+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_switch_put()+0x0: data relocation to !ENDBR: ca0132_switch_put+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_volume_info()+0x0: data relocation to !ENDBR: ca0132_volume_info+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_volume_get()+0x0: data relocation to !ENDBR: ca0132_volume_get+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_volume_put()+0x0: data relocation to !ENDBR: ca0132_volume_put+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_volume_tlv()+0x0: data relocation to !ENDBR: ca0132_volume_tlv+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_switch_get()+0x0: data relocation to !ENDBR: ca0132_switch_get+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_switch_put()+0x0: data relocation to !ENDBR: ca0132_switch_put+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_switch_get()+0x0: data relocation to !ENDBR: ca0132_switch_get+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_switch_put()+0x0: data relocation to !ENDBR: ca0132_switch_put+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_switch_get()+0x0: data relocation to !ENDBR: ca0132_switch_get+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_switch_put()+0x0: data relocation to !ENDBR: ca0132_switch_put+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_switch_get()+0x0: data relocation to !ENDBR: ca0132_switch_get+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_switch_put()+0x0: data relocation to !ENDBR: ca0132_switch_put+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_switch_get()+0x0: data relocation to !ENDBR: ca0132_switch_get+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_switch_put()+0x0: data relocation to !ENDBR: ca0132_switch_put+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_switch_get()+0x0: data relocation to !ENDBR: ca0132_switch_get+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_switch_put()+0x0: data relocation to !ENDBR: ca0132_switch_put+0x0 sound/pci/hda/snd-hda-codec-ca0132.prelink.o: warning: objtool: ca0132_driver_init()+0x0: data relocation to !ENDBR: ca0132_driver_init+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: cxt_fixup_mute_led_eapd()+0x1b: relocation to !ENDBR: cx_auto_vmaster_mute_led+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: cxt_fixup_olpc_xo()+0x2c: relocation to !ENDBR: olpc_xo_automic+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: cxt_fixup_olpc_xo()+0x37: relocation to !ENDBR: olpc_xo_capture_hook+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: cxt_fixup_olpc_xo()+0xbe: relocation to !ENDBR: olpc_xo_mic_boost_put+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: cxt_fixup_headphone_mic()+0x48: relocation to !ENDBR: cxt_update_headset_mode_hook+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: cxt_fixup_headphone_mic()+0x53: relocation to !ENDBR: cxt_update_headset_mode+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: cxt_fixup_hp_zbook_mute_led()+0xf: relocation to !ENDBR: cxt_gpio_mute_update+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: cxt_fixup_hp_zbook_mute_led()+0x3a: relocation to !ENDBR: cxt_gpio_micmute_update+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: patch_conexant_auto()+0x73: relocation to !ENDBR: cx_auto_init+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: patch_conexant_auto()+0x86: relocation to !ENDBR: cx_auto_free+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: patch_conexant_auto()+0x9c: relocation to !ENDBR: cx_auto_suspend+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: patch_conexant_auto()+0x2be: relocation to !ENDBR: cx_auto_vmaster_hook+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: cxt_fixup_mute_led_gpio()+0xf: relocation to !ENDBR: cxt_gpio_mute_update+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: cxt_fixup_mute_led_gpio()+0x3a: relocation to !ENDBR: cxt_gpio_micmute_update+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: patch_conexant_auto()+0x0: data relocation to !ENDBR: patch_conexant_auto+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: patch_conexant_auto()+0x0: data relocation to !ENDBR: patch_conexant_auto+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: patch_conexant_auto()+0x0: data relocation to !ENDBR: patch_conexant_auto+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: patch_conexant_auto()+0x0: data relocation to !ENDBR: patch_conexant_auto+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: patch_conexant_auto()+0x0: data relocation to !ENDBR: patch_conexant_auto+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: patch_conexant_auto()+0x0: data relocation to !ENDBR: patch_conexant_auto+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: patch_conexant_auto()+0x0: data relocation to !ENDBR: patch_conexant_auto+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: patch_conexant_auto()+0x0: data relocation to !ENDBR: patch_conexant_auto+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: patch_conexant_auto()+0x0: data relocation to !ENDBR: patch_conexant_auto+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: patch_conexant_auto()+0x0: data relocation to !ENDBR: patch_conexant_auto+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: patch_conexant_auto()+0x0: data relocation to !ENDBR: patch_conexant_auto+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: patch_conexant_auto()+0x0: data relocation to !ENDBR: patch_conexant_auto+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: patch_conexant_auto()+0x0: data relocation to !ENDBR: patch_conexant_auto+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: patch_conexant_auto()+0x0: data relocation to !ENDBR: patch_conexant_auto+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: patch_conexant_auto()+0x0: data relocation to !ENDBR: patch_conexant_auto+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: patch_conexant_auto()+0x0: data relocation to !ENDBR: patch_conexant_auto+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: patch_conexant_auto()+0x0: data relocation to !ENDBR: patch_conexant_auto+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: patch_conexant_auto()+0x0: data relocation to !ENDBR: patch_conexant_auto+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: patch_conexant_auto()+0x0: data relocation to !ENDBR: patch_conexant_auto+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: patch_conexant_auto()+0x0: data relocation to !ENDBR: patch_conexant_auto+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: patch_conexant_auto()+0x0: data relocation to !ENDBR: patch_conexant_auto+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: patch_conexant_auto()+0x0: data relocation to !ENDBR: patch_conexant_auto+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: patch_conexant_auto()+0x0: data relocation to !ENDBR: patch_conexant_auto+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: patch_conexant_auto()+0x0: data relocation to !ENDBR: patch_conexant_auto+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: patch_conexant_auto()+0x0: data relocation to !ENDBR: patch_conexant_auto+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: patch_conexant_auto()+0x0: data relocation to !ENDBR: patch_conexant_auto+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: patch_conexant_auto()+0x0: data relocation to !ENDBR: patch_conexant_auto+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: patch_conexant_auto()+0x0: data relocation to !ENDBR: patch_conexant_auto+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: patch_conexant_auto()+0x0: data relocation to !ENDBR: patch_conexant_auto+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: patch_conexant_auto()+0x0: data relocation to !ENDBR: patch_conexant_auto+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: patch_conexant_auto()+0x0: data relocation to !ENDBR: patch_conexant_auto+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: cxt_fixup_stereo_dmic()+0x0: data relocation to !ENDBR: cxt_fixup_stereo_dmic+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: cxt5066_increase_mic_boost()+0x0: data relocation to !ENDBR: cxt5066_increase_mic_boost+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: cxt_fixup_headphone_mic()+0x0: data relocation to !ENDBR: cxt_fixup_headphone_mic+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: cxt_fixup_stereo_dmic()+0x0: data relocation to !ENDBR: cxt_fixup_stereo_dmic+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: hda_fixup_thinkpad_acpi()+0x0: data relocation to !ENDBR: hda_fixup_thinkpad_acpi+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: cxt_fixup_olpc_xo()+0x0: data relocation to !ENDBR: cxt_fixup_olpc_xo+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: cxt_fixup_cap_mix_amp()+0x0: data relocation to !ENDBR: cxt_fixup_cap_mix_amp+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: cxt_fixup_cap_mix_amp_5047()+0x0: data relocation to !ENDBR: cxt_fixup_cap_mix_amp_5047+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: cxt_fixup_mute_led_eapd()+0x0: data relocation to !ENDBR: cxt_fixup_mute_led_eapd+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: cxt_fixup_hp_gate_mic_jack()+0x0: data relocation to !ENDBR: cxt_fixup_hp_gate_mic_jack+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: cxt_fixup_mute_led_gpio()+0x0: data relocation to !ENDBR: cxt_fixup_mute_led_gpio+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: cxt_fixup_hp_zbook_mute_led()+0x0: data relocation to !ENDBR: cxt_fixup_hp_zbook_mute_led+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: cxt_fixup_headset_mic()+0x0: data relocation to !ENDBR: cxt_fixup_headset_mic+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: olpc_xo_dc_mode_get()+0x0: data relocation to !ENDBR: olpc_xo_dc_mode_get+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: olpc_xo_dc_mode_put()+0x0: data relocation to !ENDBR: olpc_xo_dc_mode_put+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: olpc_xo_dc_bias_enum_info()+0x0: data relocation to !ENDBR: olpc_xo_dc_bias_enum_info+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: olpc_xo_dc_bias_enum_get()+0x0: data relocation to !ENDBR: olpc_xo_dc_bias_enum_get+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: olpc_xo_dc_bias_enum_put()+0x0: data relocation to !ENDBR: olpc_xo_dc_bias_enum_put+0x0 sound/pci/hda/snd-hda-codec-conexant.prelink.o: warning: objtool: conexant_driver_init()+0x0: data relocation to !ENDBR: conexant_driver_init+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: via_new_spec()+0x59: relocation to !ENDBR: via_playback_pcm_hook+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: via_new_spec()+0xaf: relocation to !ENDBR: via_init+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: via_new_spec()+0xba: relocation to !ENDBR: via_free+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: via_new_spec()+0xd0: relocation to !ENDBR: via_suspend+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: via_new_spec()+0xdb: relocation to !ENDBR: via_resume+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: via_new_spec()+0xe6: relocation to !ENDBR: via_check_power_status+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: patch_vt1708()+0x33: relocation to !ENDBR: vt1708_build_controls+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: patch_vt1708()+0x3e: relocation to !ENDBR: vt1708_build_pcms+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: patch_vt1708()+0x0: data relocation to !ENDBR: patch_vt1708+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: patch_vt1708()+0x0: data relocation to !ENDBR: patch_vt1708+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: patch_vt1708()+0x0: data relocation to !ENDBR: patch_vt1708+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: patch_vt1708()+0x0: data relocation to !ENDBR: patch_vt1708+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: patch_vt1709()+0x0: data relocation to !ENDBR: patch_vt1709+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: patch_vt1709()+0x0: data relocation to !ENDBR: patch_vt1709+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: patch_vt1709()+0x0: data relocation to !ENDBR: patch_vt1709+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: patch_vt1709()+0x0: data relocation to !ENDBR: patch_vt1709+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: patch_vt1709()+0x0: data relocation to !ENDBR: patch_vt1709+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: patch_vt1709()+0x0: data relocation to !ENDBR: patch_vt1709+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: patch_vt1709()+0x0: data relocation to !ENDBR: patch_vt1709+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: patch_vt1709()+0x0: data relocation to !ENDBR: patch_vt1709+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: patch_vt1708B()+0x0: data relocation to !ENDBR: patch_vt1708B+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: patch_vt1708B()+0x0: data relocation to !ENDBR: patch_vt1708B+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: patch_vt1708B()+0x0: data relocation to !ENDBR: patch_vt1708B+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: patch_vt1708B()+0x0: data relocation to !ENDBR: patch_vt1708B+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: patch_vt1708B()+0x0: data relocation to !ENDBR: patch_vt1708B+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: patch_vt1708B()+0x0: data relocation to !ENDBR: patch_vt1708B+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: patch_vt1708B()+0x0: data relocation to !ENDBR: patch_vt1708B+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: patch_vt1708B()+0x0: data relocation to !ENDBR: patch_vt1708B+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: patch_vt1708S()+0x0: data relocation to !ENDBR: patch_vt1708S+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: patch_vt1708S()+0x0: data relocation to !ENDBR: patch_vt1708S+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: patch_vt1708S()+0x0: data relocation to !ENDBR: patch_vt1708S+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: patch_vt1708S()+0x0: data relocation to !ENDBR: patch_vt1708S+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: patch_vt1708S()+0x0: data relocation to !ENDBR: patch_vt1708S+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: patch_vt1708S()+0x0: data relocation to !ENDBR: patch_vt1708S+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: patch_vt1708S()+0x0: data relocation to !ENDBR: patch_vt1708S+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: patch_vt1708S()+0x0: data relocation to !ENDBR: patch_vt1708S+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: patch_vt1702()+0x0: data relocation to !ENDBR: patch_vt1702+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: patch_vt1702()+0x0: data relocation to !ENDBR: patch_vt1702+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: patch_vt1702()+0x0: data relocation to !ENDBR: patch_vt1702+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: patch_vt1702()+0x0: data relocation to !ENDBR: patch_vt1702+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: patch_vt1702()+0x0: data relocation to !ENDBR: patch_vt1702+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: patch_vt1702()+0x0: data relocation to !ENDBR: patch_vt1702+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: patch_vt1702()+0x0: data relocation to !ENDBR: patch_vt1702+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: patch_vt1702()+0x0: data relocation to !ENDBR: patch_vt1702+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: patch_vt1718S()+0x0: data relocation to !ENDBR: patch_vt1718S+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: patch_vt1718S()+0x0: data relocation to !ENDBR: patch_vt1718S+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: patch_vt1718S()+0x0: data relocation to !ENDBR: patch_vt1718S+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: patch_vt1718S()+0x0: data relocation to !ENDBR: patch_vt1718S+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: patch_vt1716S()+0x0: data relocation to !ENDBR: patch_vt1716S+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: patch_vt1716S()+0x0: data relocation to !ENDBR: patch_vt1716S+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: patch_vt2002P()+0x0: data relocation to !ENDBR: patch_vt2002P+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: patch_vt2002P()+0x0: data relocation to !ENDBR: patch_vt2002P+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: patch_vt1812()+0x0: data relocation to !ENDBR: patch_vt1812+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: patch_vt1708S()+0x0: data relocation to !ENDBR: patch_vt1708S+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: patch_vt2002P()+0x0: data relocation to !ENDBR: patch_vt2002P+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: patch_vt2002P()+0x0: data relocation to !ENDBR: patch_vt2002P+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: patch_vt3476()+0x0: data relocation to !ENDBR: patch_vt3476+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: patch_vt3476()+0x0: data relocation to !ENDBR: patch_vt3476+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: patch_vt3476()+0x0: data relocation to !ENDBR: patch_vt3476+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: via_fixup_intmic_boost()+0x0: data relocation to !ENDBR: via_fixup_intmic_boost+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: via_fixup_power_save()+0x0: data relocation to !ENDBR: via_fixup_power_save+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: vt1716s_dmic_info()+0x0: data relocation to !ENDBR: vt1716s_dmic_info+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: vt1716s_dmic_get()+0x0: data relocation to !ENDBR: vt1716s_dmic_get+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: vt1716s_dmic_put()+0x0: data relocation to !ENDBR: vt1716s_dmic_put+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: vt1708_jack_detect_get()+0x0: data relocation to !ENDBR: vt1708_jack_detect_get+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: vt1708_jack_detect_put()+0x0: data relocation to !ENDBR: vt1708_jack_detect_put+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: via_pin_power_ctl_info()+0x0: data relocation to !ENDBR: via_pin_power_ctl_info+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: via_pin_power_ctl_get()+0x0: data relocation to !ENDBR: via_pin_power_ctl_get+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: via_pin_power_ctl_put()+0x0: data relocation to !ENDBR: via_pin_power_ctl_put+0x0 sound/pci/hda/snd-hda-codec-via.prelink.o: warning: objtool: via_driver_init()+0x0: data relocation to !ENDBR: via_driver_init+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: generic_hdmi_init()+0xf6: relocation to !ENDBR: jack_callback+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: generic_hdmi_build_pcms()+0x6f: relocation to !ENDBR: hdmi_pcm_open+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: generic_hdmi_build_pcms()+0x77: relocation to !ENDBR: hdmi_pcm_close+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: generic_hdmi_build_pcms()+0x7f: relocation to !ENDBR: generic_hdmi_playback_pcm_prepare+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: generic_hdmi_build_pcms()+0x87: relocation to !ENDBR: generic_hdmi_playback_pcm_cleanup+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: tegra_hdmi_build_pcms()+0x6d: relocation to !ENDBR: tegra_hdmi_pcm_prepare+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: tegra_hdmi_build_pcms()+0x77: relocation to !ENDBR: tegra_hdmi_pcm_cleanup+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: generic_hdmi_build_jack()+0xda: relocation to !ENDBR: free_hdmi_jack_priv+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: generic_hdmi_init_per_pins()+0x31: relocation to !ENDBR: hdmi_repoll_eld+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: parse_intel_hdmi()+0x57: relocation to !ENDBR: intel_port2pin+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: parse_intel_hdmi()+0x74: relocation to !ENDBR: intel_pin2port+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: parse_intel_hdmi()+0x86: relocation to !ENDBR: intel_pin_eld_notify+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: tegra_hdmi_init()+0x62: relocation to !ENDBR: tegra_hdmi_build_pcms+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: tegra_hdmi_init()+0x6d: relocation to !ENDBR: nvhdmi_chmap_cea_alloc_validate_get_type+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: tegra_hdmi_init()+0x79: relocation to !ENDBR: nvhdmi_chmap_validate+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: generic_acomp_init()+0x6f: relocation to !ENDBR: match_bound_vga+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_simple_hdmi()+0xf5: relocation to !ENDBR: simple_playback_pcm_open+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_simple_hdmi()+0x100: relocation to !ENDBR: simple_playback_pcm_close+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_simple_hdmi()+0x10b: relocation to !ENDBR: simple_playback_pcm_prepare+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_simple_hdmi()+0x116: relocation to !ENDBR: simple_playback_build_controls+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_simple_hdmi()+0x122: relocation to !ENDBR: simple_playback_build_pcms+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_simple_hdmi()+0x12e: relocation to !ENDBR: simple_playback_init+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_simple_hdmi()+0x13a: relocation to !ENDBR: simple_playback_free+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_simple_hdmi()+0x146: relocation to !ENDBR: simple_hdmi_unsol_event+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi_2ch()+0x2b: relocation to !ENDBR: nvhdmi_7x_init_2ch+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi_8ch_7x()+0x8e: relocation to !ENDBR: simple_playback_pcm_open+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi_8ch_7x()+0x99: relocation to !ENDBR: nvhdmi_8ch_7x_pcm_close+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi_8ch_7x()+0xa4: relocation to !ENDBR: nvhdmi_8ch_7x_pcm_prepare+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi_8ch_7x()+0xaf: relocation to !ENDBR: nvhdmi_7x_init_8ch+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi_8ch_7x()+0xba: relocation to !ENDBR: nvhdmi_7x_8ch_build_pcms+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi_8ch_7x()+0xc5: relocation to !ENDBR: nvhdmi_7x_8ch_build_controls+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: alloc_generic_hdmi()+0x54: relocation to !ENDBR: hdmi_pin_get_eld+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: alloc_generic_hdmi()+0x5f: relocation to !ENDBR: hdmi_pin_setup_infoframe+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: alloc_generic_hdmi()+0x6a: relocation to !ENDBR: hdmi_pin_hbr_setup+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: alloc_generic_hdmi()+0x75: relocation to !ENDBR: hdmi_setup_stream+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: alloc_generic_hdmi()+0xe4: relocation to !ENDBR: hdmi_get_chmap+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: alloc_generic_hdmi()+0xf2: relocation to !ENDBR: hdmi_set_chmap+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: alloc_generic_hdmi()+0xfd: relocation to !ENDBR: is_hdmi_pcm_attached+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: alloc_generic_hdmi()+0x108: relocation to !ENDBR: hdmi_get_spk_alloc+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: alloc_generic_hdmi()+0x113: relocation to !ENDBR: generic_hdmi_build_controls+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: alloc_generic_hdmi()+0x11f: relocation to !ENDBR: generic_hdmi_build_pcms+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: alloc_generic_hdmi()+0x12b: relocation to !ENDBR: generic_hdmi_init+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: alloc_generic_hdmi()+0x137: relocation to !ENDBR: generic_hdmi_free+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: alloc_generic_hdmi()+0x143: relocation to !ENDBR: hdmi_unsol_event+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: alloc_generic_hdmi()+0x14f: relocation to !ENDBR: generic_hdmi_suspend+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: alloc_generic_hdmi()+0x15b: relocation to !ENDBR: generic_hdmi_resume+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_i915_byt_hdmi()+0x54: relocation to !ENDBR: i915_pin_cvt_fixup+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi_legacy()+0x28: relocation to !ENDBR: nvhdmi_chmap_cea_alloc_validate_get_type+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi_legacy()+0x33: relocation to !ENDBR: nvhdmi_chmap_validate+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_atihdmi()+0x2a: relocation to !ENDBR: atihdmi_init+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_atihdmi()+0x35: relocation to !ENDBR: atihdmi_pin_get_eld+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_atihdmi()+0x40: relocation to !ENDBR: atihdmi_pin_setup_infoframe+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_atihdmi()+0x4b: relocation to !ENDBR: atihdmi_pin_hbr_setup+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_atihdmi()+0x56: relocation to !ENDBR: atihdmi_setup_stream+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_atihdmi()+0x61: relocation to !ENDBR: atihdmi_pin_get_slot_channel+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_atihdmi()+0x6c: relocation to !ENDBR: atihdmi_pin_set_slot_channel+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_atihdmi()+0x110: relocation to !ENDBR: atihdmi_port2pin+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_atihdmi()+0x87: relocation to !ENDBR: atihdmi_paired_chmap_cea_alloc_validate_get_type+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_atihdmi()+0x92: relocation to !ENDBR: atihdmi_paired_cea_alloc_to_tlv_chmap+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_atihdmi()+0x9d: relocation to !ENDBR: atihdmi_paired_chmap_validate+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: intel_hsw_common_init()+0xb3: relocation to !ENDBR: haswell_set_power_state+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: intel_hsw_common_init()+0xcc: relocation to !ENDBR: i915_hsw_setup_stream+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: intel_hsw_common_init()+0xd7: relocation to !ENDBR: i915_pin_cvt_fixup+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi()+0x4b: relocation to !ENDBR: nvhdmi_port2pin+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi()+0x65: relocation to !ENDBR: nvhdmi_chmap_cea_alloc_validate_get_type+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi()+0x71: relocation to !ENDBR: nvhdmi_chmap_validate+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_atihdmi()+0x0: data relocation to !ENDBR: patch_atihdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_atihdmi()+0x0: data relocation to !ENDBR: patch_atihdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_atihdmi()+0x0: data relocation to !ENDBR: patch_atihdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_atihdmi()+0x0: data relocation to !ENDBR: patch_atihdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_generic_hdmi()+0x0: data relocation to !ENDBR: patch_generic_hdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_generic_hdmi()+0x0: data relocation to !ENDBR: patch_generic_hdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_generic_hdmi()+0x0: data relocation to !ENDBR: patch_generic_hdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi_2ch()+0x0: data relocation to !ENDBR: patch_nvhdmi_2ch+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi_8ch_7x()+0x0: data relocation to !ENDBR: patch_nvhdmi_8ch_7x+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi_8ch_7x()+0x0: data relocation to !ENDBR: patch_nvhdmi_8ch_7x+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi_8ch_7x()+0x0: data relocation to !ENDBR: patch_nvhdmi_8ch_7x+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi_8ch_7x()+0x0: data relocation to !ENDBR: patch_nvhdmi_8ch_7x+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi_8ch_7x()+0x0: data relocation to !ENDBR: patch_nvhdmi_8ch_7x+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi_8ch_7x()+0x0: data relocation to !ENDBR: patch_nvhdmi_8ch_7x+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi_legacy()+0x0: data relocation to !ENDBR: patch_nvhdmi_legacy+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi_legacy()+0x0: data relocation to !ENDBR: patch_nvhdmi_legacy+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi_legacy()+0x0: data relocation to !ENDBR: patch_nvhdmi_legacy+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi_legacy()+0x0: data relocation to !ENDBR: patch_nvhdmi_legacy+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi_legacy()+0x0: data relocation to !ENDBR: patch_nvhdmi_legacy+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi_legacy()+0x0: data relocation to !ENDBR: patch_nvhdmi_legacy+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi_legacy()+0x0: data relocation to !ENDBR: patch_nvhdmi_legacy+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi_legacy()+0x0: data relocation to !ENDBR: patch_nvhdmi_legacy+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi_legacy()+0x0: data relocation to !ENDBR: patch_nvhdmi_legacy+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi_legacy()+0x0: data relocation to !ENDBR: patch_nvhdmi_legacy+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi_legacy()+0x0: data relocation to !ENDBR: patch_nvhdmi_legacy+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi_legacy()+0x0: data relocation to !ENDBR: patch_nvhdmi_legacy+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi_legacy()+0x0: data relocation to !ENDBR: patch_nvhdmi_legacy+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi_legacy()+0x0: data relocation to !ENDBR: patch_nvhdmi_legacy+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi_legacy()+0x0: data relocation to !ENDBR: patch_nvhdmi_legacy+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi_legacy()+0x0: data relocation to !ENDBR: patch_nvhdmi_legacy+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi_legacy()+0x0: data relocation to !ENDBR: patch_nvhdmi_legacy+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi_legacy()+0x0: data relocation to !ENDBR: patch_nvhdmi_legacy+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_tegra_hdmi()+0x0: data relocation to !ENDBR: patch_tegra_hdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_tegra_hdmi()+0x0: data relocation to !ENDBR: patch_tegra_hdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_tegra_hdmi()+0x0: data relocation to !ENDBR: patch_tegra_hdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_tegra_hdmi()+0x0: data relocation to !ENDBR: patch_tegra_hdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_tegra_hdmi()+0x0: data relocation to !ENDBR: patch_tegra_hdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_tegra_hdmi()+0x0: data relocation to !ENDBR: patch_tegra_hdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_tegra_hdmi()+0x0: data relocation to !ENDBR: patch_tegra_hdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_tegra_hdmi()+0x0: data relocation to !ENDBR: patch_tegra_hdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_tegra234_hdmi()+0x0: data relocation to !ENDBR: patch_tegra234_hdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi()+0x0: data relocation to !ENDBR: patch_nvhdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi()+0x0: data relocation to !ENDBR: patch_nvhdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi()+0x0: data relocation to !ENDBR: patch_nvhdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi()+0x0: data relocation to !ENDBR: patch_nvhdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi()+0x0: data relocation to !ENDBR: patch_nvhdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi()+0x0: data relocation to !ENDBR: patch_nvhdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi()+0x0: data relocation to !ENDBR: patch_nvhdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi()+0x0: data relocation to !ENDBR: patch_nvhdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi()+0x0: data relocation to !ENDBR: patch_nvhdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi()+0x0: data relocation to !ENDBR: patch_nvhdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi()+0x0: data relocation to !ENDBR: patch_nvhdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi()+0x0: data relocation to !ENDBR: patch_nvhdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi_2ch()+0x0: data relocation to !ENDBR: patch_nvhdmi_2ch+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi()+0x0: data relocation to !ENDBR: patch_nvhdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi()+0x0: data relocation to !ENDBR: patch_nvhdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi()+0x0: data relocation to !ENDBR: patch_nvhdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi()+0x0: data relocation to !ENDBR: patch_nvhdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi()+0x0: data relocation to !ENDBR: patch_nvhdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi()+0x0: data relocation to !ENDBR: patch_nvhdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi()+0x0: data relocation to !ENDBR: patch_nvhdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi()+0x0: data relocation to !ENDBR: patch_nvhdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi()+0x0: data relocation to !ENDBR: patch_nvhdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi()+0x0: data relocation to !ENDBR: patch_nvhdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi()+0x0: data relocation to !ENDBR: patch_nvhdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi()+0x0: data relocation to !ENDBR: patch_nvhdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi()+0x0: data relocation to !ENDBR: patch_nvhdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi()+0x0: data relocation to !ENDBR: patch_nvhdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi()+0x0: data relocation to !ENDBR: patch_nvhdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi()+0x0: data relocation to !ENDBR: patch_nvhdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi()+0x0: data relocation to !ENDBR: patch_nvhdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi()+0x0: data relocation to !ENDBR: patch_nvhdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi()+0x0: data relocation to !ENDBR: patch_nvhdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi()+0x0: data relocation to !ENDBR: patch_nvhdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi()+0x0: data relocation to !ENDBR: patch_nvhdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi()+0x0: data relocation to !ENDBR: patch_nvhdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi()+0x0: data relocation to !ENDBR: patch_nvhdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi()+0x0: data relocation to !ENDBR: patch_nvhdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi()+0x0: data relocation to !ENDBR: patch_nvhdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi()+0x0: data relocation to !ENDBR: patch_nvhdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi()+0x0: data relocation to !ENDBR: patch_nvhdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi()+0x0: data relocation to !ENDBR: patch_nvhdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi()+0x0: data relocation to !ENDBR: patch_nvhdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi_2ch()+0x0: data relocation to !ENDBR: patch_nvhdmi_2ch+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_nvhdmi_2ch()+0x0: data relocation to !ENDBR: patch_nvhdmi_2ch+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_via_hdmi()+0x0: data relocation to !ENDBR: patch_via_hdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_via_hdmi()+0x0: data relocation to !ENDBR: patch_via_hdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_generic_hdmi()+0x0: data relocation to !ENDBR: patch_generic_hdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_generic_hdmi()+0x0: data relocation to !ENDBR: patch_generic_hdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_i915_cpt_hdmi()+0x0: data relocation to !ENDBR: patch_i915_cpt_hdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_i915_glk_hdmi()+0x0: data relocation to !ENDBR: patch_i915_glk_hdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_generic_hdmi()+0x0: data relocation to !ENDBR: patch_generic_hdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_generic_hdmi()+0x0: data relocation to !ENDBR: patch_generic_hdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_generic_hdmi()+0x0: data relocation to !ENDBR: patch_generic_hdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_i915_cpt_hdmi()+0x0: data relocation to !ENDBR: patch_i915_cpt_hdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_i915_cpt_hdmi()+0x0: data relocation to !ENDBR: patch_i915_cpt_hdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_i915_cpt_hdmi()+0x0: data relocation to !ENDBR: patch_i915_cpt_hdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_i915_hsw_hdmi()+0x0: data relocation to !ENDBR: patch_i915_hsw_hdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_i915_hsw_hdmi()+0x0: data relocation to !ENDBR: patch_i915_hsw_hdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_i915_hsw_hdmi()+0x0: data relocation to !ENDBR: patch_i915_hsw_hdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_i915_hsw_hdmi()+0x0: data relocation to !ENDBR: patch_i915_hsw_hdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_i915_hsw_hdmi()+0x0: data relocation to !ENDBR: patch_i915_hsw_hdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_i915_glk_hdmi()+0x0: data relocation to !ENDBR: patch_i915_glk_hdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_i915_glk_hdmi()+0x0: data relocation to !ENDBR: patch_i915_glk_hdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_i915_icl_hdmi()+0x0: data relocation to !ENDBR: patch_i915_icl_hdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_i915_tgl_hdmi()+0x0: data relocation to !ENDBR: patch_i915_tgl_hdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_i915_tgl_hdmi()+0x0: data relocation to !ENDBR: patch_i915_tgl_hdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_i915_tgl_hdmi()+0x0: data relocation to !ENDBR: patch_i915_tgl_hdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_i915_tgl_hdmi()+0x0: data relocation to !ENDBR: patch_i915_tgl_hdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_i915_tgl_hdmi()+0x0: data relocation to !ENDBR: patch_i915_tgl_hdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_i915_adlp_hdmi()+0x0: data relocation to !ENDBR: patch_i915_adlp_hdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_i915_icl_hdmi()+0x0: data relocation to !ENDBR: patch_i915_icl_hdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_i915_icl_hdmi()+0x0: data relocation to !ENDBR: patch_i915_icl_hdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_i915_adlp_hdmi()+0x0: data relocation to !ENDBR: patch_i915_adlp_hdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_generic_hdmi()+0x0: data relocation to !ENDBR: patch_generic_hdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_i915_byt_hdmi()+0x0: data relocation to !ENDBR: patch_i915_byt_hdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_i915_byt_hdmi()+0x0: data relocation to !ENDBR: patch_i915_byt_hdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_generic_hdmi()+0x0: data relocation to !ENDBR: patch_generic_hdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: patch_generic_hdmi()+0x0: data relocation to !ENDBR: patch_generic_hdmi+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: generic_acomp_pin_eld_notify()+0x0: data relocation to !ENDBR: generic_acomp_pin_eld_notify+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: atihdmi_pin2port()+0x0: data relocation to !ENDBR: atihdmi_pin2port+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: generic_acomp_master_bind()+0x0: data relocation to !ENDBR: generic_acomp_master_bind+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: generic_acomp_master_unbind()+0x0: data relocation to !ENDBR: generic_acomp_master_unbind+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: generic_acomp_pin_eld_notify()+0x0: data relocation to !ENDBR: generic_acomp_pin_eld_notify+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: nvhdmi_pin2port()+0x0: data relocation to !ENDBR: nvhdmi_pin2port+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: generic_acomp_master_bind()+0x0: data relocation to !ENDBR: generic_acomp_master_bind+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: generic_acomp_master_unbind()+0x0: data relocation to !ENDBR: generic_acomp_master_unbind+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: hdmi_eld_ctl_info()+0x0: data relocation to !ENDBR: hdmi_eld_ctl_info+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: hdmi_eld_ctl_get()+0x0: data relocation to !ENDBR: hdmi_eld_ctl_get+0x0 sound/pci/hda/snd-hda-codec-hdmi.prelink.o: warning: objtool: hdmi_driver_init()+0x0: data relocation to !ENDBR: hdmi_driver_init+0x0 sound/pci/hda/snd-hda-intel.prelink.o: warning: objtool: azx_position_ok()+0x1b8: relocation to !ENDBR: azx_get_delay_from_lpib+0x0 sound/pci/hda/snd-hda-intel.prelink.o: warning: objtool: azx_probe()+0x1ea: relocation to !ENDBR: azx_irq_pending_work+0x0 sound/pci/hda/snd-hda-intel.prelink.o: warning: objtool: azx_probe()+0x76c: relocation to !ENDBR: azx_via_get_position+0x0 sound/pci/hda/snd-hda-intel.prelink.o: warning: objtool: azx_probe()+0x3e3: relocation to !ENDBR: azx_probe_work+0x0 sound/pci/hda/snd-hda-intel.prelink.o: warning: objtool: azx_probe()+0x619: relocation to !ENDBR: azx_firmware_cb+0x0 sound/pci/hda/snd-hda-intel.prelink.o: warning: objtool: azx_probe()+0x752: relocation to !ENDBR: azx_get_pos_fifo+0x0 sound/pci/hda/snd-hda-intel.prelink.o: warning: objtool: azx_probe()+0x29f: relocation to !ENDBR: azx_get_delay_from_fifo+0x0 sound/pci/hda/snd-hda-intel.prelink.o: warning: objtool: azx_probe()+0x7b0: relocation to !ENDBR: azx_get_delay_from_lpib+0x0 sound/pci/hda/snd-hda-intel.prelink.o: warning: objtool: azx_probe()+0x285: relocation to !ENDBR: azx_get_delay_from_lpib+0x0 sound/pci/hda/snd-hda-intel.prelink.o: warning: objtool: azx_via_get_position()+0x0: data relocation to !ENDBR: azx_via_get_position+0x0 sound/pci/hda/snd-hda-intel.prelink.o: warning: objtool: azx_get_pos_fifo()+0x0: data relocation to !ENDBR: azx_get_pos_fifo+0x0 sound/pci/hda/snd-hda-intel.prelink.o: warning: objtool: azx_dev_free()+0x0: data relocation to !ENDBR: azx_dev_free+0x0 sound/pci/hda/snd-hda-intel.prelink.o: warning: objtool: azx_dev_disconnect()+0x0: data relocation to !ENDBR: azx_dev_disconnect+0x0 sound/pci/hda/snd-hda-intel.prelink.o: warning: objtool: disable_msi_reset_irq()+0x0: data relocation to !ENDBR: disable_msi_reset_irq+0x0 sound/pci/hda/snd-hda-intel.prelink.o: warning: objtool: azx_position_check()+0x0: data relocation to !ENDBR: azx_position_check+0x0 sound/pci/hda/snd-hda-intel.prelink.o: warning: objtool: azx_prepare()+0x0: data relocation to !ENDBR: azx_prepare+0x0 sound/pci/hda/snd-hda-intel.prelink.o: warning: objtool: azx_complete()+0x0: data relocation to !ENDBR: azx_complete+0x0 sound/pci/hda/snd-hda-intel.prelink.o: warning: objtool: azx_suspend()+0x0: data relocation to !ENDBR: azx_suspend+0x0 sound/pci/hda/snd-hda-intel.prelink.o: warning: objtool: azx_resume()+0x0: data relocation to !ENDBR: azx_resume+0x0 sound/pci/hda/snd-hda-intel.prelink.o: warning: objtool: azx_suspend()+0x0: data relocation to !ENDBR: azx_suspend+0x0 sound/pci/hda/snd-hda-intel.prelink.o: warning: objtool: azx_resume()+0x0: data relocation to !ENDBR: azx_resume+0x0 sound/pci/hda/snd-hda-intel.prelink.o: warning: objtool: azx_suspend()+0x0: data relocation to !ENDBR: azx_suspend+0x0 sound/pci/hda/snd-hda-intel.prelink.o: warning: objtool: azx_resume()+0x0: data relocation to !ENDBR: azx_resume+0x0 sound/pci/hda/snd-hda-intel.prelink.o: warning: objtool: azx_freeze_noirq()+0x0: data relocation to !ENDBR: azx_freeze_noirq+0x0 sound/pci/hda/snd-hda-intel.prelink.o: warning: objtool: azx_thaw_noirq()+0x0: data relocation to !ENDBR: azx_thaw_noirq+0x0 sound/pci/hda/snd-hda-intel.prelink.o: warning: objtool: azx_runtime_suspend()+0x0: data relocation to !ENDBR: azx_runtime_suspend+0x0 sound/pci/hda/snd-hda-intel.prelink.o: warning: objtool: azx_runtime_resume()+0x0: data relocation to !ENDBR: azx_runtime_resume+0x0 sound/pci/hda/snd-hda-intel.prelink.o: warning: objtool: azx_runtime_idle()+0x0: data relocation to !ENDBR: azx_runtime_idle+0x0 sound/pci/hda/snd-hda-intel.prelink.o: warning: objtool: param_set_xint()+0x0: data relocation to !ENDBR: param_set_xint+0x0 sound/pci/hda/snd-hda-intel.prelink.o: warning: objtool: azx_probe()+0x0: data relocation to !ENDBR: azx_probe+0x0 sound/pci/hda/snd-hda-intel.prelink.o: warning: objtool: azx_remove()+0x0: data relocation to !ENDBR: azx_remove+0x0 sound/pci/hda/snd-hda-intel.prelink.o: warning: objtool: azx_shutdown()+0x0: data relocation to !ENDBR: azx_shutdown+0x0 sound/pci/hda/snd-hda-intel.prelink.o: warning: objtool: __traceiter_azx_runtime_resume()+0x0: data relocation to !ENDBR: __traceiter_azx_runtime_resume+0x0 sound/pci/hda/snd-hda-intel.prelink.o: warning: objtool: __traceiter_azx_runtime_suspend()+0x0: data relocation to !ENDBR: __traceiter_azx_runtime_suspend+0x0 sound/pci/hda/snd-hda-intel.prelink.o: warning: objtool: __traceiter_azx_resume()+0x0: data relocation to !ENDBR: __traceiter_azx_resume+0x0 sound/pci/hda/snd-hda-intel.prelink.o: warning: objtool: __traceiter_azx_suspend()+0x0: data relocation to !ENDBR: __traceiter_azx_suspend+0x0 sound/pci/hda/snd-hda-intel.prelink.o: warning: objtool: azx_driver_init()+0x0: data relocation to !ENDBR: azx_driver_init+0x0 /kisskb/src/drivers/gpu/drm/radeon/radeon_object.c: In function 'radeon_bo_create': /kisskb/src/drivers/gpu/drm/radeon/radeon_object.c:186:2: error: #warning Please enable CONFIG_MTRR and CONFIG_X86_PAT for better performance thanks to write-combining [-Werror=cpp] #warning Please enable CONFIG_MTRR and CONFIG_X86_PAT for better performance \ ^~~~~~~ cc1: all warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:289: drivers/gpu/drm/radeon/radeon_object.o] Error 1 make[5]: *** Waiting for unfinished jobs.... sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_probe()+0x106: relocation to !ENDBR: snd_korg1212_timer_func+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_probe()+0x20a: relocation to !ENDBR: snd_korg1212_interrupt+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_probe()+0x243: relocation to !ENDBR: snd_korg1212_free+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_probe()+0x67f: relocation to !ENDBR: snd_korg1212_free_pcm+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_volume_info()+0x0: data relocation to !ENDBR: snd_korg1212_control_volume_info+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_volume_get()+0x0: data relocation to !ENDBR: snd_korg1212_control_volume_get+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_volume_put()+0x0: data relocation to !ENDBR: snd_korg1212_control_volume_put+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_route_info()+0x0: data relocation to !ENDBR: snd_korg1212_control_route_info+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_route_get()+0x0: data relocation to !ENDBR: snd_korg1212_control_route_get+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_route_put()+0x0: data relocation to !ENDBR: snd_korg1212_control_route_put+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_phase_info()+0x0: data relocation to !ENDBR: snd_korg1212_control_phase_info+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_phase_get()+0x0: data relocation to !ENDBR: snd_korg1212_control_phase_get+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_phase_put()+0x0: data relocation to !ENDBR: snd_korg1212_control_phase_put+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_volume_info()+0x0: data relocation to !ENDBR: snd_korg1212_control_volume_info+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_volume_get()+0x0: data relocation to !ENDBR: snd_korg1212_control_volume_get+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_volume_put()+0x0: data relocation to !ENDBR: snd_korg1212_control_volume_put+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_route_info()+0x0: data relocation to !ENDBR: snd_korg1212_control_route_info+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_route_get()+0x0: data relocation to !ENDBR: snd_korg1212_control_route_get+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_route_put()+0x0: data relocation to !ENDBR: snd_korg1212_control_route_put+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_phase_info()+0x0: data relocation to !ENDBR: snd_korg1212_control_phase_info+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_phase_get()+0x0: data relocation to !ENDBR: snd_korg1212_control_phase_get+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_phase_put()+0x0: data relocation to !ENDBR: snd_korg1212_control_phase_put+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_volume_info()+0x0: data relocation to !ENDBR: snd_korg1212_control_volume_info+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_volume_get()+0x0: data relocation to !ENDBR: snd_korg1212_control_volume_get+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_volume_put()+0x0: data relocation to !ENDBR: snd_korg1212_control_volume_put+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_route_info()+0x0: data relocation to !ENDBR: snd_korg1212_control_route_info+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_route_get()+0x0: data relocation to !ENDBR: snd_korg1212_control_route_get+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_route_put()+0x0: data relocation to !ENDBR: snd_korg1212_control_route_put+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_phase_info()+0x0: data relocation to !ENDBR: snd_korg1212_control_phase_info+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_phase_get()+0x0: data relocation to !ENDBR: snd_korg1212_control_phase_get+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_phase_put()+0x0: data relocation to !ENDBR: snd_korg1212_control_phase_put+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_volume_info()+0x0: data relocation to !ENDBR: snd_korg1212_control_volume_info+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_volume_get()+0x0: data relocation to !ENDBR: snd_korg1212_control_volume_get+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_volume_put()+0x0: data relocation to !ENDBR: snd_korg1212_control_volume_put+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_route_info()+0x0: data relocation to !ENDBR: snd_korg1212_control_route_info+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_route_get()+0x0: data relocation to !ENDBR: snd_korg1212_control_route_get+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_route_put()+0x0: data relocation to !ENDBR: snd_korg1212_control_route_put+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_phase_info()+0x0: data relocation to !ENDBR: snd_korg1212_control_phase_info+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_phase_get()+0x0: data relocation to !ENDBR: snd_korg1212_control_phase_get+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_phase_put()+0x0: data relocation to !ENDBR: snd_korg1212_control_phase_put+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_volume_info()+0x0: data relocation to !ENDBR: snd_korg1212_control_volume_info+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_volume_get()+0x0: data relocation to !ENDBR: snd_korg1212_control_volume_get+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_volume_put()+0x0: data relocation to !ENDBR: snd_korg1212_control_volume_put+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_route_info()+0x0: data relocation to !ENDBR: snd_korg1212_control_route_info+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_route_get()+0x0: data relocation to !ENDBR: snd_korg1212_control_route_get+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_route_put()+0x0: data relocation to !ENDBR: snd_korg1212_control_route_put+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_phase_info()+0x0: data relocation to !ENDBR: snd_korg1212_control_phase_info+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_phase_get()+0x0: data relocation to !ENDBR: snd_korg1212_control_phase_get+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_phase_put()+0x0: data relocation to !ENDBR: snd_korg1212_control_phase_put+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_volume_info()+0x0: data relocation to !ENDBR: snd_korg1212_control_volume_info+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_volume_get()+0x0: data relocation to !ENDBR: snd_korg1212_control_volume_get+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_volume_put()+0x0: data relocation to !ENDBR: snd_korg1212_control_volume_put+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_route_info()+0x0: data relocation to !ENDBR: snd_korg1212_control_route_info+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_route_get()+0x0: data relocation to !ENDBR: snd_korg1212_control_route_get+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_route_put()+0x0: data relocation to !ENDBR: snd_korg1212_control_route_put+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_phase_info()+0x0: data relocation to !ENDBR: snd_korg1212_control_phase_info+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_phase_get()+0x0: data relocation to !ENDBR: snd_korg1212_control_phase_get+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_phase_put()+0x0: data relocation to !ENDBR: snd_korg1212_control_phase_put+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_volume_info()+0x0: data relocation to !ENDBR: snd_korg1212_control_volume_info+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_volume_get()+0x0: data relocation to !ENDBR: snd_korg1212_control_volume_get+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_volume_put()+0x0: data relocation to !ENDBR: snd_korg1212_control_volume_put+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_route_info()+0x0: data relocation to !ENDBR: snd_korg1212_control_route_info+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_route_get()+0x0: data relocation to !ENDBR: snd_korg1212_control_route_get+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_route_put()+0x0: data relocation to !ENDBR: snd_korg1212_control_route_put+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_phase_info()+0x0: data relocation to !ENDBR: snd_korg1212_control_phase_info+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_phase_get()+0x0: data relocation to !ENDBR: snd_korg1212_control_phase_get+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_phase_put()+0x0: data relocation to !ENDBR: snd_korg1212_control_phase_put+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_volume_info()+0x0: data relocation to !ENDBR: snd_korg1212_control_volume_info+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_volume_get()+0x0: data relocation to !ENDBR: snd_korg1212_control_volume_get+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_volume_put()+0x0: data relocation to !ENDBR: snd_korg1212_control_volume_put+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_route_info()+0x0: data relocation to !ENDBR: snd_korg1212_control_route_info+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_route_get()+0x0: data relocation to !ENDBR: snd_korg1212_control_route_get+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_route_put()+0x0: data relocation to !ENDBR: snd_korg1212_control_route_put+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_phase_info()+0x0: data relocation to !ENDBR: snd_korg1212_control_phase_info+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_phase_get()+0x0: data relocation to !ENDBR: snd_korg1212_control_phase_get+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_phase_put()+0x0: data relocation to !ENDBR: snd_korg1212_control_phase_put+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_volume_info()+0x0: data relocation to !ENDBR: snd_korg1212_control_volume_info+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_volume_get()+0x0: data relocation to !ENDBR: snd_korg1212_control_volume_get+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_volume_put()+0x0: data relocation to !ENDBR: snd_korg1212_control_volume_put+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_route_info()+0x0: data relocation to !ENDBR: snd_korg1212_control_route_info+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_route_get()+0x0: data relocation to !ENDBR: snd_korg1212_control_route_get+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_route_put()+0x0: data relocation to !ENDBR: snd_korg1212_control_route_put+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_phase_info()+0x0: data relocation to !ENDBR: snd_korg1212_control_phase_info+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_phase_get()+0x0: data relocation to !ENDBR: snd_korg1212_control_phase_get+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_phase_put()+0x0: data relocation to !ENDBR: snd_korg1212_control_phase_put+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_volume_info()+0x0: data relocation to !ENDBR: snd_korg1212_control_volume_info+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_volume_get()+0x0: data relocation to !ENDBR: snd_korg1212_control_volume_get+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_volume_put()+0x0: data relocation to !ENDBR: snd_korg1212_control_volume_put+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_route_info()+0x0: data relocation to !ENDBR: snd_korg1212_control_route_info+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_route_get()+0x0: data relocation to !ENDBR: snd_korg1212_control_route_get+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_route_put()+0x0: data relocation to !ENDBR: snd_korg1212_control_route_put+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_phase_info()+0x0: data relocation to !ENDBR: snd_korg1212_control_phase_info+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_phase_get()+0x0: data relocation to !ENDBR: snd_korg1212_control_phase_get+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_phase_put()+0x0: data relocation to !ENDBR: snd_korg1212_control_phase_put+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_sync_info()+0x0: data relocation to !ENDBR: snd_korg1212_control_sync_info+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_sync_get()+0x0: data relocation to !ENDBR: snd_korg1212_control_sync_get+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_sync_put()+0x0: data relocation to !ENDBR: snd_korg1212_control_sync_put+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_info()+0x0: data relocation to !ENDBR: snd_korg1212_control_info+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_get()+0x0: data relocation to !ENDBR: snd_korg1212_control_get+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_control_put()+0x0: data relocation to !ENDBR: snd_korg1212_control_put+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_capture_open()+0x0: data relocation to !ENDBR: snd_korg1212_capture_open+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_capture_close()+0x0: data relocation to !ENDBR: snd_korg1212_capture_close+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_ioctl()+0x0: data relocation to !ENDBR: snd_korg1212_ioctl+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_hw_params()+0x0: data relocation to !ENDBR: snd_korg1212_hw_params+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_prepare()+0x0: data relocation to !ENDBR: snd_korg1212_prepare+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_trigger()+0x0: data relocation to !ENDBR: snd_korg1212_trigger+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_capture_pointer()+0x0: data relocation to !ENDBR: snd_korg1212_capture_pointer+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_capture_copy()+0x0: data relocation to !ENDBR: snd_korg1212_capture_copy+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_capture_copy_kernel()+0x0: data relocation to !ENDBR: snd_korg1212_capture_copy_kernel+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_playback_open()+0x0: data relocation to !ENDBR: snd_korg1212_playback_open+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_playback_close()+0x0: data relocation to !ENDBR: snd_korg1212_playback_close+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_ioctl()+0x0: data relocation to !ENDBR: snd_korg1212_ioctl+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_hw_params()+0x0: data relocation to !ENDBR: snd_korg1212_hw_params+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_prepare()+0x0: data relocation to !ENDBR: snd_korg1212_prepare+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_trigger()+0x0: data relocation to !ENDBR: snd_korg1212_trigger+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_playback_pointer()+0x0: data relocation to !ENDBR: snd_korg1212_playback_pointer+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_playback_silence()+0x0: data relocation to !ENDBR: snd_korg1212_playback_silence+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_playback_copy()+0x0: data relocation to !ENDBR: snd_korg1212_playback_copy+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_playback_copy_kernel()+0x0: data relocation to !ENDBR: snd_korg1212_playback_copy_kernel+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: snd_korg1212_probe()+0x0: data relocation to !ENDBR: snd_korg1212_probe+0x0 sound/pci/korg1212/snd-korg1212.prelink.o: warning: objtool: korg1212_driver_init()+0x0: data relocation to !ENDBR: korg1212_driver_init+0x0 make[4]: *** [/kisskb/src/scripts/Makefile.build:551: drivers/gpu/drm/radeon] Error 2 make[3]: *** [/kisskb/src/scripts/Makefile.build:551: drivers/gpu/drm] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:551: drivers/gpu] Error 2 make[2]: *** Waiting for unfinished jobs.... drivers/base/regmap/regmap-slimbus.prelink.o: warning: objtool: regmap_slimbus_write()+0x0: data relocation to !ENDBR: regmap_slimbus_write+0x0 drivers/base/regmap/regmap-slimbus.prelink.o: warning: objtool: regmap_slimbus_read()+0x0: data relocation to !ENDBR: regmap_slimbus_read+0x0 drivers/base/regmap/regmap-w1.prelink.o: warning: objtool: w1_reg_a16_v16_write()+0x0: data relocation to !ENDBR: w1_reg_a16_v16_write+0x0 drivers/base/regmap/regmap-w1.prelink.o: warning: objtool: w1_reg_a16_v16_read()+0x0: data relocation to !ENDBR: w1_reg_a16_v16_read+0x0 drivers/base/regmap/regmap-w1.prelink.o: warning: objtool: w1_reg_a8_v16_write()+0x0: data relocation to !ENDBR: w1_reg_a8_v16_write+0x0 drivers/base/regmap/regmap-w1.prelink.o: warning: objtool: w1_reg_a8_v16_read()+0x0: data relocation to !ENDBR: w1_reg_a8_v16_read+0x0 drivers/base/regmap/regmap-w1.prelink.o: warning: objtool: w1_reg_a8_v8_write()+0x0: data relocation to !ENDBR: w1_reg_a8_v8_write+0x0 drivers/base/regmap/regmap-w1.prelink.o: warning: objtool: w1_reg_a8_v8_read()+0x0: data relocation to !ENDBR: w1_reg_a8_v8_read+0x0 drivers/base/regmap/regmap-sdw.prelink.o: warning: objtool: regmap_sdw_write()+0x0: data relocation to !ENDBR: regmap_sdw_write+0x0 drivers/base/regmap/regmap-sdw.prelink.o: warning: objtool: regmap_sdw_read()+0x0: data relocation to !ENDBR: regmap_sdw_read+0x0 drivers/base/regmap/regmap-spi-avmm.prelink.o: warning: objtool: spi_avmm_bridge_ctx_gen()+0x7f: relocation to !ENDBR: br_swap_words_32+0x0 drivers/base/regmap/regmap-spi-avmm.prelink.o: warning: objtool: regmap_spi_avmm_write()+0x0: data relocation to !ENDBR: regmap_spi_avmm_write+0x0 drivers/base/regmap/regmap-spi-avmm.prelink.o: warning: objtool: regmap_spi_avmm_gather_write()+0x0: data relocation to !ENDBR: regmap_spi_avmm_gather_write+0x0 drivers/base/regmap/regmap-spi-avmm.prelink.o: warning: objtool: regmap_spi_avmm_read()+0x0: data relocation to !ENDBR: regmap_spi_avmm_read+0x0 drivers/base/regmap/regmap-spi-avmm.prelink.o: warning: objtool: spi_avmm_bridge_ctx_free()+0x0: data relocation to !ENDBR: spi_avmm_bridge_ctx_free+0x0 sound/pci/mixart/snd-mixart.prelink.o: warning: objtool: snd_mixart_probe()+0x114: relocation to !ENDBR: snd_mixart_threaded_irq+0x0 sound/pci/mixart/snd-mixart.prelink.o: warning: objtool: snd_mixart_probe()+0x11b: relocation to !ENDBR: snd_mixart_interrupt+0x0 sound/pci/mixart/snd-mixart.prelink.o: warning: objtool: snd_mixart_create_mixer()+0x247: relocation to !ENDBR: mixart_analog_vol_info+0x0 sound/pci/mixart/snd-mixart.prelink.o: warning: objtool: snd_mixart_create_mixer()+0x24f: relocation to !ENDBR: mixart_analog_vol_get+0x0 sound/pci/mixart/snd-mixart.prelink.o: warning: objtool: snd_mixart_create_mixer()+0x257: relocation to !ENDBR: mixart_analog_vol_put+0x0 sound/pci/mixart/snd-mixart.prelink.o: warning: objtool: snd_mixart_create_mixer()+0x94: relocation to !ENDBR: mixart_digital_vol_info+0x0 sound/pci/mixart/snd-mixart.prelink.o: warning: objtool: snd_mixart_create_mixer()+0x9c: relocation to !ENDBR: mixart_pcm_vol_get+0x0 sound/pci/mixart/snd-mixart.prelink.o: warning: objtool: snd_mixart_create_mixer()+0xa4: relocation to !ENDBR: mixart_pcm_vol_put+0x0 sound/pci/mixart/snd-mixart.prelink.o: warning: objtool: snd_mixart_create_mixer()+0x164: relocation to !ENDBR: mixart_pcm_sw_get+0x0 sound/pci/mixart/snd-mixart.prelink.o: warning: objtool: snd_mixart_create_mixer()+0x16c: relocation to !ENDBR: mixart_pcm_sw_put+0x0 sound/pci/mixart/snd-mixart.prelink.o: warning: objtool: snd_mixart_create_mixer()+0x2db: relocation to !ENDBR: mixart_analog_vol_info+0x0 sound/pci/mixart/snd-mixart.prelink.o: warning: objtool: snd_mixart_create_mixer()+0x2e3: relocation to !ENDBR: mixart_analog_vol_get+0x0 sound/pci/mixart/snd-mixart.prelink.o: warning: objtool: snd_mixart_create_mixer()+0x2eb: relocation to !ENDBR: mixart_analog_vol_put+0x0 sound/pci/mixart/snd-mixart.prelink.o: warning: objtool: snd_mixart_chip_dev_free()+0x0: data relocation to !ENDBR: snd_mixart_chip_dev_free+0x0 sound/pci/mixart/snd-mixart.prelink.o: warning: objtool: snd_mixart_capture_open()+0x0: data relocation to !ENDBR: snd_mixart_capture_open+0x0 sound/pci/mixart/snd-mixart.prelink.o: warning: objtool: snd_mixart_close()+0x0: data relocation to !ENDBR: snd_mixart_close+0x0 sound/pci/mixart/snd-mixart.prelink.o: warning: objtool: snd_mixart_hw_params()+0x0: data relocation to !ENDBR: snd_mixart_hw_params+0x0 sound/pci/mixart/snd-mixart.prelink.o: warning: objtool: snd_mixart_hw_free()+0x0: data relocation to !ENDBR: snd_mixart_hw_free+0x0 sound/pci/mixart/snd-mixart.prelink.o: warning: objtool: snd_mixart_prepare()+0x0: data relocation to !ENDBR: snd_mixart_prepare+0x0 sound/pci/mixart/snd-mixart.prelink.o: warning: objtool: snd_mixart_trigger()+0x0: data relocation to !ENDBR: snd_mixart_trigger+0x0 sound/pci/mixart/snd-mixart.prelink.o: warning: objtool: snd_mixart_stream_pointer()+0x0: data relocation to !ENDBR: snd_mixart_stream_pointer+0x0 sound/pci/mixart/snd-mixart.prelink.o: warning: objtool: snd_mixart_playback_open()+0x0: data relocation to !ENDBR: snd_mixart_playback_open+0x0 sound/pci/mixart/snd-mixart.prelink.o: warning: objtool: snd_mixart_close()+0x0: data relocation to !ENDBR: snd_mixart_close+0x0 sound/pci/mixart/snd-mixart.prelink.o: warning: objtool: snd_mixart_hw_params()+0x0: data relocation to !ENDBR: snd_mixart_hw_params+0x0 sound/pci/mixart/snd-mixart.prelink.o: warning: objtool: snd_mixart_hw_free()+0x0: data relocation to !ENDBR: snd_mixart_hw_free+0x0 sound/pci/mixart/snd-mixart.prelink.o: warning: objtool: snd_mixart_prepare()+0x0: data relocation to !ENDBR: snd_mixart_prepare+0x0 sound/pci/mixart/snd-mixart.prelink.o: warning: objtool: snd_mixart_trigger()+0x0: data relocation to !ENDBR: snd_mixart_trigger+0x0 sound/pci/mixart/snd-mixart.prelink.o: warning: objtool: snd_mixart_stream_pointer()+0x0: data relocation to !ENDBR: snd_mixart_stream_pointer+0x0 sound/pci/mixart/snd-mixart.prelink.o: warning: objtool: mixart_monitor_sw_get()+0x0: data relocation to !ENDBR: mixart_monitor_sw_get+0x0 sound/pci/mixart/snd-mixart.prelink.o: warning: objtool: mixart_monitor_sw_put()+0x0: data relocation to !ENDBR: mixart_monitor_sw_put+0x0 sound/pci/mixart/snd-mixart.prelink.o: warning: objtool: mixart_digital_vol_info()+0x0: data relocation to !ENDBR: mixart_digital_vol_info+0x0 sound/pci/mixart/snd-mixart.prelink.o: warning: objtool: mixart_monitor_vol_get()+0x0: data relocation to !ENDBR: mixart_monitor_vol_get+0x0 sound/pci/mixart/snd-mixart.prelink.o: warning: objtool: mixart_monitor_vol_put()+0x0: data relocation to !ENDBR: mixart_monitor_vol_put+0x0 sound/pci/mixart/snd-mixart.prelink.o: warning: objtool: mixart_audio_sw_get()+0x0: data relocation to !ENDBR: mixart_audio_sw_get+0x0 sound/pci/mixart/snd-mixart.prelink.o: warning: objtool: mixart_audio_sw_put()+0x0: data relocation to !ENDBR: mixart_audio_sw_put+0x0 sound/pci/mixart/snd-mixart.prelink.o: warning: objtool: snd_mixart_probe()+0x0: data relocation to !ENDBR: snd_mixart_probe+0x0 sound/pci/mixart/snd-mixart.prelink.o: warning: objtool: snd_mixart_remove()+0x0: data relocation to !ENDBR: snd_mixart_remove+0x0 sound/pci/mixart/snd-mixart.prelink.o: warning: objtool: mixart_driver_init()+0x0: data relocation to !ENDBR: mixart_driver_init+0x0 drivers/misc/lis3lv02d/lis3lv02d.prelink.o: warning: objtool: lis3lv02d_joystick_enable()+0x72: relocation to !ENDBR: lis3lv02d_joystick_open+0x0 drivers/misc/lis3lv02d/lis3lv02d.prelink.o: warning: objtool: lis3lv02d_joystick_enable()+0x7d: relocation to !ENDBR: lis3lv02d_joystick_close+0x0 drivers/misc/lis3lv02d/lis3lv02d.prelink.o: warning: objtool: lis3lv02d_joystick_enable()+0x122: relocation to !ENDBR: lis3lv02d_joystick_poll+0x0 drivers/misc/lis3lv02d/lis3lv02d.prelink.o: warning: objtool: lis3lv02d_init_device()+0x32f: relocation to !ENDBR: lis3lv02d_read_8+0x0 drivers/misc/lis3lv02d/lis3lv02d.prelink.o: warning: objtool: lis3lv02d_init_device()+0x1df: relocation to !ENDBR: lis302dl_interrupt+0x0 drivers/misc/lis3lv02d/lis3lv02d.prelink.o: warning: objtool: lis3lv02d_init_device()+0x1c5: relocation to !ENDBR: lis302dl_interrupt_thread1_8b+0x0 drivers/misc/lis3lv02d/lis3lv02d.prelink.o: warning: objtool: lis3lv02d_init_device()+0x52c: relocation to !ENDBR: lis302dl_interrupt_thread2_8b+0x0 drivers/misc/lis3lv02d/lis3lv02d.prelink.o: warning: objtool: lis3lv02d_init_device()+0x23d: relocation to !ENDBR: lis331dlh_read_data+0x0 drivers/misc/lis3lv02d/lis3lv02d.prelink.o: warning: objtool: lis3lv02d_init_device()+0x2be: relocation to !ENDBR: lis3lv02d_read_12+0x0 drivers/misc/lis3lv02d/lis3lv02d.prelink.o: warning: objtool: lis3lv02d_init_device()+0x64: relocation to !ENDBR: lis3lv02d_read_8+0x0 drivers/misc/lis3lv02d/lis3lv02d.prelink.o: warning: objtool: lis3lv02d_misc_read()+0x0: data relocation to !ENDBR: lis3lv02d_misc_read+0x0 drivers/misc/lis3lv02d/lis3lv02d.prelink.o: warning: objtool: lis3lv02d_misc_poll()+0x0: data relocation to !ENDBR: lis3lv02d_misc_poll+0x0 drivers/misc/lis3lv02d/lis3lv02d.prelink.o: warning: objtool: lis3lv02d_misc_open()+0x0: data relocation to !ENDBR: lis3lv02d_misc_open+0x0 drivers/misc/lis3lv02d/lis3lv02d.prelink.o: warning: objtool: lis3lv02d_misc_release()+0x0: data relocation to !ENDBR: lis3lv02d_misc_release+0x0 drivers/misc/lis3lv02d/lis3lv02d.prelink.o: warning: objtool: lis3lv02d_misc_fasync()+0x0: data relocation to !ENDBR: lis3lv02d_misc_fasync+0x0 drivers/misc/lis3lv02d/lis3lv02d.prelink.o: warning: objtool: param_set_axis()+0x0: data relocation to !ENDBR: param_set_axis+0x0 drivers/misc/lis3lv02d/lis3lv02d.prelink.o: warning: objtool: lis3lv02d_rate_show()+0x0: data relocation to !ENDBR: lis3lv02d_rate_show+0x0 drivers/misc/lis3lv02d/lis3lv02d.prelink.o: warning: objtool: lis3lv02d_rate_set()+0x0: data relocation to !ENDBR: lis3lv02d_rate_set+0x0 drivers/misc/lis3lv02d/lis3lv02d.prelink.o: warning: objtool: lis3lv02d_position_show()+0x0: data relocation to !ENDBR: lis3lv02d_position_show+0x0 drivers/misc/lis3lv02d/lis3lv02d.prelink.o: warning: objtool: lis3lv02d_selftest_show()+0x0: data relocation to !ENDBR: lis3lv02d_selftest_show+0x0 drivers/misc/lis3lv02d/lis3lv02d_spi.prelink.o: warning: objtool: lis302dl_spi_probe()+0x5c: relocation to !ENDBR: lis3_spi_init+0x0 drivers/misc/lis3lv02d/lis3lv02d_spi.prelink.o: warning: objtool: lis302dl_spi_probe()+0x74: relocation to !ENDBR: lis3_spi_read+0x0 drivers/misc/lis3lv02d/lis3lv02d_spi.prelink.o: warning: objtool: lis302dl_spi_probe()+0x89: relocation to !ENDBR: lis3_spi_write+0x0 drivers/misc/lis3lv02d/lis3lv02d_spi.prelink.o: warning: objtool: lis3lv02d_spi_suspend()+0x0: data relocation to !ENDBR: lis3lv02d_spi_suspend+0x0 drivers/misc/lis3lv02d/lis3lv02d_spi.prelink.o: warning: objtool: lis3lv02d_spi_resume()+0x0: data relocation to !ENDBR: lis3lv02d_spi_resume+0x0 drivers/misc/lis3lv02d/lis3lv02d_spi.prelink.o: warning: objtool: lis3lv02d_spi_suspend()+0x0: data relocation to !ENDBR: lis3lv02d_spi_suspend+0x0 drivers/misc/lis3lv02d/lis3lv02d_spi.prelink.o: warning: objtool: lis3lv02d_spi_resume()+0x0: data relocation to !ENDBR: lis3lv02d_spi_resume+0x0 drivers/misc/lis3lv02d/lis3lv02d_spi.prelink.o: warning: objtool: lis3lv02d_spi_suspend()+0x0: data relocation to !ENDBR: lis3lv02d_spi_suspend+0x0 drivers/misc/lis3lv02d/lis3lv02d_spi.prelink.o: warning: objtool: lis3lv02d_spi_resume()+0x0: data relocation to !ENDBR: lis3lv02d_spi_resume+0x0 drivers/misc/lis3lv02d/lis3lv02d_spi.prelink.o: warning: objtool: lis302dl_spi_probe()+0x0: data relocation to !ENDBR: lis302dl_spi_probe+0x0 drivers/misc/lis3lv02d/lis3lv02d_spi.prelink.o: warning: objtool: lis302dl_spi_remove()+0x0: data relocation to !ENDBR: lis302dl_spi_remove+0x0 drivers/misc/lis3lv02d/lis3lv02d_spi.prelink.o: warning: objtool: lis302dl_spi_driver_init()+0x0: data relocation to !ENDBR: lis302dl_spi_driver_init+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: oxygen_pci_probe()+0xf6: relocation to !ENDBR: oxygen_spdif_input_bits_changed+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: oxygen_pci_probe()+0x132: relocation to !ENDBR: oxygen_gpio_changed+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: oxygen_pci_probe()+0x314: relocation to !ENDBR: oxygen_card_free+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: oxygen_pci_probe()+0x6ee: relocation to !ENDBR: oxygen_interrupt+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: add_controls()+0x195: relocation to !ENDBR: oxygen_any_ctl_free+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: oxygen_pci_suspend()+0x0: data relocation to !ENDBR: oxygen_pci_suspend+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: oxygen_pci_resume()+0x0: data relocation to !ENDBR: oxygen_pci_resume+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: oxygen_pci_suspend()+0x0: data relocation to !ENDBR: oxygen_pci_suspend+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: oxygen_pci_resume()+0x0: data relocation to !ENDBR: oxygen_pci_resume+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: oxygen_pci_suspend()+0x0: data relocation to !ENDBR: oxygen_pci_suspend+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: oxygen_pci_resume()+0x0: data relocation to !ENDBR: oxygen_pci_resume+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: ac97_volume_info()+0x0: data relocation to !ENDBR: ac97_volume_info+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: ac97_volume_get()+0x0: data relocation to !ENDBR: ac97_volume_get+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: ac97_volume_put()+0x0: data relocation to !ENDBR: ac97_volume_put+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: ac97_switch_get()+0x0: data relocation to !ENDBR: ac97_switch_get+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: ac97_switch_put()+0x0: data relocation to !ENDBR: ac97_switch_put+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: ac97_fp_rec_volume_info()+0x0: data relocation to !ENDBR: ac97_fp_rec_volume_info+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: ac97_fp_rec_volume_get()+0x0: data relocation to !ENDBR: ac97_fp_rec_volume_get+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: ac97_fp_rec_volume_put()+0x0: data relocation to !ENDBR: ac97_fp_rec_volume_put+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: ac97_switch_get()+0x0: data relocation to !ENDBR: ac97_switch_get+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: ac97_switch_put()+0x0: data relocation to !ENDBR: ac97_switch_put+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: ac97_volume_info()+0x0: data relocation to !ENDBR: ac97_volume_info+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: ac97_volume_get()+0x0: data relocation to !ENDBR: ac97_volume_get+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: ac97_volume_put()+0x0: data relocation to !ENDBR: ac97_volume_put+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: ac97_switch_get()+0x0: data relocation to !ENDBR: ac97_switch_get+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: ac97_switch_put()+0x0: data relocation to !ENDBR: ac97_switch_put+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: ac97_switch_get()+0x0: data relocation to !ENDBR: ac97_switch_get+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: ac97_switch_put()+0x0: data relocation to !ENDBR: ac97_switch_put+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: mic_fmic_source_info()+0x0: data relocation to !ENDBR: mic_fmic_source_info+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: mic_fmic_source_get()+0x0: data relocation to !ENDBR: mic_fmic_source_get+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: mic_fmic_source_put()+0x0: data relocation to !ENDBR: mic_fmic_source_put+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: ac97_switch_get()+0x0: data relocation to !ENDBR: ac97_switch_get+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: ac97_switch_put()+0x0: data relocation to !ENDBR: ac97_switch_put+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: ac97_volume_info()+0x0: data relocation to !ENDBR: ac97_volume_info+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: ac97_volume_get()+0x0: data relocation to !ENDBR: ac97_volume_get+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: ac97_volume_put()+0x0: data relocation to !ENDBR: ac97_volume_put+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: ac97_switch_get()+0x0: data relocation to !ENDBR: ac97_switch_get+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: ac97_switch_put()+0x0: data relocation to !ENDBR: ac97_switch_put+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: ac97_volume_info()+0x0: data relocation to !ENDBR: ac97_volume_info+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: ac97_volume_get()+0x0: data relocation to !ENDBR: ac97_volume_get+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: ac97_volume_put()+0x0: data relocation to !ENDBR: ac97_volume_put+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: ac97_switch_get()+0x0: data relocation to !ENDBR: ac97_switch_get+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: ac97_switch_put()+0x0: data relocation to !ENDBR: ac97_switch_put+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: monitor_get()+0x0: data relocation to !ENDBR: monitor_get+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: monitor_put()+0x0: data relocation to !ENDBR: monitor_put+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: monitor_volume_info()+0x0: data relocation to !ENDBR: monitor_volume_info+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: monitor_get()+0x0: data relocation to !ENDBR: monitor_get+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: monitor_put()+0x0: data relocation to !ENDBR: monitor_put+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: monitor_get()+0x0: data relocation to !ENDBR: monitor_get+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: monitor_put()+0x0: data relocation to !ENDBR: monitor_put+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: monitor_volume_info()+0x0: data relocation to !ENDBR: monitor_volume_info+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: monitor_get()+0x0: data relocation to !ENDBR: monitor_get+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: monitor_put()+0x0: data relocation to !ENDBR: monitor_put+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: monitor_get()+0x0: data relocation to !ENDBR: monitor_get+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: monitor_put()+0x0: data relocation to !ENDBR: monitor_put+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: monitor_volume_info()+0x0: data relocation to !ENDBR: monitor_volume_info+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: monitor_get()+0x0: data relocation to !ENDBR: monitor_get+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: monitor_put()+0x0: data relocation to !ENDBR: monitor_put+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: monitor_get()+0x0: data relocation to !ENDBR: monitor_get+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: monitor_put()+0x0: data relocation to !ENDBR: monitor_put+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: monitor_volume_info()+0x0: data relocation to !ENDBR: monitor_volume_info+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: monitor_get()+0x0: data relocation to !ENDBR: monitor_get+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: monitor_put()+0x0: data relocation to !ENDBR: monitor_put+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: monitor_get()+0x0: data relocation to !ENDBR: monitor_get+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: monitor_put()+0x0: data relocation to !ENDBR: monitor_put+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: monitor_volume_info()+0x0: data relocation to !ENDBR: monitor_volume_info+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: monitor_get()+0x0: data relocation to !ENDBR: monitor_get+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: monitor_put()+0x0: data relocation to !ENDBR: monitor_put+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: spdif_info()+0x0: data relocation to !ENDBR: spdif_info+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: spdif_input_mask_get()+0x0: data relocation to !ENDBR: spdif_input_mask_get+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: spdif_info()+0x0: data relocation to !ENDBR: spdif_info+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: spdif_input_default_get()+0x0: data relocation to !ENDBR: spdif_input_default_get+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: spdif_bit_switch_get()+0x0: data relocation to !ENDBR: spdif_bit_switch_get+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: spdif_bit_switch_put()+0x0: data relocation to !ENDBR: spdif_bit_switch_put+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: spdif_bit_switch_get()+0x0: data relocation to !ENDBR: spdif_bit_switch_get+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: spdif_bit_switch_put()+0x0: data relocation to !ENDBR: spdif_bit_switch_put+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: spdif_switch_get()+0x0: data relocation to !ENDBR: spdif_switch_get+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: spdif_switch_put()+0x0: data relocation to !ENDBR: spdif_switch_put+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: spdif_info()+0x0: data relocation to !ENDBR: spdif_info+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: spdif_default_get()+0x0: data relocation to !ENDBR: spdif_default_get+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: spdif_default_put()+0x0: data relocation to !ENDBR: spdif_default_put+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: spdif_info()+0x0: data relocation to !ENDBR: spdif_info+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: spdif_mask_get()+0x0: data relocation to !ENDBR: spdif_mask_get+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: spdif_info()+0x0: data relocation to !ENDBR: spdif_info+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: spdif_pcm_get()+0x0: data relocation to !ENDBR: spdif_pcm_get+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: spdif_pcm_put()+0x0: data relocation to !ENDBR: spdif_pcm_put+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: dac_volume_info()+0x0: data relocation to !ENDBR: dac_volume_info+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: dac_volume_get()+0x0: data relocation to !ENDBR: dac_volume_get+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: dac_volume_put()+0x0: data relocation to !ENDBR: dac_volume_put+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: dac_mute_get()+0x0: data relocation to !ENDBR: dac_mute_get+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: dac_mute_put()+0x0: data relocation to !ENDBR: dac_mute_put+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: upmix_info()+0x0: data relocation to !ENDBR: upmix_info+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: upmix_get()+0x0: data relocation to !ENDBR: upmix_get+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: upmix_put()+0x0: data relocation to !ENDBR: upmix_put+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: oxygen_ac97_open()+0x0: data relocation to !ENDBR: oxygen_ac97_open+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: oxygen_close()+0x0: data relocation to !ENDBR: oxygen_close+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: oxygen_hw_params()+0x0: data relocation to !ENDBR: oxygen_hw_params+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: oxygen_hw_free()+0x0: data relocation to !ENDBR: oxygen_hw_free+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: oxygen_prepare()+0x0: data relocation to !ENDBR: oxygen_prepare+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: oxygen_trigger()+0x0: data relocation to !ENDBR: oxygen_trigger+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: oxygen_pointer()+0x0: data relocation to !ENDBR: oxygen_pointer+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: oxygen_multich_open()+0x0: data relocation to !ENDBR: oxygen_multich_open+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: oxygen_close()+0x0: data relocation to !ENDBR: oxygen_close+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: oxygen_multich_hw_params()+0x0: data relocation to !ENDBR: oxygen_multich_hw_params+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: oxygen_hw_free()+0x0: data relocation to !ENDBR: oxygen_hw_free+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: oxygen_prepare()+0x0: data relocation to !ENDBR: oxygen_prepare+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: oxygen_trigger()+0x0: data relocation to !ENDBR: oxygen_trigger+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: oxygen_pointer()+0x0: data relocation to !ENDBR: oxygen_pointer+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: oxygen_spdif_open()+0x0: data relocation to !ENDBR: oxygen_spdif_open+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: oxygen_close()+0x0: data relocation to !ENDBR: oxygen_close+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: oxygen_spdif_hw_params()+0x0: data relocation to !ENDBR: oxygen_spdif_hw_params+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: oxygen_spdif_hw_free()+0x0: data relocation to !ENDBR: oxygen_spdif_hw_free+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: oxygen_prepare()+0x0: data relocation to !ENDBR: oxygen_prepare+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: oxygen_trigger()+0x0: data relocation to !ENDBR: oxygen_trigger+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: oxygen_pointer()+0x0: data relocation to !ENDBR: oxygen_pointer+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: oxygen_rec_c_open()+0x0: data relocation to !ENDBR: oxygen_rec_c_open+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: oxygen_close()+0x0: data relocation to !ENDBR: oxygen_close+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: oxygen_rec_c_hw_params()+0x0: data relocation to !ENDBR: oxygen_rec_c_hw_params+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: oxygen_hw_free()+0x0: data relocation to !ENDBR: oxygen_hw_free+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: oxygen_prepare()+0x0: data relocation to !ENDBR: oxygen_prepare+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: oxygen_trigger()+0x0: data relocation to !ENDBR: oxygen_trigger+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: oxygen_pointer()+0x0: data relocation to !ENDBR: oxygen_pointer+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: oxygen_rec_b_open()+0x0: data relocation to !ENDBR: oxygen_rec_b_open+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: oxygen_close()+0x0: data relocation to !ENDBR: oxygen_close+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: oxygen_rec_b_hw_params()+0x0: data relocation to !ENDBR: oxygen_rec_b_hw_params+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: oxygen_hw_free()+0x0: data relocation to !ENDBR: oxygen_hw_free+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: oxygen_prepare()+0x0: data relocation to !ENDBR: oxygen_prepare+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: oxygen_trigger()+0x0: data relocation to !ENDBR: oxygen_trigger+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: oxygen_pointer()+0x0: data relocation to !ENDBR: oxygen_pointer+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: oxygen_rec_a_open()+0x0: data relocation to !ENDBR: oxygen_rec_a_open+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: oxygen_close()+0x0: data relocation to !ENDBR: oxygen_close+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: oxygen_rec_a_hw_params()+0x0: data relocation to !ENDBR: oxygen_rec_a_hw_params+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: oxygen_hw_free()+0x0: data relocation to !ENDBR: oxygen_hw_free+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: oxygen_prepare()+0x0: data relocation to !ENDBR: oxygen_prepare+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: oxygen_trigger()+0x0: data relocation to !ENDBR: oxygen_trigger+0x0 sound/pci/oxygen/snd-oxygen-lib.prelink.o: warning: objtool: oxygen_pointer()+0x0: data relocation to !ENDBR: oxygen_pointer+0x0 sound/pci/oxygen/snd-se6x.prelink.o: warning: objtool: se6x_get_model()+0x4a: relocation to !ENDBR: se6x_init+0x0 sound/pci/oxygen/snd-se6x.prelink.o: warning: objtool: se6x_get_model()+0x55: relocation to !ENDBR: se6x_control_filter+0x0 sound/pci/oxygen/snd-se6x.prelink.o: warning: objtool: se6x_get_model()+0x60: relocation to !ENDBR: se6x_cleanup+0x0 sound/pci/oxygen/snd-se6x.prelink.o: warning: objtool: se6x_get_model()+0x6b: relocation to !ENDBR: set_pcm1792a_params+0x0 sound/pci/oxygen/snd-se6x.prelink.o: warning: objtool: se6x_get_model()+0x76: relocation to !ENDBR: set_pcm1804_params+0x0 sound/pci/oxygen/snd-se6x.prelink.o: warning: objtool: se6x_get_model()+0x81: relocation to !ENDBR: se6x_adjust_dac_routing+0x0 sound/pci/oxygen/snd-se6x.prelink.o: warning: objtool: se6x_probe()+0x29: relocation to !ENDBR: se6x_get_model+0x0 sound/pci/oxygen/snd-se6x.prelink.o: warning: objtool: se6x_probe()+0x0: data relocation to !ENDBR: se6x_probe+0x0 sound/pci/oxygen/snd-se6x.prelink.o: warning: objtool: se6x_driver_init()+0x0: data relocation to !ENDBR: se6x_driver_init+0x0 drivers/video/fbdev/kyro/kyrofb.prelink.o: warning: objtool: kyrofb_check_var()+0x0: data relocation to !ENDBR: kyrofb_check_var+0x0 drivers/video/fbdev/kyro/kyrofb.prelink.o: warning: objtool: kyrofb_set_par()+0x0: data relocation to !ENDBR: kyrofb_set_par+0x0 drivers/video/fbdev/kyro/kyrofb.prelink.o: warning: objtool: kyrofb_setcolreg()+0x0: data relocation to !ENDBR: kyrofb_setcolreg+0x0 drivers/video/fbdev/kyro/kyrofb.prelink.o: warning: objtool: kyrofb_ioctl()+0x0: data relocation to !ENDBR: kyrofb_ioctl+0x0 drivers/video/fbdev/kyro/kyrofb.prelink.o: warning: objtool: kyrofb_probe()+0x0: data relocation to !ENDBR: kyrofb_probe+0x0 drivers/video/fbdev/kyro/kyrofb.prelink.o: warning: objtool: kyrofb_remove()+0x0: data relocation to !ENDBR: kyrofb_remove+0x0 drivers/video/fbdev/kyro/kyrofb.prelink.o: warning: objtool: kyrofb_init()+0x0: data relocation to !ENDBR: kyrofb_init+0x0 drivers/regulator/aat2870-regulator.prelink.o: warning: objtool: aat2870_ldo_set_voltage_sel()+0x0: data relocation to !ENDBR: aat2870_ldo_set_voltage_sel+0x0 drivers/regulator/aat2870-regulator.prelink.o: warning: objtool: aat2870_ldo_get_voltage_sel()+0x0: data relocation to !ENDBR: aat2870_ldo_get_voltage_sel+0x0 drivers/regulator/aat2870-regulator.prelink.o: warning: objtool: aat2870_ldo_enable()+0x0: data relocation to !ENDBR: aat2870_ldo_enable+0x0 drivers/regulator/aat2870-regulator.prelink.o: warning: objtool: aat2870_ldo_disable()+0x0: data relocation to !ENDBR: aat2870_ldo_disable+0x0 drivers/regulator/aat2870-regulator.prelink.o: warning: objtool: aat2870_ldo_is_enabled()+0x0: data relocation to !ENDBR: aat2870_ldo_is_enabled+0x0 drivers/regulator/aat2870-regulator.prelink.o: warning: objtool: aat2870_regulator_probe()+0x0: data relocation to !ENDBR: aat2870_regulator_probe+0x0 drivers/regulator/aat2870-regulator.prelink.o: warning: objtool: aat2870_regulator_init()+0x0: data relocation to !ENDBR: aat2870_regulator_init+0x0 drivers/regulator/act8865-regulator.prelink.o: warning: objtool: act8865_pmic_probe()+0x358: relocation to !ENDBR: act8865_power_off+0x0 drivers/regulator/act8865-regulator.prelink.o: warning: objtool: act8600_charger_get_property()+0x0: data relocation to !ENDBR: act8600_charger_get_property+0x0 drivers/regulator/act8865-regulator.prelink.o: warning: objtool: act8865_of_map_mode()+0x0: data relocation to !ENDBR: act8865_of_map_mode+0x0 drivers/regulator/act8865-regulator.prelink.o: warning: objtool: act8865_of_map_mode()+0x0: data relocation to !ENDBR: act8865_of_map_mode+0x0 drivers/regulator/act8865-regulator.prelink.o: warning: objtool: act8865_of_map_mode()+0x0: data relocation to !ENDBR: act8865_of_map_mode+0x0 drivers/regulator/act8865-regulator.prelink.o: warning: objtool: act8865_of_map_mode()+0x0: data relocation to !ENDBR: act8865_of_map_mode+0x0 drivers/regulator/act8865-regulator.prelink.o: warning: objtool: act8865_of_map_mode()+0x0: data relocation to !ENDBR: act8865_of_map_mode+0x0 drivers/regulator/act8865-regulator.prelink.o: warning: objtool: act8865_of_map_mode()+0x0: data relocation to !ENDBR: act8865_of_map_mode+0x0 drivers/regulator/act8865-regulator.prelink.o: warning: objtool: act8865_of_map_mode()+0x0: data relocation to !ENDBR: act8865_of_map_mode+0x0 drivers/regulator/act8865-regulator.prelink.o: warning: objtool: act8865_of_map_mode()+0x0: data relocation to !ENDBR: act8865_of_map_mode+0x0 drivers/regulator/act8865-regulator.prelink.o: warning: objtool: act8865_of_map_mode()+0x0: data relocation to !ENDBR: act8865_of_map_mode+0x0 drivers/regulator/act8865-regulator.prelink.o: warning: objtool: act8865_of_map_mode()+0x0: data relocation to !ENDBR: act8865_of_map_mode+0x0 drivers/regulator/act8865-regulator.prelink.o: warning: objtool: act8865_of_map_mode()+0x0: data relocation to !ENDBR: act8865_of_map_mode+0x0 drivers/regulator/act8865-regulator.prelink.o: warning: objtool: act8865_of_map_mode()+0x0: data relocation to !ENDBR: act8865_of_map_mode+0x0 drivers/regulator/act8865-regulator.prelink.o: warning: objtool: act8865_of_map_mode()+0x0: data relocation to !ENDBR: act8865_of_map_mode+0x0 drivers/regulator/act8865-regulator.prelink.o: warning: objtool: act8865_of_map_mode()+0x0: data relocation to !ENDBR: act8865_of_map_mode+0x0 drivers/regulator/act8865-regulator.prelink.o: warning: objtool: act8865_of_map_mode()+0x0: data relocation to !ENDBR: act8865_of_map_mode+0x0 drivers/regulator/act8865-regulator.prelink.o: warning: objtool: act8865_of_map_mode()+0x0: data relocation to !ENDBR: act8865_of_map_mode+0x0 drivers/regulator/act8865-regulator.prelink.o: warning: objtool: act8865_of_map_mode()+0x0: data relocation to !ENDBR: act8865_of_map_mode+0x0 drivers/regulator/act8865-regulator.prelink.o: warning: objtool: act8865_of_map_mode()+0x0: data relocation to !ENDBR: act8865_of_map_mode+0x0 drivers/regulator/act8865-regulator.prelink.o: warning: objtool: act8865_of_map_mode()+0x0: data relocation to !ENDBR: act8865_of_map_mode+0x0 drivers/regulator/act8865-regulator.prelink.o: warning: objtool: act8865_of_map_mode()+0x0: data relocation to !ENDBR: act8865_of_map_mode+0x0 drivers/regulator/act8865-regulator.prelink.o: warning: objtool: act8865_of_map_mode()+0x0: data relocation to !ENDBR: act8865_of_map_mode+0x0 drivers/regulator/act8865-regulator.prelink.o: warning: objtool: act8865_of_map_mode()+0x0: data relocation to !ENDBR: act8865_of_map_mode+0x0 drivers/regulator/act8865-regulator.prelink.o: warning: objtool: act8865_of_map_mode()+0x0: data relocation to !ENDBR: act8865_of_map_mode+0x0 drivers/regulator/act8865-regulator.prelink.o: warning: objtool: act8865_of_map_mode()+0x0: data relocation to !ENDBR: act8865_of_map_mode+0x0 drivers/regulator/act8865-regulator.prelink.o: warning: objtool: act8865_of_map_mode()+0x0: data relocation to !ENDBR: act8865_of_map_mode+0x0 drivers/regulator/act8865-regulator.prelink.o: warning: objtool: act8865_of_map_mode()+0x0: data relocation to !ENDBR: act8865_of_map_mode+0x0 drivers/regulator/act8865-regulator.prelink.o: warning: objtool: act8865_of_map_mode()+0x0: data relocation to !ENDBR: act8865_of_map_mode+0x0 drivers/regulator/act8865-regulator.prelink.o: warning: objtool: act8865_of_map_mode()+0x0: data relocation to !ENDBR: act8865_of_map_mode+0x0 drivers/regulator/act8865-regulator.prelink.o: warning: objtool: act8865_of_map_mode()+0x0: data relocation to !ENDBR: act8865_of_map_mode+0x0 drivers/regulator/act8865-regulator.prelink.o: warning: objtool: act8865_of_map_mode()+0x0: data relocation to !ENDBR: act8865_of_map_mode+0x0 drivers/regulator/act8865-regulator.prelink.o: warning: objtool: act8865_of_map_mode()+0x0: data relocation to !ENDBR: act8865_of_map_mode+0x0 drivers/regulator/act8865-regulator.prelink.o: warning: objtool: act8865_of_map_mode()+0x0: data relocation to !ENDBR: act8865_of_map_mode+0x0 drivers/regulator/act8865-regulator.prelink.o: warning: objtool: act8865_of_map_mode()+0x0: data relocation to !ENDBR: act8865_of_map_mode+0x0 drivers/regulator/act8865-regulator.prelink.o: warning: objtool: act8865_set_mode()+0x0: data relocation to !ENDBR: act8865_set_mode+0x0 drivers/regulator/act8865-regulator.prelink.o: warning: objtool: act8865_get_mode()+0x0: data relocation to !ENDBR: act8865_get_mode+0x0 drivers/regulator/act8865-regulator.prelink.o: warning: objtool: act8865_set_suspend_enable()+0x0: data relocation to !ENDBR: act8865_set_suspend_enable+0x0 drivers/regulator/act8865-regulator.prelink.o: warning: objtool: act8865_set_suspend_disable()+0x0: data relocation to !ENDBR: act8865_set_suspend_disable+0x0 drivers/regulator/act8865-regulator.prelink.o: warning: objtool: act8865_set_mode()+0x0: data relocation to !ENDBR: act8865_set_mode+0x0 drivers/regulator/act8865-regulator.prelink.o: warning: objtool: act8865_get_mode()+0x0: data relocation to !ENDBR: act8865_get_mode+0x0 drivers/regulator/act8865-regulator.prelink.o: warning: objtool: act8865_set_suspend_enable()+0x0: data relocation to !ENDBR: act8865_set_suspend_enable+0x0 drivers/regulator/act8865-regulator.prelink.o: warning: objtool: act8865_set_suspend_disable()+0x0: data relocation to !ENDBR: act8865_set_suspend_disable+0x0 drivers/regulator/act8865-regulator.prelink.o: warning: objtool: act8865_pmic_probe()+0x0: data relocation to !ENDBR: act8865_pmic_probe+0x0 drivers/regulator/act8865-regulator.prelink.o: warning: objtool: act8865_pmic_driver_init()+0x0: data relocation to !ENDBR: act8865_pmic_driver_init+0x0 drivers/regulator/arizona-micsupp.prelink.o: warning: objtool: arizona_micsupp_common_init()+0x84: relocation to !ENDBR: arizona_micsupp_check_cp+0x0 drivers/regulator/arizona-micsupp.prelink.o: warning: objtool: arizona_micsupp_enable()+0x0: data relocation to !ENDBR: arizona_micsupp_enable+0x0 drivers/regulator/arizona-micsupp.prelink.o: warning: objtool: arizona_micsupp_disable()+0x0: data relocation to !ENDBR: arizona_micsupp_disable+0x0 drivers/regulator/arizona-micsupp.prelink.o: warning: objtool: arizona_micsupp_set_bypass()+0x0: data relocation to !ENDBR: arizona_micsupp_set_bypass+0x0 drivers/regulator/arizona-micsupp.prelink.o: warning: objtool: madera_micsupp_probe()+0x0: data relocation to !ENDBR: madera_micsupp_probe+0x0 drivers/regulator/arizona-micsupp.prelink.o: warning: objtool: arizona_micsupp_probe()+0x0: data relocation to !ENDBR: arizona_micsupp_probe+0x0 drivers/regulator/arizona-micsupp.prelink.o: warning: objtool: arizona_micsupp_init()+0x0: data relocation to !ENDBR: arizona_micsupp_init+0x0 drivers/regulator/da9210-regulator.prelink.o: warning: objtool: da9210_i2c_probe()+0x135: relocation to !ENDBR: da9210_irq_handler+0x0 drivers/regulator/da9210-regulator.prelink.o: warning: objtool: da9210_i2c_probe()+0x0: data relocation to !ENDBR: da9210_i2c_probe+0x0 drivers/regulator/da9210-regulator.prelink.o: warning: objtool: da9210_regulator_driver_init()+0x0: data relocation to !ENDBR: da9210_regulator_driver_init+0x0 drivers/regulator/gpio-regulator.prelink.o: warning: objtool: gpio_regulator_set_current_limit()+0x0: data relocation to !ENDBR: gpio_regulator_set_current_limit+0x0 drivers/regulator/gpio-regulator.prelink.o: warning: objtool: gpio_regulator_get_value()+0x0: data relocation to !ENDBR: gpio_regulator_get_value+0x0 drivers/regulator/gpio-regulator.prelink.o: warning: objtool: gpio_regulator_list_voltage()+0x0: data relocation to !ENDBR: gpio_regulator_list_voltage+0x0 drivers/regulator/gpio-regulator.prelink.o: warning: objtool: gpio_regulator_set_voltage()+0x0: data relocation to !ENDBR: gpio_regulator_set_voltage+0x0 drivers/regulator/gpio-regulator.prelink.o: warning: objtool: gpio_regulator_get_value()+0x0: data relocation to !ENDBR: gpio_regulator_get_value+0x0 drivers/regulator/gpio-regulator.prelink.o: warning: objtool: gpio_regulator_probe()+0x0: data relocation to !ENDBR: gpio_regulator_probe+0x0 drivers/regulator/gpio-regulator.prelink.o: warning: objtool: gpio_regulator_init()+0x0: data relocation to !ENDBR: gpio_regulator_init+0x0 drivers/regulator/hi6421-regulator.prelink.o: warning: objtool: hi6421_regulator_enable()+0x0: data relocation to !ENDBR: hi6421_regulator_enable+0x0 drivers/regulator/hi6421-regulator.prelink.o: warning: objtool: hi6421_regulator_buck_set_mode()+0x0: data relocation to !ENDBR: hi6421_regulator_buck_set_mode+0x0 drivers/regulator/hi6421-regulator.prelink.o: warning: objtool: hi6421_regulator_buck_get_mode()+0x0: data relocation to !ENDBR: hi6421_regulator_buck_get_mode+0x0 drivers/regulator/hi6421-regulator.prelink.o: warning: objtool: hi6421_regulator_enable()+0x0: data relocation to !ENDBR: hi6421_regulator_enable+0x0 drivers/regulator/hi6421-regulator.prelink.o: warning: objtool: hi6421_regulator_buck_set_mode()+0x0: data relocation to !ENDBR: hi6421_regulator_buck_set_mode+0x0 drivers/regulator/hi6421-regulator.prelink.o: warning: objtool: hi6421_regulator_buck_get_mode()+0x0: data relocation to !ENDBR: hi6421_regulator_buck_get_mode+0x0 drivers/regulator/hi6421-regulator.prelink.o: warning: objtool: hi6421_regulator_enable()+0x0: data relocation to !ENDBR: hi6421_regulator_enable+0x0 drivers/regulator/hi6421-regulator.prelink.o: warning: objtool: hi6421_regulator_ldo_set_mode()+0x0: data relocation to !ENDBR: hi6421_regulator_ldo_set_mode+0x0 drivers/regulator/hi6421-regulator.prelink.o: warning: objtool: hi6421_regulator_ldo_get_mode()+0x0: data relocation to !ENDBR: hi6421_regulator_ldo_get_mode+0x0 drivers/regulator/hi6421-regulator.prelink.o: warning: objtool: hi6421_regulator_ldo_get_optimum_mode()+0x0: data relocation to !ENDBR: hi6421_regulator_ldo_get_optimum_mode+0x0 drivers/regulator/hi6421-regulator.prelink.o: warning: objtool: hi6421_regulator_enable()+0x0: data relocation to !ENDBR: hi6421_regulator_enable+0x0 drivers/regulator/hi6421-regulator.prelink.o: warning: objtool: hi6421_regulator_ldo_set_mode()+0x0: data relocation to !ENDBR: hi6421_regulator_ldo_set_mode+0x0 drivers/regulator/hi6421-regulator.prelink.o: warning: objtool: hi6421_regulator_ldo_get_mode()+0x0: data relocation to !ENDBR: hi6421_regulator_ldo_get_mode+0x0 drivers/regulator/hi6421-regulator.prelink.o: warning: objtool: hi6421_regulator_ldo_get_optimum_mode()+0x0: data relocation to !ENDBR: hi6421_regulator_ldo_get_optimum_mode+0x0 drivers/regulator/hi6421-regulator.prelink.o: warning: objtool: hi6421_regulator_enable()+0x0: data relocation to !ENDBR: hi6421_regulator_enable+0x0 drivers/regulator/hi6421-regulator.prelink.o: warning: objtool: hi6421_regulator_ldo_set_mode()+0x0: data relocation to !ENDBR: hi6421_regulator_ldo_set_mode+0x0 drivers/regulator/hi6421-regulator.prelink.o: warning: objtool: hi6421_regulator_ldo_get_mode()+0x0: data relocation to !ENDBR: hi6421_regulator_ldo_get_mode+0x0 drivers/regulator/hi6421-regulator.prelink.o: warning: objtool: hi6421_regulator_ldo_get_optimum_mode()+0x0: data relocation to !ENDBR: hi6421_regulator_ldo_get_optimum_mode+0x0 drivers/regulator/hi6421-regulator.prelink.o: warning: objtool: hi6421_regulator_probe()+0x0: data relocation to !ENDBR: hi6421_regulator_probe+0x0 drivers/regulator/hi6421-regulator.prelink.o: warning: objtool: hi6421_regulator_driver_init()+0x0: data relocation to !ENDBR: hi6421_regulator_driver_init+0x0 drivers/regulator/hi6421v530-regulator.prelink.o: warning: objtool: hi6421v530_regulator_ldo_set_mode()+0x0: data relocation to !ENDBR: hi6421v530_regulator_ldo_set_mode+0x0 drivers/regulator/hi6421v530-regulator.prelink.o: warning: objtool: hi6421v530_regulator_ldo_get_mode()+0x0: data relocation to !ENDBR: hi6421v530_regulator_ldo_get_mode+0x0 drivers/regulator/hi6421v530-regulator.prelink.o: warning: objtool: hi6421v530_regulator_probe()+0x0: data relocation to !ENDBR: hi6421v530_regulator_probe+0x0 drivers/regulator/hi6421v530-regulator.prelink.o: warning: objtool: hi6421v530_regulator_driver_init()+0x0: data relocation to !ENDBR: hi6421v530_regulator_driver_init+0x0 drivers/regulator/lochnagar-regulator.prelink.o: warning: objtool: lochnagar_micbias_of_parse()+0x0: data relocation to !ENDBR: lochnagar_micbias_of_parse+0x0 drivers/regulator/lochnagar-regulator.prelink.o: warning: objtool: lochnagar_micbias_of_parse()+0x0: data relocation to !ENDBR: lochnagar_micbias_of_parse+0x0 drivers/regulator/lochnagar-regulator.prelink.o: warning: objtool: lochnagar_micbias_enable()+0x0: data relocation to !ENDBR: lochnagar_micbias_enable+0x0 drivers/regulator/lochnagar-regulator.prelink.o: warning: objtool: lochnagar_micbias_disable()+0x0: data relocation to !ENDBR: lochnagar_micbias_disable+0x0 drivers/regulator/lochnagar-regulator.prelink.o: warning: objtool: lochnagar_regulator_probe()+0x0: data relocation to !ENDBR: lochnagar_regulator_probe+0x0 drivers/regulator/lochnagar-regulator.prelink.o: warning: objtool: lochnagar_regulator_driver_init()+0x0: data relocation to !ENDBR: lochnagar_regulator_driver_init+0x0 drivers/regulator/lp873x-regulator.prelink.o: warning: objtool: lp873x_buck_set_ramp_delay()+0x0: data relocation to !ENDBR: lp873x_buck_set_ramp_delay+0x0 drivers/regulator/lp873x-regulator.prelink.o: warning: objtool: lp873x_regulator_probe()+0x0: data relocation to !ENDBR: lp873x_regulator_probe+0x0 drivers/regulator/lp873x-regulator.prelink.o: warning: objtool: lp873x_regulator_driver_init()+0x0: data relocation to !ENDBR: lp873x_regulator_driver_init+0x0 drivers/regulator/max77650-regulator.prelink.o: warning: objtool: max77650_regulator_enable()+0x0: data relocation to !ENDBR: max77650_regulator_enable+0x0 drivers/regulator/max77650-regulator.prelink.o: warning: objtool: max77650_regulator_disable()+0x0: data relocation to !ENDBR: max77650_regulator_disable+0x0 drivers/regulator/max77650-regulator.prelink.o: warning: objtool: max77650_regulator_is_enabled()+0x0: data relocation to !ENDBR: max77650_regulator_is_enabled+0x0 drivers/regulator/max77650-regulator.prelink.o: warning: objtool: max77650_regulator_enable()+0x0: data relocation to !ENDBR: max77650_regulator_enable+0x0 drivers/regulator/max77650-regulator.prelink.o: warning: objtool: max77650_regulator_disable()+0x0: data relocation to !ENDBR: max77650_regulator_disable+0x0 drivers/regulator/max77650-regulator.prelink.o: warning: objtool: max77650_regulator_is_enabled()+0x0: data relocation to !ENDBR: max77650_regulator_is_enabled+0x0 drivers/regulator/max77650-regulator.prelink.o: warning: objtool: max77650_regulator_enable()+0x0: data relocation to !ENDBR: max77650_regulator_enable+0x0 drivers/regulator/max77650-regulator.prelink.o: warning: objtool: max77650_regulator_disable()+0x0: data relocation to !ENDBR: max77650_regulator_disable+0x0 drivers/regulator/max77650-regulator.prelink.o: warning: objtool: max77650_regulator_is_enabled()+0x0: data relocation to !ENDBR: max77650_regulator_is_enabled+0x0 drivers/regulator/max77650-regulator.prelink.o: warning: objtool: max77650_regulator_probe()+0x0: data relocation to !ENDBR: max77650_regulator_probe+0x0 drivers/regulator/max77650-regulator.prelink.o: warning: objtool: max77650_regulator_driver_init()+0x0: data relocation to !ENDBR: max77650_regulator_driver_init+0x0 drivers/regulator/max8649.prelink.o: warning: objtool: max8649_set_mode()+0x0: data relocation to !ENDBR: max8649_set_mode+0x0 drivers/regulator/max8649.prelink.o: warning: objtool: max8649_get_mode()+0x0: data relocation to !ENDBR: max8649_get_mode+0x0 drivers/regulator/max8649.prelink.o: warning: objtool: max8649_enable_time()+0x0: data relocation to !ENDBR: max8649_enable_time+0x0 drivers/regulator/max8649.prelink.o: warning: objtool: max8649_regulator_probe()+0x0: data relocation to !ENDBR: max8649_regulator_probe+0x0 drivers/regulator/max8649.prelink.o: warning: objtool: max8649_init()+0x0: data relocation to !ENDBR: max8649_init+0x0 drivers/regulator/max8997-regulator.prelink.o: warning: objtool: max8997_set_current_limit()+0x0: data relocation to !ENDBR: max8997_set_current_limit+0x0 drivers/regulator/max8997-regulator.prelink.o: warning: objtool: max8997_get_current_limit()+0x0: data relocation to !ENDBR: max8997_get_current_limit+0x0 drivers/regulator/max8997-regulator.prelink.o: warning: objtool: max8997_set_current_limit()+0x0: data relocation to !ENDBR: max8997_set_current_limit+0x0 drivers/regulator/max8997-regulator.prelink.o: warning: objtool: max8997_get_current_limit()+0x0: data relocation to !ENDBR: max8997_get_current_limit+0x0 drivers/regulator/max8997-regulator.prelink.o: warning: objtool: max8997_reg_enable()+0x0: data relocation to !ENDBR: max8997_reg_enable+0x0 drivers/regulator/max8997-regulator.prelink.o: warning: objtool: max8997_reg_disable()+0x0: data relocation to !ENDBR: max8997_reg_disable+0x0 drivers/regulator/max8997-regulator.prelink.o: warning: objtool: max8997_reg_is_enabled()+0x0: data relocation to !ENDBR: max8997_reg_is_enabled+0x0 drivers/regulator/max8997-regulator.prelink.o: warning: objtool: max8997_list_voltage_charger_cv()+0x0: data relocation to !ENDBR: max8997_list_voltage_charger_cv+0x0 drivers/regulator/max8997-regulator.prelink.o: warning: objtool: max8997_set_voltage_charger_cv()+0x0: data relocation to !ENDBR: max8997_set_voltage_charger_cv+0x0 drivers/regulator/max8997-regulator.prelink.o: warning: objtool: max8997_get_voltage_sel()+0x0: data relocation to !ENDBR: max8997_get_voltage_sel+0x0 drivers/regulator/max8997-regulator.prelink.o: warning: objtool: max8997_set_voltage_safeout_sel()+0x0: data relocation to !ENDBR: max8997_set_voltage_safeout_sel+0x0 drivers/regulator/max8997-regulator.prelink.o: warning: objtool: max8997_get_voltage_sel()+0x0: data relocation to !ENDBR: max8997_get_voltage_sel+0x0 drivers/regulator/max8997-regulator.prelink.o: warning: objtool: max8997_reg_enable()+0x0: data relocation to !ENDBR: max8997_reg_enable+0x0 drivers/regulator/max8997-regulator.prelink.o: warning: objtool: max8997_reg_disable()+0x0: data relocation to !ENDBR: max8997_reg_disable+0x0 drivers/regulator/max8997-regulator.prelink.o: warning: objtool: max8997_reg_is_enabled()+0x0: data relocation to !ENDBR: max8997_reg_is_enabled+0x0 drivers/regulator/max8997-regulator.prelink.o: warning: objtool: max8997_reg_disable_suspend()+0x0: data relocation to !ENDBR: max8997_reg_disable_suspend+0x0 drivers/regulator/max8997-regulator.prelink.o: warning: objtool: max8997_list_voltage()+0x0: data relocation to !ENDBR: max8997_list_voltage+0x0 drivers/regulator/max8997-regulator.prelink.o: warning: objtool: max8997_reg_enable()+0x0: data relocation to !ENDBR: max8997_reg_enable+0x0 drivers/regulator/max8997-regulator.prelink.o: warning: objtool: max8997_reg_disable()+0x0: data relocation to !ENDBR: max8997_reg_disable+0x0 drivers/regulator/max8997-regulator.prelink.o: warning: objtool: max8997_reg_is_enabled()+0x0: data relocation to !ENDBR: max8997_reg_is_enabled+0x0 drivers/regulator/max8997-regulator.prelink.o: warning: objtool: max8997_reg_disable_suspend()+0x0: data relocation to !ENDBR: max8997_reg_disable_suspend+0x0 drivers/regulator/max8997-regulator.prelink.o: warning: objtool: max8997_list_voltage()+0x0: data relocation to !ENDBR: max8997_list_voltage+0x0 drivers/regulator/max8997-regulator.prelink.o: warning: objtool: max8997_set_voltage_buck()+0x0: data relocation to !ENDBR: max8997_set_voltage_buck+0x0 drivers/regulator/max8997-regulator.prelink.o: warning: objtool: max8997_get_voltage_sel()+0x0: data relocation to !ENDBR: max8997_get_voltage_sel+0x0 drivers/regulator/max8997-regulator.prelink.o: warning: objtool: max8997_reg_enable()+0x0: data relocation to !ENDBR: max8997_reg_enable+0x0 drivers/regulator/max8997-regulator.prelink.o: warning: objtool: max8997_reg_disable()+0x0: data relocation to !ENDBR: max8997_reg_disable+0x0 drivers/regulator/max8997-regulator.prelink.o: warning: objtool: max8997_reg_is_enabled()+0x0: data relocation to !ENDBR: max8997_reg_is_enabled+0x0 drivers/regulator/max8997-regulator.prelink.o: warning: objtool: max8997_set_voltage_buck_time_sel()+0x0: data relocation to !ENDBR: max8997_set_voltage_buck_time_sel+0x0 drivers/regulator/max8997-regulator.prelink.o: warning: objtool: max8997_reg_disable_suspend()+0x0: data relocation to !ENDBR: max8997_reg_disable_suspend+0x0 drivers/regulator/max8997-regulator.prelink.o: warning: objtool: max8997_list_voltage()+0x0: data relocation to !ENDBR: max8997_list_voltage+0x0 drivers/regulator/max8997-regulator.prelink.o: warning: objtool: max8997_set_voltage_ldobuck()+0x0: data relocation to !ENDBR: max8997_set_voltage_ldobuck+0x0 drivers/regulator/max8997-regulator.prelink.o: warning: objtool: max8997_get_voltage_sel()+0x0: data relocation to !ENDBR: max8997_get_voltage_sel+0x0 drivers/regulator/max8997-regulator.prelink.o: warning: objtool: max8997_reg_enable()+0x0: data relocation to !ENDBR: max8997_reg_enable+0x0 drivers/regulator/max8997-regulator.prelink.o: warning: objtool: max8997_reg_disable()+0x0: data relocation to !ENDBR: max8997_reg_disable+0x0 drivers/regulator/max8997-regulator.prelink.o: warning: objtool: max8997_reg_is_enabled()+0x0: data relocation to !ENDBR: max8997_reg_is_enabled+0x0 drivers/regulator/max8997-regulator.prelink.o: warning: objtool: max8997_reg_disable_suspend()+0x0: data relocation to !ENDBR: max8997_reg_disable_suspend+0x0 drivers/regulator/max8997-regulator.prelink.o: warning: objtool: max8997_pmic_probe()+0x0: data relocation to !ENDBR: max8997_pmic_probe+0x0 drivers/regulator/max8997-regulator.prelink.o: warning: objtool: max8997_pmic_init()+0x0: data relocation to !ENDBR: max8997_pmic_init+0x0 drivers/regulator/max77686-regulator.prelink.o: warning: objtool: max77686_of_parse_cb()+0x0: data relocation to !ENDBR: max77686_of_parse_cb+0x0 drivers/regulator/max77686-regulator.prelink.o: warning: objtool: max77686_of_parse_cb()+0x0: data relocation to !ENDBR: max77686_of_parse_cb+0x0 drivers/regulator/max77686-regulator.prelink.o: warning: objtool: max77686_of_parse_cb()+0x0: data relocation to !ENDBR: max77686_of_parse_cb+0x0 drivers/regulator/max77686-regulator.prelink.o: warning: objtool: max77686_of_parse_cb()+0x0: data relocation to !ENDBR: max77686_of_parse_cb+0x0 drivers/regulator/max77686-regulator.prelink.o: warning: objtool: max77686_of_parse_cb()+0x0: data relocation to !ENDBR: max77686_of_parse_cb+0x0 drivers/regulator/max77686-regulator.prelink.o: warning: objtool: max77686_of_parse_cb()+0x0: data relocation to !ENDBR: max77686_of_parse_cb+0x0 drivers/regulator/max77686-regulator.prelink.o: warning: objtool: max77686_of_parse_cb()+0x0: data relocation to !ENDBR: max77686_of_parse_cb+0x0 drivers/regulator/max77686-regulator.prelink.o: warning: objtool: max77686_of_parse_cb()+0x0: data relocation to !ENDBR: max77686_of_parse_cb+0x0 drivers/regulator/max77686-regulator.prelink.o: warning: objtool: max77686_of_parse_cb()+0x0: data relocation to !ENDBR: max77686_of_parse_cb+0x0 drivers/regulator/max77686-regulator.prelink.o: warning: objtool: max77686_of_parse_cb()+0x0: data relocation to !ENDBR: max77686_of_parse_cb+0x0 drivers/regulator/max77686-regulator.prelink.o: warning: objtool: max77686_of_parse_cb()+0x0: data relocation to !ENDBR: max77686_of_parse_cb+0x0 drivers/regulator/max77686-regulator.prelink.o: warning: objtool: max77686_of_parse_cb()+0x0: data relocation to !ENDBR: max77686_of_parse_cb+0x0 drivers/regulator/max77686-regulator.prelink.o: warning: objtool: max77686_of_parse_cb()+0x0: data relocation to !ENDBR: max77686_of_parse_cb+0x0 drivers/regulator/max77686-regulator.prelink.o: warning: objtool: max77686_of_parse_cb()+0x0: data relocation to !ENDBR: max77686_of_parse_cb+0x0 drivers/regulator/max77686-regulator.prelink.o: warning: objtool: max77686_of_parse_cb()+0x0: data relocation to !ENDBR: max77686_of_parse_cb+0x0 drivers/regulator/max77686-regulator.prelink.o: warning: objtool: max77686_of_parse_cb()+0x0: data relocation to !ENDBR: max77686_of_parse_cb+0x0 drivers/regulator/max77686-regulator.prelink.o: warning: objtool: max77686_of_parse_cb()+0x0: data relocation to !ENDBR: max77686_of_parse_cb+0x0 drivers/regulator/max77686-regulator.prelink.o: warning: objtool: max77686_of_parse_cb()+0x0: data relocation to !ENDBR: max77686_of_parse_cb+0x0 drivers/regulator/max77686-regulator.prelink.o: warning: objtool: max77686_of_parse_cb()+0x0: data relocation to !ENDBR: max77686_of_parse_cb+0x0 drivers/regulator/max77686-regulator.prelink.o: warning: objtool: max77686_of_parse_cb()+0x0: data relocation to !ENDBR: max77686_of_parse_cb+0x0 drivers/regulator/max77686-regulator.prelink.o: warning: objtool: max77686_enable()+0x0: data relocation to !ENDBR: max77686_enable+0x0 drivers/regulator/max77686-regulator.prelink.o: warning: objtool: max77686_set_suspend_disable()+0x0: data relocation to !ENDBR: max77686_set_suspend_disable+0x0 drivers/regulator/max77686-regulator.prelink.o: warning: objtool: max77686_enable()+0x0: data relocation to !ENDBR: max77686_enable+0x0 drivers/regulator/max77686-regulator.prelink.o: warning: objtool: max77686_set_suspend_disable()+0x0: data relocation to !ENDBR: max77686_set_suspend_disable+0x0 drivers/regulator/max77686-regulator.prelink.o: warning: objtool: max77686_enable()+0x0: data relocation to !ENDBR: max77686_enable+0x0 drivers/regulator/max77686-regulator.prelink.o: warning: objtool: max77686_set_suspend_disable()+0x0: data relocation to !ENDBR: max77686_set_suspend_disable+0x0 drivers/regulator/max77686-regulator.prelink.o: warning: objtool: max77686_ldo_set_suspend_mode()+0x0: data relocation to !ENDBR: max77686_ldo_set_suspend_mode+0x0 drivers/regulator/max77686-regulator.prelink.o: warning: objtool: max77686_enable()+0x0: data relocation to !ENDBR: max77686_enable+0x0 drivers/regulator/max77686-regulator.prelink.o: warning: objtool: max77686_set_suspend_mode()+0x0: data relocation to !ENDBR: max77686_set_suspend_mode+0x0 drivers/regulator/max77686-regulator.prelink.o: warning: objtool: max77686_pmic_probe()+0x0: data relocation to !ENDBR: max77686_pmic_probe+0x0 drivers/regulator/max77686-regulator.prelink.o: warning: objtool: max77686_pmic_driver_init()+0x0: data relocation to !ENDBR: max77686_pmic_driver_init+0x0 drivers/regulator/max77693-regulator.prelink.o: warning: objtool: max77693_chg_set_current_limit()+0x0: data relocation to !ENDBR: max77693_chg_set_current_limit+0x0 drivers/regulator/max77693-regulator.prelink.o: warning: objtool: max77693_chg_get_current_limit()+0x0: data relocation to !ENDBR: max77693_chg_get_current_limit+0x0 drivers/regulator/max77693-regulator.prelink.o: warning: objtool: max77693_pmic_probe()+0x0: data relocation to !ENDBR: max77693_pmic_probe+0x0 drivers/regulator/max77693-regulator.prelink.o: warning: objtool: max77693_pmic_init()+0x0: data relocation to !ENDBR: max77693_pmic_init+0x0 drivers/regulator/max77826-regulator.prelink.o: warning: objtool: max77826_set_voltage_time_sel()+0x0: data relocation to !ENDBR: max77826_set_voltage_time_sel+0x0 drivers/regulator/max77826-regulator.prelink.o: warning: objtool: max77826_i2c_probe()+0x0: data relocation to !ENDBR: max77826_i2c_probe+0x0 drivers/regulator/max77826-regulator.prelink.o: warning: objtool: max77826_regulator_driver_init()+0x0: data relocation to !ENDBR: max77826_regulator_driver_init+0x0 drivers/regulator/mc13892-regulator.prelink.o: warning: objtool: mc13892_regulator_probe()+0x109: relocation to !ENDBR: mc13892_vcam_set_mode+0x0 drivers/regulator/mc13892-regulator.prelink.o: warning: objtool: mc13892_regulator_probe()+0x114: relocation to !ENDBR: mc13892_vcam_get_mode+0x0 drivers/regulator/mc13892-regulator.prelink.o: warning: objtool: mc13892_sw_regulator_set_voltage_sel()+0x0: data relocation to !ENDBR: mc13892_sw_regulator_set_voltage_sel+0x0 drivers/regulator/mc13892-regulator.prelink.o: warning: objtool: mc13892_sw_regulator_get_voltage_sel()+0x0: data relocation to !ENDBR: mc13892_sw_regulator_get_voltage_sel+0x0 drivers/regulator/mc13892-regulator.prelink.o: warning: objtool: mc13892_gpo_regulator_enable()+0x0: data relocation to !ENDBR: mc13892_gpo_regulator_enable+0x0 drivers/regulator/mc13892-regulator.prelink.o: warning: objtool: mc13892_gpo_regulator_disable()+0x0: data relocation to !ENDBR: mc13892_gpo_regulator_disable+0x0 drivers/regulator/mc13892-regulator.prelink.o: warning: objtool: mc13892_gpo_regulator_is_enabled()+0x0: data relocation to !ENDBR: mc13892_gpo_regulator_is_enabled+0x0 drivers/regulator/mc13892-regulator.prelink.o: warning: objtool: mc13892_regulator_probe()+0x0: data relocation to !ENDBR: mc13892_regulator_probe+0x0 drivers/regulator/mc13892-regulator.prelink.o: warning: objtool: mc13892_regulator_init()+0x0: data relocation to !ENDBR: mc13892_regulator_init+0x0 drivers/regulator/mc13xxx-regulator-core.prelink.o: warning: objtool: mc13xxx_fixed_regulator_set_voltage()+0x0: data relocation to !ENDBR: mc13xxx_fixed_regulator_set_voltage+0x0 drivers/regulator/mc13xxx-regulator-core.prelink.o: warning: objtool: mc13xxx_regulator_enable()+0x0: data relocation to !ENDBR: mc13xxx_regulator_enable+0x0 drivers/regulator/mc13xxx-regulator-core.prelink.o: warning: objtool: mc13xxx_regulator_disable()+0x0: data relocation to !ENDBR: mc13xxx_regulator_disable+0x0 drivers/regulator/mc13xxx-regulator-core.prelink.o: warning: objtool: mc13xxx_regulator_is_enabled()+0x0: data relocation to !ENDBR: mc13xxx_regulator_is_enabled+0x0 drivers/regulator/mc13xxx-regulator-core.prelink.o: warning: objtool: mc13xxx_regulator_set_voltage_sel()+0x0: data relocation to !ENDBR: mc13xxx_regulator_set_voltage_sel+0x0 drivers/regulator/mc13xxx-regulator-core.prelink.o: warning: objtool: mc13xxx_regulator_get_voltage()+0x0: data relocation to !ENDBR: mc13xxx_regulator_get_voltage+0x0 drivers/regulator/mc13xxx-regulator-core.prelink.o: warning: objtool: mc13xxx_regulator_enable()+0x0: data relocation to !ENDBR: mc13xxx_regulator_enable+0x0 drivers/regulator/mc13xxx-regulator-core.prelink.o: warning: objtool: mc13xxx_regulator_disable()+0x0: data relocation to !ENDBR: mc13xxx_regulator_disable+0x0 drivers/regulator/mc13xxx-regulator-core.prelink.o: warning: objtool: mc13xxx_regulator_is_enabled()+0x0: data relocation to !ENDBR: mc13xxx_regulator_is_enabled+0x0 drivers/regulator/mt6311-regulator.prelink.o: warning: objtool: mt6311_i2c_probe()+0x0: data relocation to !ENDBR: mt6311_i2c_probe+0x0 drivers/regulator/mt6311-regulator.prelink.o: warning: objtool: mt6311_regulator_driver_init()+0x0: data relocation to !ENDBR: mt6311_regulator_driver_init+0x0 drivers/regulator/mt6358-regulator.prelink.o: warning: objtool: mt6358_get_status()+0x0: data relocation to !ENDBR: mt6358_get_status+0x0 drivers/regulator/mt6358-regulator.prelink.o: warning: objtool: mt6358_set_voltage_sel()+0x0: data relocation to !ENDBR: mt6358_set_voltage_sel+0x0 drivers/regulator/mt6358-regulator.prelink.o: warning: objtool: mt6358_get_voltage_sel()+0x0: data relocation to !ENDBR: mt6358_get_voltage_sel+0x0 drivers/regulator/mt6358-regulator.prelink.o: warning: objtool: mt6358_get_status()+0x0: data relocation to !ENDBR: mt6358_get_status+0x0 drivers/regulator/mt6358-regulator.prelink.o: warning: objtool: mt6358_get_buck_voltage_sel()+0x0: data relocation to !ENDBR: mt6358_get_buck_voltage_sel+0x0 drivers/regulator/mt6358-regulator.prelink.o: warning: objtool: mt6358_regulator_set_mode()+0x0: data relocation to !ENDBR: mt6358_regulator_set_mode+0x0 drivers/regulator/mt6358-regulator.prelink.o: warning: objtool: mt6358_regulator_get_mode()+0x0: data relocation to !ENDBR: mt6358_regulator_get_mode+0x0 drivers/regulator/mt6358-regulator.prelink.o: warning: objtool: mt6358_get_status()+0x0: data relocation to !ENDBR: mt6358_get_status+0x0 drivers/regulator/mt6358-regulator.prelink.o: warning: objtool: mt6358_regulator_probe()+0x0: data relocation to !ENDBR: mt6358_regulator_probe+0x0 drivers/regulator/mt6358-regulator.prelink.o: warning: objtool: mt6358_map_mode()+0x0: data relocation to !ENDBR: mt6358_map_mode+0x0 drivers/regulator/mt6358-regulator.prelink.o: warning: objtool: mt6358_map_mode()+0x0: data relocation to !ENDBR: mt6358_map_mode+0x0 drivers/regulator/mt6358-regulator.prelink.o: warning: objtool: mt6358_map_mode()+0x0: data relocation to !ENDBR: mt6358_map_mode+0x0 drivers/regulator/mt6358-regulator.prelink.o: warning: objtool: mt6358_map_mode()+0x0: data relocation to !ENDBR: mt6358_map_mode+0x0 drivers/regulator/mt6358-regulator.prelink.o: warning: objtool: mt6358_map_mode()+0x0: data relocation to !ENDBR: mt6358_map_mode+0x0 drivers/regulator/mt6358-regulator.prelink.o: warning: objtool: mt6358_map_mode()+0x0: data relocation to !ENDBR: mt6358_map_mode+0x0 drivers/regulator/mt6358-regulator.prelink.o: warning: objtool: mt6358_map_mode()+0x0: data relocation to !ENDBR: mt6358_map_mode+0x0 drivers/regulator/mt6358-regulator.prelink.o: warning: objtool: mt6358_map_mode()+0x0: data relocation to !ENDBR: mt6358_map_mode+0x0 drivers/regulator/mt6358-regulator.prelink.o: warning: objtool: mt6358_map_mode()+0x0: data relocation to !ENDBR: mt6358_map_mode+0x0 drivers/regulator/mt6358-regulator.prelink.o: warning: objtool: mt6358_regulator_driver_init()+0x0: data relocation to !ENDBR: mt6358_regulator_driver_init+0x0 drivers/regulator/mt6359-regulator.prelink.o: warning: objtool: mt6359p_vemc_set_voltage_sel()+0x0: data relocation to !ENDBR: mt6359p_vemc_set_voltage_sel+0x0 drivers/regulator/mt6359-regulator.prelink.o: warning: objtool: mt6359p_vemc_get_voltage_sel()+0x0: data relocation to !ENDBR: mt6359p_vemc_get_voltage_sel+0x0 drivers/regulator/mt6359-regulator.prelink.o: warning: objtool: mt6359_get_status()+0x0: data relocation to !ENDBR: mt6359_get_status+0x0 drivers/regulator/mt6359-regulator.prelink.o: warning: objtool: mt6359_get_status()+0x0: data relocation to !ENDBR: mt6359_get_status+0x0 drivers/regulator/mt6359-regulator.prelink.o: warning: objtool: mt6359_get_status()+0x0: data relocation to !ENDBR: mt6359_get_status+0x0 drivers/regulator/mt6359-regulator.prelink.o: warning: objtool: mt6359_regulator_set_mode()+0x0: data relocation to !ENDBR: mt6359_regulator_set_mode+0x0 drivers/regulator/mt6359-regulator.prelink.o: warning: objtool: mt6359_regulator_get_mode()+0x0: data relocation to !ENDBR: mt6359_regulator_get_mode+0x0 drivers/regulator/mt6359-regulator.prelink.o: warning: objtool: mt6359_get_status()+0x0: data relocation to !ENDBR: mt6359_get_status+0x0 drivers/regulator/mt6359-regulator.prelink.o: warning: objtool: mt6359_regulator_probe()+0x0: data relocation to !ENDBR: mt6359_regulator_probe+0x0 drivers/regulator/mt6359-regulator.prelink.o: warning: objtool: mt6359_regulator_driver_init()+0x0: data relocation to !ENDBR: mt6359_regulator_driver_init+0x0 drivers/regulator/palmas-regulator.prelink.o: warning: objtool: palmas_is_enabled_ldo()+0x0: data relocation to !ENDBR: palmas_is_enabled_ldo+0x0 drivers/regulator/palmas-regulator.prelink.o: warning: objtool: palmas_is_enabled_ldo()+0x0: data relocation to !ENDBR: palmas_is_enabled_ldo+0x0 drivers/regulator/palmas-regulator.prelink.o: warning: objtool: palmas_is_enabled_ldo()+0x0: data relocation to !ENDBR: palmas_is_enabled_ldo+0x0 drivers/regulator/palmas-regulator.prelink.o: warning: objtool: palmas_is_enabled_ldo()+0x0: data relocation to !ENDBR: palmas_is_enabled_ldo+0x0 drivers/regulator/palmas-regulator.prelink.o: warning: objtool: palmas_set_mode_smps()+0x0: data relocation to !ENDBR: palmas_set_mode_smps+0x0 drivers/regulator/palmas-regulator.prelink.o: warning: objtool: palmas_get_mode_smps()+0x0: data relocation to !ENDBR: palmas_get_mode_smps+0x0 drivers/regulator/palmas-regulator.prelink.o: warning: objtool: palmas_set_mode_smps()+0x0: data relocation to !ENDBR: palmas_set_mode_smps+0x0 drivers/regulator/palmas-regulator.prelink.o: warning: objtool: palmas_get_mode_smps()+0x0: data relocation to !ENDBR: palmas_get_mode_smps+0x0 drivers/regulator/palmas-regulator.prelink.o: warning: objtool: palmas_set_mode_smps()+0x0: data relocation to !ENDBR: palmas_set_mode_smps+0x0 drivers/regulator/palmas-regulator.prelink.o: warning: objtool: palmas_get_mode_smps()+0x0: data relocation to !ENDBR: palmas_get_mode_smps+0x0 drivers/regulator/palmas-regulator.prelink.o: warning: objtool: palmas_smps_set_ramp_delay()+0x0: data relocation to !ENDBR: palmas_smps_set_ramp_delay+0x0 drivers/regulator/palmas-regulator.prelink.o: warning: objtool: palmas_set_mode_smps()+0x0: data relocation to !ENDBR: palmas_set_mode_smps+0x0 drivers/regulator/palmas-regulator.prelink.o: warning: objtool: palmas_get_mode_smps()+0x0: data relocation to !ENDBR: palmas_get_mode_smps+0x0 drivers/regulator/palmas-regulator.prelink.o: warning: objtool: palmas_smps_set_ramp_delay()+0x0: data relocation to !ENDBR: palmas_smps_set_ramp_delay+0x0 drivers/regulator/palmas-regulator.prelink.o: warning: objtool: palmas_regulators_probe()+0x0: data relocation to !ENDBR: palmas_regulators_probe+0x0 drivers/regulator/palmas-regulator.prelink.o: warning: objtool: tps65917_smps_registration()+0x0: data relocation to !ENDBR: tps65917_smps_registration+0x0 drivers/regulator/palmas-regulator.prelink.o: warning: objtool: tps65917_ldo_registration()+0x0: data relocation to !ENDBR: tps65917_ldo_registration+0x0 drivers/regulator/palmas-regulator.prelink.o: warning: objtool: palmas_smps_registration()+0x0: data relocation to !ENDBR: palmas_smps_registration+0x0 drivers/regulator/palmas-regulator.prelink.o: warning: objtool: palmas_ldo_registration()+0x0: data relocation to !ENDBR: palmas_ldo_registration+0x0 drivers/regulator/palmas-regulator.prelink.o: warning: objtool: palmas_init()+0x0: data relocation to !ENDBR: palmas_init+0x0 drivers/regulator/pfuze100-regulator.prelink.o: warning: objtool: pfuze100_regulator_probe()+0x429: relocation to !ENDBR: pfuze_power_off_prepare+0x0 drivers/regulator/pfuze100-regulator.prelink.o: warning: objtool: pfuze100_set_ramp_delay()+0x0: data relocation to !ENDBR: pfuze100_set_ramp_delay+0x0 drivers/regulator/pfuze100-regulator.prelink.o: warning: objtool: pfuze100_set_ramp_delay()+0x0: data relocation to !ENDBR: pfuze100_set_ramp_delay+0x0 drivers/regulator/pfuze100-regulator.prelink.o: warning: objtool: pfuze100_set_ramp_delay()+0x0: data relocation to !ENDBR: pfuze100_set_ramp_delay+0x0 drivers/regulator/pfuze100-regulator.prelink.o: warning: objtool: pfuze100_regulator_probe()+0x0: data relocation to !ENDBR: pfuze100_regulator_probe+0x0 drivers/regulator/pfuze100-regulator.prelink.o: warning: objtool: pfuze100_regulator_remove()+0x0: data relocation to !ENDBR: pfuze100_regulator_remove+0x0 drivers/regulator/pfuze100-regulator.prelink.o: warning: objtool: pfuze_driver_init()+0x0: data relocation to !ENDBR: pfuze_driver_init+0x0 drivers/regulator/pv88090-regulator.prelink.o: warning: objtool: pv88090_i2c_probe()+0x13e: relocation to !ENDBR: pv88090_irq_handler+0x0 drivers/regulator/pv88090-regulator.prelink.o: warning: objtool: pv88090_buck_set_mode()+0x0: data relocation to !ENDBR: pv88090_buck_set_mode+0x0 drivers/regulator/pv88090-regulator.prelink.o: warning: objtool: pv88090_buck_get_mode()+0x0: data relocation to !ENDBR: pv88090_buck_get_mode+0x0 drivers/regulator/pv88090-regulator.prelink.o: warning: objtool: pv88090_i2c_probe()+0x0: data relocation to !ENDBR: pv88090_i2c_probe+0x0 drivers/regulator/pv88090-regulator.prelink.o: warning: objtool: pv88090_regulator_driver_init()+0x0: data relocation to !ENDBR: pv88090_regulator_driver_init+0x0 drivers/regulator/pcf50633-regulator.prelink.o: warning: objtool: pcf50633_regulator_probe()+0x0: data relocation to !ENDBR: pcf50633_regulator_probe+0x0 drivers/regulator/pcf50633-regulator.prelink.o: warning: objtool: pcf50633_regulator_init()+0x0: data relocation to !ENDBR: pcf50633_regulator_init+0x0 drivers/regulator/rpi-panel-attiny-regulator.prelink.o: warning: objtool: attiny_i2c_probe()+0x2a0: relocation to !ENDBR: attiny_gpio_set+0x0 drivers/regulator/rpi-panel-attiny-regulator.prelink.o: warning: objtool: attiny_i2c_probe()+0x2ac: relocation to !ENDBR: attiny_gpio_get_direction+0x0 drivers/regulator/rpi-panel-attiny-regulator.prelink.o: warning: objtool: attiny_update_status()+0x0: data relocation to !ENDBR: attiny_update_status+0x0 drivers/regulator/rpi-panel-attiny-regulator.prelink.o: warning: objtool: attiny_lcd_power_enable()+0x0: data relocation to !ENDBR: attiny_lcd_power_enable+0x0 drivers/regulator/rpi-panel-attiny-regulator.prelink.o: warning: objtool: attiny_lcd_power_disable()+0x0: data relocation to !ENDBR: attiny_lcd_power_disable+0x0 drivers/regulator/rpi-panel-attiny-regulator.prelink.o: warning: objtool: attiny_lcd_power_is_enabled()+0x0: data relocation to !ENDBR: attiny_lcd_power_is_enabled+0x0 drivers/regulator/rpi-panel-attiny-regulator.prelink.o: warning: objtool: attiny_i2c_probe()+0x0: data relocation to !ENDBR: attiny_i2c_probe+0x0 drivers/regulator/rpi-panel-attiny-regulator.prelink.o: warning: objtool: attiny_i2c_remove()+0x0: data relocation to !ENDBR: attiny_i2c_remove+0x0 drivers/regulator/rpi-panel-attiny-regulator.prelink.o: warning: objtool: attiny_regulator_driver_init()+0x0: data relocation to !ENDBR: attiny_regulator_driver_init+0x0 drivers/regulator/rk808-regulator.prelink.o: warning: objtool: rk8xx_regulator_of_map_mode()+0x0: data relocation to !ENDBR: rk8xx_regulator_of_map_mode+0x0 drivers/regulator/rk808-regulator.prelink.o: warning: objtool: rk8xx_regulator_of_map_mode()+0x0: data relocation to !ENDBR: rk8xx_regulator_of_map_mode+0x0 drivers/regulator/rk808-regulator.prelink.o: warning: objtool: rk8xx_regulator_of_map_mode()+0x0: data relocation to !ENDBR: rk8xx_regulator_of_map_mode+0x0 drivers/regulator/rk808-regulator.prelink.o: warning: objtool: rk8xx_regulator_of_map_mode()+0x0: data relocation to !ENDBR: rk8xx_regulator_of_map_mode+0x0 drivers/regulator/rk808-regulator.prelink.o: warning: objtool: rk8xx_regulator_of_map_mode()+0x0: data relocation to !ENDBR: rk8xx_regulator_of_map_mode+0x0 drivers/regulator/rk808-regulator.prelink.o: warning: objtool: rk8xx_regulator_of_map_mode()+0x0: data relocation to !ENDBR: rk8xx_regulator_of_map_mode+0x0 drivers/regulator/rk808-regulator.prelink.o: warning: objtool: rk8xx_regulator_of_map_mode()+0x0: data relocation to !ENDBR: rk8xx_regulator_of_map_mode+0x0 drivers/regulator/rk808-regulator.prelink.o: warning: objtool: rk8xx_regulator_of_map_mode()+0x0: data relocation to !ENDBR: rk8xx_regulator_of_map_mode+0x0 drivers/regulator/rk808-regulator.prelink.o: warning: objtool: rk8xx_regulator_of_map_mode()+0x0: data relocation to !ENDBR: rk8xx_regulator_of_map_mode+0x0 drivers/regulator/rk808-regulator.prelink.o: warning: objtool: rk8xx_is_enabled_wmsk_regmap()+0x0: data relocation to !ENDBR: rk8xx_is_enabled_wmsk_regmap+0x0 drivers/regulator/rk808-regulator.prelink.o: warning: objtool: rk817_set_suspend_enable()+0x0: data relocation to !ENDBR: rk817_set_suspend_enable+0x0 drivers/regulator/rk808-regulator.prelink.o: warning: objtool: rk817_set_suspend_disable()+0x0: data relocation to !ENDBR: rk817_set_suspend_disable+0x0 drivers/regulator/rk808-regulator.prelink.o: warning: objtool: rk8xx_is_enabled_wmsk_regmap()+0x0: data relocation to !ENDBR: rk8xx_is_enabled_wmsk_regmap+0x0 drivers/regulator/rk808-regulator.prelink.o: warning: objtool: rk8xx_set_mode()+0x0: data relocation to !ENDBR: rk8xx_set_mode+0x0 drivers/regulator/rk808-regulator.prelink.o: warning: objtool: rk8xx_get_mode()+0x0: data relocation to !ENDBR: rk8xx_get_mode+0x0 drivers/regulator/rk808-regulator.prelink.o: warning: objtool: rk808_set_suspend_voltage_range()+0x0: data relocation to !ENDBR: rk808_set_suspend_voltage_range+0x0 drivers/regulator/rk808-regulator.prelink.o: warning: objtool: rk817_set_suspend_enable()+0x0: data relocation to !ENDBR: rk817_set_suspend_enable+0x0 drivers/regulator/rk808-regulator.prelink.o: warning: objtool: rk817_set_suspend_disable()+0x0: data relocation to !ENDBR: rk817_set_suspend_disable+0x0 drivers/regulator/rk808-regulator.prelink.o: warning: objtool: rk8xx_set_suspend_mode()+0x0: data relocation to !ENDBR: rk8xx_set_suspend_mode+0x0 drivers/regulator/rk808-regulator.prelink.o: warning: objtool: rk8xx_is_enabled_wmsk_regmap()+0x0: data relocation to !ENDBR: rk8xx_is_enabled_wmsk_regmap+0x0 drivers/regulator/rk808-regulator.prelink.o: warning: objtool: rk817_set_suspend_enable()+0x0: data relocation to !ENDBR: rk817_set_suspend_enable+0x0 drivers/regulator/rk808-regulator.prelink.o: warning: objtool: rk817_set_suspend_disable()+0x0: data relocation to !ENDBR: rk817_set_suspend_disable+0x0 drivers/regulator/rk808-regulator.prelink.o: warning: objtool: rk8xx_is_enabled_wmsk_regmap()+0x0: data relocation to !ENDBR: rk8xx_is_enabled_wmsk_regmap+0x0 drivers/regulator/rk808-regulator.prelink.o: warning: objtool: rk808_set_suspend_voltage()+0x0: data relocation to !ENDBR: rk808_set_suspend_voltage+0x0 drivers/regulator/rk808-regulator.prelink.o: warning: objtool: rk817_set_suspend_enable()+0x0: data relocation to !ENDBR: rk817_set_suspend_enable+0x0 drivers/regulator/rk808-regulator.prelink.o: warning: objtool: rk817_set_suspend_disable()+0x0: data relocation to !ENDBR: rk817_set_suspend_disable+0x0 drivers/regulator/rk808-regulator.prelink.o: warning: objtool: rk8xx_is_enabled_wmsk_regmap()+0x0: data relocation to !ENDBR: rk8xx_is_enabled_wmsk_regmap+0x0 drivers/regulator/rk808-regulator.prelink.o: warning: objtool: rk808_set_suspend_voltage_range()+0x0: data relocation to !ENDBR: rk808_set_suspend_voltage_range+0x0 drivers/regulator/rk808-regulator.prelink.o: warning: objtool: rk817_set_suspend_enable()+0x0: data relocation to !ENDBR: rk817_set_suspend_enable+0x0 drivers/regulator/rk808-regulator.prelink.o: warning: objtool: rk817_set_suspend_disable()+0x0: data relocation to !ENDBR: rk817_set_suspend_disable+0x0 drivers/regulator/rk808-regulator.prelink.o: warning: objtool: rk808_set_suspend_enable()+0x0: data relocation to !ENDBR: rk808_set_suspend_enable+0x0 drivers/regulator/rk808-regulator.prelink.o: warning: objtool: rk808_set_suspend_disable()+0x0: data relocation to !ENDBR: rk808_set_suspend_disable+0x0 drivers/regulator/rk808-regulator.prelink.o: warning: objtool: rk808_set_suspend_voltage_range()+0x0: data relocation to !ENDBR: rk808_set_suspend_voltage_range+0x0 drivers/regulator/rk808-regulator.prelink.o: warning: objtool: rk808_set_suspend_enable()+0x0: data relocation to !ENDBR: rk808_set_suspend_enable+0x0 drivers/regulator/rk808-regulator.prelink.o: warning: objtool: rk808_set_suspend_disable()+0x0: data relocation to !ENDBR: rk808_set_suspend_disable+0x0 drivers/regulator/rk808-regulator.prelink.o: warning: objtool: rk808_set_suspend_voltage()+0x0: data relocation to !ENDBR: rk808_set_suspend_voltage+0x0 drivers/regulator/rk808-regulator.prelink.o: warning: objtool: rk808_set_suspend_enable()+0x0: data relocation to !ENDBR: rk808_set_suspend_enable+0x0 drivers/regulator/rk808-regulator.prelink.o: warning: objtool: rk808_set_suspend_disable()+0x0: data relocation to !ENDBR: rk808_set_suspend_disable+0x0 drivers/regulator/rk808-regulator.prelink.o: warning: objtool: rk808_buck1_2_set_voltage_sel()+0x0: data relocation to !ENDBR: rk808_buck1_2_set_voltage_sel+0x0 drivers/regulator/rk808-regulator.prelink.o: warning: objtool: rk808_buck1_2_get_voltage_sel_regmap()+0x0: data relocation to !ENDBR: rk808_buck1_2_get_voltage_sel_regmap+0x0 drivers/regulator/rk808-regulator.prelink.o: warning: objtool: rk808_buck1_2_set_voltage_time_sel()+0x0: data relocation to !ENDBR: rk808_buck1_2_set_voltage_time_sel+0x0 drivers/regulator/rk808-regulator.prelink.o: warning: objtool: rk808_set_suspend_voltage()+0x0: data relocation to !ENDBR: rk808_set_suspend_voltage+0x0 drivers/regulator/rk808-regulator.prelink.o: warning: objtool: rk808_set_suspend_enable()+0x0: data relocation to !ENDBR: rk808_set_suspend_enable+0x0 drivers/regulator/rk808-regulator.prelink.o: warning: objtool: rk808_set_suspend_disable()+0x0: data relocation to !ENDBR: rk808_set_suspend_disable+0x0 drivers/regulator/rk808-regulator.prelink.o: warning: objtool: rk805_set_suspend_enable()+0x0: data relocation to !ENDBR: rk805_set_suspend_enable+0x0 drivers/regulator/rk808-regulator.prelink.o: warning: objtool: rk805_set_suspend_disable()+0x0: data relocation to !ENDBR: rk805_set_suspend_disable+0x0 drivers/regulator/rk808-regulator.prelink.o: warning: objtool: rk808_set_suspend_voltage()+0x0: data relocation to !ENDBR: rk808_set_suspend_voltage+0x0 drivers/regulator/rk808-regulator.prelink.o: warning: objtool: rk805_set_suspend_enable()+0x0: data relocation to !ENDBR: rk805_set_suspend_enable+0x0 drivers/regulator/rk808-regulator.prelink.o: warning: objtool: rk805_set_suspend_disable()+0x0: data relocation to !ENDBR: rk805_set_suspend_disable+0x0 drivers/regulator/rk808-regulator.prelink.o: warning: objtool: rk808_regulator_probe()+0x0: data relocation to !ENDBR: rk808_regulator_probe+0x0 drivers/regulator/rk808-regulator.prelink.o: warning: objtool: rk808_regulator_driver_init()+0x0: data relocation to !ENDBR: rk808_regulator_driver_init+0x0 drivers/regulator/rt4801-regulator.prelink.o: warning: objtool: rt4801_set_voltage_sel()+0x0: data relocation to !ENDBR: rt4801_set_voltage_sel+0x0 drivers/regulator/rt4801-regulator.prelink.o: warning: objtool: rt4801_get_voltage_sel()+0x0: data relocation to !ENDBR: rt4801_get_voltage_sel+0x0 drivers/regulator/rt4801-regulator.prelink.o: warning: objtool: rt4801_enable()+0x0: data relocation to !ENDBR: rt4801_enable+0x0 drivers/regulator/rt4801-regulator.prelink.o: warning: objtool: rt4801_disable()+0x0: data relocation to !ENDBR: rt4801_disable+0x0 drivers/regulator/rt4801-regulator.prelink.o: warning: objtool: rt4801_is_enabled()+0x0: data relocation to !ENDBR: rt4801_is_enabled+0x0 drivers/regulator/rt4801-regulator.prelink.o: warning: objtool: rt4801_probe()+0x0: data relocation to !ENDBR: rt4801_probe+0x0 drivers/regulator/rt4801-regulator.prelink.o: warning: objtool: rt4801_driver_init()+0x0: data relocation to !ENDBR: rt4801_driver_init+0x0 drivers/regulator/rt4831-regulator.prelink.o: warning: objtool: rt4831_get_error_flags()+0x0: data relocation to !ENDBR: rt4831_get_error_flags+0x0 drivers/regulator/rt4831-regulator.prelink.o: warning: objtool: rt4831_get_error_flags()+0x0: data relocation to !ENDBR: rt4831_get_error_flags+0x0 drivers/regulator/rt4831-regulator.prelink.o: warning: objtool: rt4831_regulator_probe()+0x0: data relocation to !ENDBR: rt4831_regulator_probe+0x0 drivers/regulator/rt4831-regulator.prelink.o: warning: objtool: rt4831_regulator_driver_init()+0x0: data relocation to !ENDBR: rt4831_regulator_driver_init+0x0 drivers/regulator/rt5033-regulator.prelink.o: warning: objtool: rt5033_regulator_probe()+0x0: data relocation to !ENDBR: rt5033_regulator_probe+0x0 drivers/regulator/rt5033-regulator.prelink.o: warning: objtool: rt5033_regulator_driver_init()+0x0: data relocation to !ENDBR: rt5033_regulator_driver_init+0x0 drivers/regulator/rt6160-regulator.prelink.o: warning: objtool: rt6160_probe()+0x19b: relocation to !ENDBR: rt6160_of_map_mode+0x0 drivers/regulator/rt6160-regulator.prelink.o: warning: objtool: rt6160_is_accessible_reg()+0x0: data relocation to !ENDBR: rt6160_is_accessible_reg+0x0 drivers/regulator/rt6160-regulator.prelink.o: warning: objtool: rt6160_is_accessible_reg()+0x0: data relocation to !ENDBR: rt6160_is_accessible_reg+0x0 drivers/regulator/rt6160-regulator.prelink.o: warning: objtool: rt6160_is_volatile_reg()+0x0: data relocation to !ENDBR: rt6160_is_volatile_reg+0x0 drivers/regulator/rt6160-regulator.prelink.o: warning: objtool: rt6160_enable()+0x0: data relocation to !ENDBR: rt6160_enable+0x0 drivers/regulator/rt6160-regulator.prelink.o: warning: objtool: rt6160_disable()+0x0: data relocation to !ENDBR: rt6160_disable+0x0 drivers/regulator/rt6160-regulator.prelink.o: warning: objtool: rt6160_is_enabled()+0x0: data relocation to !ENDBR: rt6160_is_enabled+0x0 drivers/regulator/rt6160-regulator.prelink.o: warning: objtool: rt6160_set_mode()+0x0: data relocation to !ENDBR: rt6160_set_mode+0x0 drivers/regulator/rt6160-regulator.prelink.o: warning: objtool: rt6160_get_mode()+0x0: data relocation to !ENDBR: rt6160_get_mode+0x0 drivers/regulator/rt6160-regulator.prelink.o: warning: objtool: rt6160_get_error_flags()+0x0: data relocation to !ENDBR: rt6160_get_error_flags+0x0 drivers/regulator/rt6160-regulator.prelink.o: warning: objtool: rt6160_set_suspend_voltage()+0x0: data relocation to !ENDBR: rt6160_set_suspend_voltage+0x0 drivers/regulator/rt6160-regulator.prelink.o: warning: objtool: rt6160_probe()+0x0: data relocation to !ENDBR: rt6160_probe+0x0 drivers/regulator/rt6160-regulator.prelink.o: warning: objtool: rt6160_driver_init()+0x0: data relocation to !ENDBR: rt6160_driver_init+0x0 drivers/regulator/rtq6752-regulator.prelink.o: warning: objtool: rtq6752_is_volatile_reg()+0x0: data relocation to !ENDBR: rtq6752_is_volatile_reg+0x0 drivers/regulator/rtq6752-regulator.prelink.o: warning: objtool: rtq6752_set_vdd_enable()+0x0: data relocation to !ENDBR: rtq6752_set_vdd_enable+0x0 drivers/regulator/rtq6752-regulator.prelink.o: warning: objtool: rtq6752_set_vdd_disable()+0x0: data relocation to !ENDBR: rtq6752_set_vdd_disable+0x0 drivers/regulator/rtq6752-regulator.prelink.o: warning: objtool: rtq6752_get_error_flags()+0x0: data relocation to !ENDBR: rtq6752_get_error_flags+0x0 drivers/regulator/rtq6752-regulator.prelink.o: warning: objtool: rtq6752_probe()+0x0: data relocation to !ENDBR: rtq6752_probe+0x0 drivers/regulator/rtq6752-regulator.prelink.o: warning: objtool: rtq6752_driver_init()+0x0: data relocation to !ENDBR: rtq6752_driver_init+0x0 drivers/regulator/s2mpa01.prelink.o: warning: objtool: s2mpa01_set_ramp_delay()+0x0: data relocation to !ENDBR: s2mpa01_set_ramp_delay+0x0 drivers/regulator/s2mpa01.prelink.o: warning: objtool: s2mpa01_regulator_set_voltage_time_sel()+0x0: data relocation to !ENDBR: s2mpa01_regulator_set_voltage_time_sel+0x0 drivers/regulator/s2mpa01.prelink.o: warning: objtool: s2mpa01_pmic_probe()+0x0: data relocation to !ENDBR: s2mpa01_pmic_probe+0x0 drivers/regulator/s2mpa01.prelink.o: warning: objtool: s2mpa01_pmic_driver_init()+0x0: data relocation to !ENDBR: s2mpa01_pmic_driver_init+0x0 drivers/regulator/s5m8767.prelink.o: warning: objtool: s5m8767_set_voltage_sel()+0x0: data relocation to !ENDBR: s5m8767_set_voltage_sel+0x0 drivers/regulator/s5m8767.prelink.o: warning: objtool: s5m8767_set_voltage_time_sel()+0x0: data relocation to !ENDBR: s5m8767_set_voltage_time_sel+0x0 drivers/regulator/s5m8767.prelink.o: warning: objtool: s5m8767_pmic_probe()+0x0: data relocation to !ENDBR: s5m8767_pmic_probe+0x0 drivers/regulator/s5m8767.prelink.o: warning: objtool: s5m8767_pmic_driver_init()+0x0: data relocation to !ENDBR: s5m8767_pmic_driver_init+0x0 drivers/regulator/sy7636a-regulator.prelink.o: warning: objtool: sy7636a_get_vcom_voltage_op()+0x0: data relocation to !ENDBR: sy7636a_get_vcom_voltage_op+0x0 drivers/regulator/sy7636a-regulator.prelink.o: warning: objtool: sy7636a_get_status()+0x0: data relocation to !ENDBR: sy7636a_get_status+0x0 drivers/regulator/sy7636a-regulator.prelink.o: warning: objtool: sy7636a_regulator_probe()+0x0: data relocation to !ENDBR: sy7636a_regulator_probe+0x0 drivers/regulator/sy7636a-regulator.prelink.o: warning: objtool: sy7636a_regulator_driver_init()+0x0: data relocation to !ENDBR: sy7636a_regulator_driver_init+0x0 drivers/regulator/sy8106a-regulator.prelink.o: warning: objtool: sy8106a_i2c_probe()+0x0: data relocation to !ENDBR: sy8106a_i2c_probe+0x0 drivers/regulator/sy8106a-regulator.prelink.o: warning: objtool: sy8106a_regulator_driver_init()+0x0: data relocation to !ENDBR: sy8106a_regulator_driver_init+0x0 drivers/regulator/sy8827n.prelink.o: warning: objtool: sy8827n_volatile_reg()+0x0: data relocation to !ENDBR: sy8827n_volatile_reg+0x0 drivers/regulator/sy8827n.prelink.o: warning: objtool: sy8827n_set_mode()+0x0: data relocation to !ENDBR: sy8827n_set_mode+0x0 drivers/regulator/sy8827n.prelink.o: warning: objtool: sy8827n_get_mode()+0x0: data relocation to !ENDBR: sy8827n_get_mode+0x0 drivers/regulator/sy8827n.prelink.o: warning: objtool: sy8827n_i2c_probe()+0x0: data relocation to !ENDBR: sy8827n_i2c_probe+0x0 drivers/regulator/sy8827n.prelink.o: warning: objtool: sy8827n_regulator_driver_init()+0x0: data relocation to !ENDBR: sy8827n_regulator_driver_init+0x0 drivers/regulator/tps6105x-regulator.prelink.o: warning: objtool: tps6105x_regulator_probe()+0x0: data relocation to !ENDBR: tps6105x_regulator_probe+0x0 drivers/regulator/tps6105x-regulator.prelink.o: warning: objtool: tps6105x_regulator_init()+0x0: data relocation to !ENDBR: tps6105x_regulator_init+0x0 drivers/regulator/tps62360-regulator.prelink.o: warning: objtool: tps62360_dcdc_set_voltage_sel()+0x0: data relocation to !ENDBR: tps62360_dcdc_set_voltage_sel+0x0 drivers/regulator/tps62360-regulator.prelink.o: warning: objtool: tps62360_dcdc_get_voltage_sel()+0x0: data relocation to !ENDBR: tps62360_dcdc_get_voltage_sel+0x0 drivers/regulator/tps62360-regulator.prelink.o: warning: objtool: tps62360_set_mode()+0x0: data relocation to !ENDBR: tps62360_set_mode+0x0 drivers/regulator/tps62360-regulator.prelink.o: warning: objtool: tps62360_get_mode()+0x0: data relocation to !ENDBR: tps62360_get_mode+0x0 drivers/regulator/tps62360-regulator.prelink.o: warning: objtool: tps62360_probe()+0x0: data relocation to !ENDBR: tps62360_probe+0x0 drivers/regulator/tps62360-regulator.prelink.o: warning: objtool: tps62360_shutdown()+0x0: data relocation to !ENDBR: tps62360_shutdown+0x0 drivers/regulator/tps62360-regulator.prelink.o: warning: objtool: tps62360_init()+0x0: data relocation to !ENDBR: tps62360_init+0x0 drivers/regulator/tps65023-regulator.prelink.o: warning: objtool: tps65023_dcdc_set_voltage_sel()+0x0: data relocation to !ENDBR: tps65023_dcdc_set_voltage_sel+0x0 drivers/regulator/tps65023-regulator.prelink.o: warning: objtool: tps65023_dcdc_get_voltage_sel()+0x0: data relocation to !ENDBR: tps65023_dcdc_get_voltage_sel+0x0 drivers/regulator/tps65023-regulator.prelink.o: warning: objtool: tps_65023_probe()+0x0: data relocation to !ENDBR: tps_65023_probe+0x0 drivers/regulator/tps65023-regulator.prelink.o: warning: objtool: tps_65023_init()+0x0: data relocation to !ENDBR: tps_65023_init+0x0 drivers/regulator/tps65218-regulator.prelink.o: warning: objtool: tps65218_pmic_enable()+0x0: data relocation to !ENDBR: tps65218_pmic_enable+0x0 drivers/regulator/tps65218-regulator.prelink.o: warning: objtool: tps65218_pmic_disable()+0x0: data relocation to !ENDBR: tps65218_pmic_disable+0x0 drivers/regulator/tps65218-regulator.prelink.o: warning: objtool: tps65218_pmic_set_suspend_enable()+0x0: data relocation to !ENDBR: tps65218_pmic_set_suspend_enable+0x0 drivers/regulator/tps65218-regulator.prelink.o: warning: objtool: tps65218_pmic_set_suspend_disable()+0x0: data relocation to !ENDBR: tps65218_pmic_set_suspend_disable+0x0 drivers/regulator/tps65218-regulator.prelink.o: warning: objtool: tps65218_pmic_set_current_limit()+0x0: data relocation to !ENDBR: tps65218_pmic_set_current_limit+0x0 drivers/regulator/tps65218-regulator.prelink.o: warning: objtool: tps65218_pmic_set_input_current_lim()+0x0: data relocation to !ENDBR: tps65218_pmic_set_input_current_lim+0x0 drivers/regulator/tps65218-regulator.prelink.o: warning: objtool: tps65218_pmic_enable()+0x0: data relocation to !ENDBR: tps65218_pmic_enable+0x0 drivers/regulator/tps65218-regulator.prelink.o: warning: objtool: tps65218_pmic_disable()+0x0: data relocation to !ENDBR: tps65218_pmic_disable+0x0 drivers/regulator/tps65218-regulator.prelink.o: warning: objtool: tps65218_pmic_set_voltage_sel()+0x0: data relocation to !ENDBR: tps65218_pmic_set_voltage_sel+0x0 drivers/regulator/tps65218-regulator.prelink.o: warning: objtool: tps65218_pmic_enable()+0x0: data relocation to !ENDBR: tps65218_pmic_enable+0x0 drivers/regulator/tps65218-regulator.prelink.o: warning: objtool: tps65218_pmic_disable()+0x0: data relocation to !ENDBR: tps65218_pmic_disable+0x0 drivers/regulator/tps65218-regulator.prelink.o: warning: objtool: tps65218_pmic_set_suspend_enable()+0x0: data relocation to !ENDBR: tps65218_pmic_set_suspend_enable+0x0 drivers/regulator/tps65218-regulator.prelink.o: warning: objtool: tps65218_pmic_set_suspend_disable()+0x0: data relocation to !ENDBR: tps65218_pmic_set_suspend_disable+0x0 drivers/regulator/tps65218-regulator.prelink.o: warning: objtool: tps65218_pmic_set_voltage_sel()+0x0: data relocation to !ENDBR: tps65218_pmic_set_voltage_sel+0x0 drivers/regulator/tps65218-regulator.prelink.o: warning: objtool: tps65218_pmic_enable()+0x0: data relocation to !ENDBR: tps65218_pmic_enable+0x0 drivers/regulator/tps65218-regulator.prelink.o: warning: objtool: tps65218_pmic_disable()+0x0: data relocation to !ENDBR: tps65218_pmic_disable+0x0 drivers/regulator/tps65218-regulator.prelink.o: warning: objtool: tps65218_pmic_set_suspend_enable()+0x0: data relocation to !ENDBR: tps65218_pmic_set_suspend_enable+0x0 drivers/regulator/tps65218-regulator.prelink.o: warning: objtool: tps65218_pmic_set_suspend_disable()+0x0: data relocation to !ENDBR: tps65218_pmic_set_suspend_disable+0x0 drivers/regulator/tps65218-regulator.prelink.o: warning: objtool: tps65218_regulator_probe()+0x0: data relocation to !ENDBR: tps65218_regulator_probe+0x0 drivers/regulator/tps65218-regulator.prelink.o: warning: objtool: tps65218_regulator_driver_init()+0x0: data relocation to !ENDBR: tps65218_regulator_driver_init+0x0 drivers/regulator/tps65912-regulator.prelink.o: warning: objtool: tps65912_regulator_probe()+0x0: data relocation to !ENDBR: tps65912_regulator_probe+0x0 drivers/regulator/tps65912-regulator.prelink.o: warning: objtool: tps65912_regulator_driver_init()+0x0: data relocation to !ENDBR: tps65912_regulator_driver_init+0x0 drivers/regulator/tps65132-regulator.prelink.o: warning: objtool: tps65132_of_parse_cb()+0x0: data relocation to !ENDBR: tps65132_of_parse_cb+0x0 drivers/regulator/tps65132-regulator.prelink.o: warning: objtool: tps65132_of_parse_cb()+0x0: data relocation to !ENDBR: tps65132_of_parse_cb+0x0 drivers/regulator/tps65132-regulator.prelink.o: warning: objtool: tps65132_regulator_enable()+0x0: data relocation to !ENDBR: tps65132_regulator_enable+0x0 drivers/regulator/tps65132-regulator.prelink.o: warning: objtool: tps65132_regulator_disable()+0x0: data relocation to !ENDBR: tps65132_regulator_disable+0x0 drivers/regulator/tps65132-regulator.prelink.o: warning: objtool: tps65132_regulator_is_enabled()+0x0: data relocation to !ENDBR: tps65132_regulator_is_enabled+0x0 drivers/regulator/tps65132-regulator.prelink.o: warning: objtool: tps65132_probe()+0x0: data relocation to !ENDBR: tps65132_probe+0x0 drivers/regulator/tps65132-regulator.prelink.o: warning: objtool: tps65132_i2c_driver_init()+0x0: data relocation to !ENDBR: tps65132_i2c_driver_init+0x0 drivers/video/fbdev/nvidia/nvidiafb.prelink.o: warning: objtool: nvidiafb_set_par()+0x932: relocation to !ENDBR: nvidiafb_imageblit+0x0 drivers/video/fbdev/nvidia/nvidiafb.prelink.o: warning: objtool: nvidiafb_set_par()+0x940: relocation to !ENDBR: nvidiafb_fillrect+0x0 drivers/video/fbdev/nvidia/nvidiafb.prelink.o: warning: objtool: nvidiafb_set_par()+0x94b: relocation to !ENDBR: nvidiafb_copyarea+0x0 drivers/video/fbdev/nvidia/nvidiafb.prelink.o: warning: objtool: nvidiafb_set_par()+0x956: relocation to !ENDBR: nvidiafb_sync+0x0 drivers/video/fbdev/nvidia/nvidiafb.prelink.o: warning: objtool: nvidiafb_suspend()+0x0: data relocation to !ENDBR: nvidiafb_suspend+0x0 drivers/video/fbdev/nvidia/nvidiafb.prelink.o: warning: objtool: nvidiafb_resume()+0x0: data relocation to !ENDBR: nvidiafb_resume+0x0 drivers/video/fbdev/nvidia/nvidiafb.prelink.o: warning: objtool: nvidiafb_freeze()+0x0: data relocation to !ENDBR: nvidiafb_freeze+0x0 drivers/video/fbdev/nvidia/nvidiafb.prelink.o: warning: objtool: nvidiafb_resume()+0x0: data relocation to !ENDBR: nvidiafb_resume+0x0 drivers/video/fbdev/nvidia/nvidiafb.prelink.o: warning: objtool: nvidiafb_hibernate()+0x0: data relocation to !ENDBR: nvidiafb_hibernate+0x0 drivers/video/fbdev/nvidia/nvidiafb.prelink.o: warning: objtool: nvidiafb_resume()+0x0: data relocation to !ENDBR: nvidiafb_resume+0x0 drivers/video/fbdev/nvidia/nvidiafb.prelink.o: warning: objtool: nvidia_bl_update_status()+0x0: data relocation to !ENDBR: nvidia_bl_update_status+0x0 drivers/video/fbdev/nvidia/nvidiafb.prelink.o: warning: objtool: nvidiafb_probe()+0x0: data relocation to !ENDBR: nvidiafb_probe+0x0 drivers/video/fbdev/nvidia/nvidiafb.prelink.o: warning: objtool: nvidiafb_remove()+0x0: data relocation to !ENDBR: nvidiafb_remove+0x0 drivers/video/fbdev/nvidia/nvidiafb.prelink.o: warning: objtool: nvidiafb_open()+0x0: data relocation to !ENDBR: nvidiafb_open+0x0 drivers/video/fbdev/nvidia/nvidiafb.prelink.o: warning: objtool: nvidiafb_release()+0x0: data relocation to !ENDBR: nvidiafb_release+0x0 drivers/video/fbdev/nvidia/nvidiafb.prelink.o: warning: objtool: nvidiafb_check_var()+0x0: data relocation to !ENDBR: nvidiafb_check_var+0x0 drivers/video/fbdev/nvidia/nvidiafb.prelink.o: warning: objtool: nvidiafb_set_par()+0x0: data relocation to !ENDBR: nvidiafb_set_par+0x0 drivers/video/fbdev/nvidia/nvidiafb.prelink.o: warning: objtool: nvidiafb_setcolreg()+0x0: data relocation to !ENDBR: nvidiafb_setcolreg+0x0 drivers/video/fbdev/nvidia/nvidiafb.prelink.o: warning: objtool: nvidiafb_blank()+0x0: data relocation to !ENDBR: nvidiafb_blank+0x0 drivers/video/fbdev/nvidia/nvidiafb.prelink.o: warning: objtool: nvidiafb_pan_display()+0x0: data relocation to !ENDBR: nvidiafb_pan_display+0x0 drivers/video/fbdev/nvidia/nvidiafb.prelink.o: warning: objtool: nvidiafb_fillrect()+0x0: data relocation to !ENDBR: nvidiafb_fillrect+0x0 drivers/video/fbdev/nvidia/nvidiafb.prelink.o: warning: objtool: nvidiafb_copyarea()+0x0: data relocation to !ENDBR: nvidiafb_copyarea+0x0 drivers/video/fbdev/nvidia/nvidiafb.prelink.o: warning: objtool: nvidiafb_imageblit()+0x0: data relocation to !ENDBR: nvidiafb_imageblit+0x0 drivers/video/fbdev/nvidia/nvidiafb.prelink.o: warning: objtool: nvidiafb_cursor()+0x0: data relocation to !ENDBR: nvidiafb_cursor+0x0 drivers/video/fbdev/nvidia/nvidiafb.prelink.o: warning: objtool: nvidiafb_sync()+0x0: data relocation to !ENDBR: nvidiafb_sync+0x0 drivers/video/fbdev/nvidia/nvidiafb.prelink.o: warning: objtool: nvidiafb_init()+0x0: data relocation to !ENDBR: nvidiafb_init+0x0 drivers/regulator/wm831x-dcdc.prelink.o: warning: objtool: wm831x_boostp_probe()+0x18a: relocation to !ENDBR: wm831x_dcdc_uv_irq+0x0 drivers/regulator/wm831x-dcdc.prelink.o: warning: objtool: wm831x_buckp_probe()+0x1f5: relocation to !ENDBR: wm831x_dcdc_uv_irq+0x0 drivers/regulator/wm831x-dcdc.prelink.o: warning: objtool: wm831x_buckv_probe()+0x2e2: relocation to !ENDBR: wm831x_dcdc_uv_irq+0x0 drivers/regulator/wm831x-dcdc.prelink.o: warning: objtool: wm831x_buckv_probe()+0x346: relocation to !ENDBR: wm831x_dcdc_oc_irq+0x0 drivers/regulator/wm831x-dcdc.prelink.o: warning: objtool: wm831x_dcdc_get_status()+0x0: data relocation to !ENDBR: wm831x_dcdc_get_status+0x0 drivers/regulator/wm831x-dcdc.prelink.o: warning: objtool: wm831x_boostp_get_status()+0x0: data relocation to !ENDBR: wm831x_boostp_get_status+0x0 drivers/regulator/wm831x-dcdc.prelink.o: warning: objtool: wm831x_dcdc_set_mode()+0x0: data relocation to !ENDBR: wm831x_dcdc_set_mode+0x0 drivers/regulator/wm831x-dcdc.prelink.o: warning: objtool: wm831x_dcdc_get_mode()+0x0: data relocation to !ENDBR: wm831x_dcdc_get_mode+0x0 drivers/regulator/wm831x-dcdc.prelink.o: warning: objtool: wm831x_dcdc_get_status()+0x0: data relocation to !ENDBR: wm831x_dcdc_get_status+0x0 drivers/regulator/wm831x-dcdc.prelink.o: warning: objtool: wm831x_buckp_set_suspend_voltage()+0x0: data relocation to !ENDBR: wm831x_buckp_set_suspend_voltage+0x0 drivers/regulator/wm831x-dcdc.prelink.o: warning: objtool: wm831x_dcdc_set_suspend_mode()+0x0: data relocation to !ENDBR: wm831x_dcdc_set_suspend_mode+0x0 drivers/regulator/wm831x-dcdc.prelink.o: warning: objtool: wm831x_buckv_set_voltage_sel()+0x0: data relocation to !ENDBR: wm831x_buckv_set_voltage_sel+0x0 drivers/regulator/wm831x-dcdc.prelink.o: warning: objtool: wm831x_buckv_get_voltage_sel()+0x0: data relocation to !ENDBR: wm831x_buckv_get_voltage_sel+0x0 drivers/regulator/wm831x-dcdc.prelink.o: warning: objtool: wm831x_dcdc_set_mode()+0x0: data relocation to !ENDBR: wm831x_dcdc_set_mode+0x0 drivers/regulator/wm831x-dcdc.prelink.o: warning: objtool: wm831x_dcdc_get_mode()+0x0: data relocation to !ENDBR: wm831x_dcdc_get_mode+0x0 drivers/regulator/wm831x-dcdc.prelink.o: warning: objtool: wm831x_dcdc_get_status()+0x0: data relocation to !ENDBR: wm831x_dcdc_get_status+0x0 drivers/regulator/wm831x-dcdc.prelink.o: warning: objtool: wm831x_buckv_set_suspend_voltage()+0x0: data relocation to !ENDBR: wm831x_buckv_set_suspend_voltage+0x0 drivers/regulator/wm831x-dcdc.prelink.o: warning: objtool: wm831x_dcdc_set_suspend_mode()+0x0: data relocation to !ENDBR: wm831x_dcdc_set_suspend_mode+0x0 drivers/regulator/wm831x-dcdc.prelink.o: warning: objtool: wm831x_epe_probe()+0x0: data relocation to !ENDBR: wm831x_epe_probe+0x0 drivers/regulator/wm831x-dcdc.prelink.o: warning: objtool: wm831x_boostp_probe()+0x0: data relocation to !ENDBR: wm831x_boostp_probe+0x0 drivers/regulator/wm831x-dcdc.prelink.o: warning: objtool: wm831x_buckp_probe()+0x0: data relocation to !ENDBR: wm831x_buckp_probe+0x0 drivers/regulator/wm831x-dcdc.prelink.o: warning: objtool: wm831x_buckv_probe()+0x0: data relocation to !ENDBR: wm831x_buckv_probe+0x0 drivers/regulator/wm831x-dcdc.prelink.o: warning: objtool: wm831x_dcdc_init()+0x0: data relocation to !ENDBR: wm831x_dcdc_init+0x0 drivers/regulator/wm831x-isink.prelink.o: warning: objtool: wm831x_isink_probe()+0x195: relocation to !ENDBR: wm831x_isink_irq+0x0 drivers/regulator/wm831x-isink.prelink.o: warning: objtool: wm831x_isink_enable()+0x0: data relocation to !ENDBR: wm831x_isink_enable+0x0 drivers/regulator/wm831x-isink.prelink.o: warning: objtool: wm831x_isink_disable()+0x0: data relocation to !ENDBR: wm831x_isink_disable+0x0 drivers/regulator/wm831x-isink.prelink.o: warning: objtool: wm831x_isink_is_enabled()+0x0: data relocation to !ENDBR: wm831x_isink_is_enabled+0x0 drivers/regulator/wm831x-isink.prelink.o: warning: objtool: wm831x_isink_probe()+0x0: data relocation to !ENDBR: wm831x_isink_probe+0x0 drivers/regulator/wm831x-isink.prelink.o: warning: objtool: wm831x_isink_init()+0x0: data relocation to !ENDBR: wm831x_isink_init+0x0 drivers/regulator/wm831x-ldo.prelink.o: warning: objtool: wm831x_aldo_probe()+0x20f: relocation to !ENDBR: wm831x_ldo_uv_irq+0x0 drivers/regulator/wm831x-ldo.prelink.o: warning: objtool: wm831x_gp_ldo_probe()+0x20f: relocation to !ENDBR: wm831x_ldo_uv_irq+0x0 drivers/regulator/wm831x-ldo.prelink.o: warning: objtool: wm831x_alive_ldo_get_status()+0x0: data relocation to !ENDBR: wm831x_alive_ldo_get_status+0x0 drivers/regulator/wm831x-ldo.prelink.o: warning: objtool: wm831x_alive_ldo_set_suspend_voltage()+0x0: data relocation to !ENDBR: wm831x_alive_ldo_set_suspend_voltage+0x0 drivers/regulator/wm831x-ldo.prelink.o: warning: objtool: wm831x_aldo_set_mode()+0x0: data relocation to !ENDBR: wm831x_aldo_set_mode+0x0 drivers/regulator/wm831x-ldo.prelink.o: warning: objtool: wm831x_aldo_get_mode()+0x0: data relocation to !ENDBR: wm831x_aldo_get_mode+0x0 drivers/regulator/wm831x-ldo.prelink.o: warning: objtool: wm831x_aldo_get_status()+0x0: data relocation to !ENDBR: wm831x_aldo_get_status+0x0 drivers/regulator/wm831x-ldo.prelink.o: warning: objtool: wm831x_aldo_set_suspend_voltage()+0x0: data relocation to !ENDBR: wm831x_aldo_set_suspend_voltage+0x0 drivers/regulator/wm831x-ldo.prelink.o: warning: objtool: wm831x_gp_ldo_set_mode()+0x0: data relocation to !ENDBR: wm831x_gp_ldo_set_mode+0x0 drivers/regulator/wm831x-ldo.prelink.o: warning: objtool: wm831x_gp_ldo_get_mode()+0x0: data relocation to !ENDBR: wm831x_gp_ldo_get_mode+0x0 drivers/regulator/wm831x-ldo.prelink.o: warning: objtool: wm831x_gp_ldo_get_status()+0x0: data relocation to !ENDBR: wm831x_gp_ldo_get_status+0x0 drivers/regulator/wm831x-ldo.prelink.o: warning: objtool: wm831x_gp_ldo_get_optimum_mode()+0x0: data relocation to !ENDBR: wm831x_gp_ldo_get_optimum_mode+0x0 drivers/regulator/wm831x-ldo.prelink.o: warning: objtool: wm831x_gp_ldo_set_suspend_voltage()+0x0: data relocation to !ENDBR: wm831x_gp_ldo_set_suspend_voltage+0x0 drivers/regulator/wm831x-ldo.prelink.o: warning: objtool: wm831x_alive_ldo_probe()+0x0: data relocation to !ENDBR: wm831x_alive_ldo_probe+0x0 drivers/regulator/wm831x-ldo.prelink.o: warning: objtool: wm831x_aldo_probe()+0x0: data relocation to !ENDBR: wm831x_aldo_probe+0x0 drivers/regulator/wm831x-ldo.prelink.o: warning: objtool: wm831x_gp_ldo_probe()+0x0: data relocation to !ENDBR: wm831x_gp_ldo_probe+0x0 drivers/regulator/wm831x-ldo.prelink.o: warning: objtool: wm831x_ldo_init()+0x0: data relocation to !ENDBR: wm831x_ldo_init+0x0 drivers/regulator/wm8350-regulator.prelink.o: warning: objtool: wm8350_regulator_probe()+0xfd: relocation to !ENDBR: pmic_uv_handler+0x0 drivers/regulator/wm8350-regulator.prelink.o: warning: objtool: wm8350_isink_enable()+0x0: data relocation to !ENDBR: wm8350_isink_enable+0x0 drivers/regulator/wm8350-regulator.prelink.o: warning: objtool: wm8350_isink_disable()+0x0: data relocation to !ENDBR: wm8350_isink_disable+0x0 drivers/regulator/wm8350-regulator.prelink.o: warning: objtool: wm8350_isink_is_enabled()+0x0: data relocation to !ENDBR: wm8350_isink_is_enabled+0x0 drivers/regulator/wm8350-regulator.prelink.o: warning: objtool: wm8350_isink_enable_time()+0x0: data relocation to !ENDBR: wm8350_isink_enable_time+0x0 drivers/regulator/wm8350-regulator.prelink.o: warning: objtool: wm8350_ldo_get_mode()+0x0: data relocation to !ENDBR: wm8350_ldo_get_mode+0x0 drivers/regulator/wm8350-regulator.prelink.o: warning: objtool: wm8350_ldo_set_suspend_voltage()+0x0: data relocation to !ENDBR: wm8350_ldo_set_suspend_voltage+0x0 drivers/regulator/wm8350-regulator.prelink.o: warning: objtool: wm8350_ldo_set_suspend_enable()+0x0: data relocation to !ENDBR: wm8350_ldo_set_suspend_enable+0x0 drivers/regulator/wm8350-regulator.prelink.o: warning: objtool: wm8350_ldo_set_suspend_disable()+0x0: data relocation to !ENDBR: wm8350_ldo_set_suspend_disable+0x0 drivers/regulator/wm8350-regulator.prelink.o: warning: objtool: wm8350_dcdc25_set_suspend_enable()+0x0: data relocation to !ENDBR: wm8350_dcdc25_set_suspend_enable+0x0 drivers/regulator/wm8350-regulator.prelink.o: warning: objtool: wm8350_dcdc25_set_suspend_disable()+0x0: data relocation to !ENDBR: wm8350_dcdc25_set_suspend_disable+0x0 drivers/regulator/wm8350-regulator.prelink.o: warning: objtool: wm8350_dcdc_set_mode()+0x0: data relocation to !ENDBR: wm8350_dcdc_set_mode+0x0 drivers/regulator/wm8350-regulator.prelink.o: warning: objtool: wm8350_dcdc_get_mode()+0x0: data relocation to !ENDBR: wm8350_dcdc_get_mode+0x0 drivers/regulator/wm8350-regulator.prelink.o: warning: objtool: wm8350_dcdc_get_optimum_mode()+0x0: data relocation to !ENDBR: wm8350_dcdc_get_optimum_mode+0x0 drivers/regulator/wm8350-regulator.prelink.o: warning: objtool: wm8350_dcdc_set_suspend_voltage()+0x0: data relocation to !ENDBR: wm8350_dcdc_set_suspend_voltage+0x0 drivers/regulator/wm8350-regulator.prelink.o: warning: objtool: wm8350_dcdc_set_suspend_enable()+0x0: data relocation to !ENDBR: wm8350_dcdc_set_suspend_enable+0x0 drivers/regulator/wm8350-regulator.prelink.o: warning: objtool: wm8350_dcdc_set_suspend_disable()+0x0: data relocation to !ENDBR: wm8350_dcdc_set_suspend_disable+0x0 drivers/regulator/wm8350-regulator.prelink.o: warning: objtool: wm8350_dcdc_set_suspend_mode()+0x0: data relocation to !ENDBR: wm8350_dcdc_set_suspend_mode+0x0 drivers/regulator/wm8350-regulator.prelink.o: warning: objtool: wm8350_regulator_probe()+0x0: data relocation to !ENDBR: wm8350_regulator_probe+0x0 drivers/regulator/wm8350-regulator.prelink.o: warning: objtool: wm8350_regulator_remove()+0x0: data relocation to !ENDBR: wm8350_regulator_remove+0x0 drivers/regulator/wm8350-regulator.prelink.o: warning: objtool: wm8350_regulator_init()+0x0: data relocation to !ENDBR: wm8350_regulator_init+0x0 drivers/video/fbdev/vermilion/vmlfb.prelink.o: warning: objtool: vml_pci_probe()+0x0: data relocation to !ENDBR: vml_pci_probe+0x0 drivers/video/fbdev/vermilion/vmlfb.prelink.o: warning: objtool: vml_pci_remove()+0x0: data relocation to !ENDBR: vml_pci_remove+0x0 drivers/video/fbdev/vermilion/vmlfb.prelink.o: warning: objtool: vmlfb_open()+0x0: data relocation to !ENDBR: vmlfb_open+0x0 drivers/video/fbdev/vermilion/vmlfb.prelink.o: warning: objtool: vmlfb_release()+0x0: data relocation to !ENDBR: vmlfb_release+0x0 drivers/video/fbdev/vermilion/vmlfb.prelink.o: warning: objtool: vmlfb_check_var()+0x0: data relocation to !ENDBR: vmlfb_check_var+0x0 drivers/video/fbdev/vermilion/vmlfb.prelink.o: warning: objtool: vmlfb_set_par()+0x0: data relocation to !ENDBR: vmlfb_set_par+0x0 drivers/video/fbdev/vermilion/vmlfb.prelink.o: warning: objtool: vmlfb_setcolreg()+0x0: data relocation to !ENDBR: vmlfb_setcolreg+0x0 drivers/video/fbdev/vermilion/vmlfb.prelink.o: warning: objtool: vmlfb_blank()+0x0: data relocation to !ENDBR: vmlfb_blank+0x0 drivers/video/fbdev/vermilion/vmlfb.prelink.o: warning: objtool: vmlfb_pan_display()+0x0: data relocation to !ENDBR: vmlfb_pan_display+0x0 drivers/video/fbdev/vermilion/vmlfb.prelink.o: warning: objtool: vmlfb_cursor()+0x0: data relocation to !ENDBR: vmlfb_cursor+0x0 drivers/video/fbdev/vermilion/vmlfb.prelink.o: warning: objtool: vmlfb_sync()+0x0: data relocation to !ENDBR: vmlfb_sync+0x0 drivers/video/fbdev/vermilion/vmlfb.prelink.o: warning: objtool: vmlfb_mmap()+0x0: data relocation to !ENDBR: vmlfb_mmap+0x0 drivers/video/fbdev/vermilion/vmlfb.prelink.o: warning: objtool: vmlfb_init()+0x0: data relocation to !ENDBR: vmlfb_init+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_create_hwdep()+0x2b: relocation to !ENDBR: snd_hdsp_hwdep_ioctl+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_midi_output_trigger()+0x95: relocation to !ENDBR: snd_hdsp_midi_output_timer+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_capture_open()+0x1a0: relocation to !ENDBR: snd_hdsp_hw_rule_in_channels+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_capture_open()+0x1be: relocation to !ENDBR: snd_hdsp_hw_rule_in_channels_rate+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_capture_open()+0x1df: relocation to !ENDBR: snd_hdsp_hw_rule_rate_in_channels+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_playback_open()+0x1ad: relocation to !ENDBR: snd_hdsp_hw_rule_out_channels+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_playback_open()+0x1ce: relocation to !ENDBR: snd_hdsp_hw_rule_out_channels_rate+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_playback_open()+0x1ef: relocation to !ENDBR: snd_hdsp_hw_rule_rate_out_channels+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_probe()+0x93: relocation to !ENDBR: snd_hdsp_card_free+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_probe()+0x1cd: relocation to !ENDBR: hdsp_midi_work+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_probe()+0x2f3: relocation to !ENDBR: snd_hdsp_interrupt+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_capture_open()+0x0: data relocation to !ENDBR: snd_hdsp_capture_open+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_capture_release()+0x0: data relocation to !ENDBR: snd_hdsp_capture_release+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_ioctl()+0x0: data relocation to !ENDBR: snd_hdsp_ioctl+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_hw_params()+0x0: data relocation to !ENDBR: snd_hdsp_hw_params+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_prepare()+0x0: data relocation to !ENDBR: snd_hdsp_prepare+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_trigger()+0x0: data relocation to !ENDBR: snd_hdsp_trigger+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_hw_pointer()+0x0: data relocation to !ENDBR: snd_hdsp_hw_pointer+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_capture_copy()+0x0: data relocation to !ENDBR: snd_hdsp_capture_copy+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_capture_copy_kernel()+0x0: data relocation to !ENDBR: snd_hdsp_capture_copy_kernel+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_playback_open()+0x0: data relocation to !ENDBR: snd_hdsp_playback_open+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_playback_release()+0x0: data relocation to !ENDBR: snd_hdsp_playback_release+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_ioctl()+0x0: data relocation to !ENDBR: snd_hdsp_ioctl+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_hw_params()+0x0: data relocation to !ENDBR: snd_hdsp_hw_params+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_prepare()+0x0: data relocation to !ENDBR: snd_hdsp_prepare+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_trigger()+0x0: data relocation to !ENDBR: snd_hdsp_trigger+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_hw_pointer()+0x0: data relocation to !ENDBR: snd_hdsp_hw_pointer+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_hw_silence()+0x0: data relocation to !ENDBR: snd_hdsp_hw_silence+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_playback_copy()+0x0: data relocation to !ENDBR: snd_hdsp_playback_copy+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_playback_copy_kernel()+0x0: data relocation to !ENDBR: snd_hdsp_playback_copy_kernel+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_get_toggle_setting()+0x0: data relocation to !ENDBR: snd_hdsp_get_toggle_setting+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_put_toggle_setting()+0x0: data relocation to !ENDBR: snd_hdsp_put_toggle_setting+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_info_rpm_bypass()+0x0: data relocation to !ENDBR: snd_hdsp_info_rpm_bypass+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_get_rpm_bypass()+0x0: data relocation to !ENDBR: snd_hdsp_get_rpm_bypass+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_put_rpm_bypass()+0x0: data relocation to !ENDBR: snd_hdsp_put_rpm_bypass+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_info_rpm_disconnect()+0x0: data relocation to !ENDBR: snd_hdsp_info_rpm_disconnect+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_get_rpm_disconnect()+0x0: data relocation to !ENDBR: snd_hdsp_get_rpm_disconnect+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_put_rpm_disconnect()+0x0: data relocation to !ENDBR: snd_hdsp_put_rpm_disconnect+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_info_rpm_input()+0x0: data relocation to !ENDBR: snd_hdsp_info_rpm_input+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_get_rpm_input12()+0x0: data relocation to !ENDBR: snd_hdsp_get_rpm_input12+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_put_rpm_input12()+0x0: data relocation to !ENDBR: snd_hdsp_put_rpm_input12+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_info_rpm_input()+0x0: data relocation to !ENDBR: snd_hdsp_info_rpm_input+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_get_rpm_input34()+0x0: data relocation to !ENDBR: snd_hdsp_get_rpm_input34+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_put_rpm_input34()+0x0: data relocation to !ENDBR: snd_hdsp_put_rpm_input34+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_info_system_sample_rate()+0x0: data relocation to !ENDBR: snd_hdsp_info_system_sample_rate+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_get_system_sample_rate()+0x0: data relocation to !ENDBR: snd_hdsp_get_system_sample_rate+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_info_mixer()+0x0: data relocation to !ENDBR: snd_hdsp_info_mixer+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_get_mixer()+0x0: data relocation to !ENDBR: snd_hdsp_get_mixer+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_put_mixer()+0x0: data relocation to !ENDBR: snd_hdsp_put_mixer+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_control_spdif_info()+0x0: data relocation to !ENDBR: snd_hdsp_control_spdif_info+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_control_spdif_get()+0x0: data relocation to !ENDBR: snd_hdsp_control_spdif_get+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_control_spdif_put()+0x0: data relocation to !ENDBR: snd_hdsp_control_spdif_put+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_control_spdif_stream_info()+0x0: data relocation to !ENDBR: snd_hdsp_control_spdif_stream_info+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_control_spdif_stream_get()+0x0: data relocation to !ENDBR: snd_hdsp_control_spdif_stream_get+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_control_spdif_stream_put()+0x0: data relocation to !ENDBR: snd_hdsp_control_spdif_stream_put+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_control_spdif_mask_info()+0x0: data relocation to !ENDBR: snd_hdsp_control_spdif_mask_info+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_control_spdif_mask_get()+0x0: data relocation to !ENDBR: snd_hdsp_control_spdif_mask_get+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_control_spdif_mask_info()+0x0: data relocation to !ENDBR: snd_hdsp_control_spdif_mask_info+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_control_spdif_mask_get()+0x0: data relocation to !ENDBR: snd_hdsp_control_spdif_mask_get+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_info_mixer()+0x0: data relocation to !ENDBR: snd_hdsp_info_mixer+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_get_mixer()+0x0: data relocation to !ENDBR: snd_hdsp_get_mixer+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_put_mixer()+0x0: data relocation to !ENDBR: snd_hdsp_put_mixer+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_info_spdif_in()+0x0: data relocation to !ENDBR: snd_hdsp_info_spdif_in+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_get_spdif_in()+0x0: data relocation to !ENDBR: snd_hdsp_get_spdif_in+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_put_spdif_in()+0x0: data relocation to !ENDBR: snd_hdsp_put_spdif_in+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_get_toggle_setting()+0x0: data relocation to !ENDBR: snd_hdsp_get_toggle_setting+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_put_toggle_setting()+0x0: data relocation to !ENDBR: snd_hdsp_put_toggle_setting+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_get_toggle_setting()+0x0: data relocation to !ENDBR: snd_hdsp_get_toggle_setting+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_put_toggle_setting()+0x0: data relocation to !ENDBR: snd_hdsp_put_toggle_setting+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_get_toggle_setting()+0x0: data relocation to !ENDBR: snd_hdsp_get_toggle_setting+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_put_toggle_setting()+0x0: data relocation to !ENDBR: snd_hdsp_put_toggle_setting+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_get_toggle_setting()+0x0: data relocation to !ENDBR: snd_hdsp_get_toggle_setting+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_put_toggle_setting()+0x0: data relocation to !ENDBR: snd_hdsp_put_toggle_setting+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_info_clock_source()+0x0: data relocation to !ENDBR: snd_hdsp_info_clock_source+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_get_clock_source()+0x0: data relocation to !ENDBR: snd_hdsp_get_clock_source+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_put_clock_source()+0x0: data relocation to !ENDBR: snd_hdsp_put_clock_source+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_get_clock_source_lock()+0x0: data relocation to !ENDBR: snd_hdsp_get_clock_source_lock+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_put_clock_source_lock()+0x0: data relocation to !ENDBR: snd_hdsp_put_clock_source_lock+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_info_system_clock_mode()+0x0: data relocation to !ENDBR: snd_hdsp_info_system_clock_mode+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_get_system_clock_mode()+0x0: data relocation to !ENDBR: snd_hdsp_get_system_clock_mode+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_info_pref_sync_ref()+0x0: data relocation to !ENDBR: snd_hdsp_info_pref_sync_ref+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_get_pref_sync_ref()+0x0: data relocation to !ENDBR: snd_hdsp_get_pref_sync_ref+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_put_pref_sync_ref()+0x0: data relocation to !ENDBR: snd_hdsp_put_pref_sync_ref+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_info_autosync_ref()+0x0: data relocation to !ENDBR: snd_hdsp_info_autosync_ref+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_get_autosync_ref()+0x0: data relocation to !ENDBR: snd_hdsp_get_autosync_ref+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_info_spdif_sample_rate()+0x0: data relocation to !ENDBR: snd_hdsp_info_spdif_sample_rate+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_get_spdif_sample_rate()+0x0: data relocation to !ENDBR: snd_hdsp_get_spdif_sample_rate+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_info_system_sample_rate()+0x0: data relocation to !ENDBR: snd_hdsp_info_system_sample_rate+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_get_system_sample_rate()+0x0: data relocation to !ENDBR: snd_hdsp_get_system_sample_rate+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_info_autosync_sample_rate()+0x0: data relocation to !ENDBR: snd_hdsp_info_autosync_sample_rate+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_get_autosync_sample_rate()+0x0: data relocation to !ENDBR: snd_hdsp_get_autosync_sample_rate+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_info_sync_check()+0x0: data relocation to !ENDBR: snd_hdsp_info_sync_check+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_get_wc_sync_check()+0x0: data relocation to !ENDBR: snd_hdsp_get_wc_sync_check+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_info_sync_check()+0x0: data relocation to !ENDBR: snd_hdsp_info_sync_check+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_get_spdif_sync_check()+0x0: data relocation to !ENDBR: snd_hdsp_get_spdif_sync_check+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_info_sync_check()+0x0: data relocation to !ENDBR: snd_hdsp_info_sync_check+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_get_adatsync_sync_check()+0x0: data relocation to !ENDBR: snd_hdsp_get_adatsync_sync_check+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_get_toggle_setting()+0x0: data relocation to !ENDBR: snd_hdsp_get_toggle_setting+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_put_toggle_setting()+0x0: data relocation to !ENDBR: snd_hdsp_put_toggle_setting+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_get_precise_pointer()+0x0: data relocation to !ENDBR: snd_hdsp_get_precise_pointer+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_put_precise_pointer()+0x0: data relocation to !ENDBR: snd_hdsp_put_precise_pointer+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_get_use_midi_work()+0x0: data relocation to !ENDBR: snd_hdsp_get_use_midi_work+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_put_use_midi_work()+0x0: data relocation to !ENDBR: snd_hdsp_put_use_midi_work+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_info_da_gain()+0x0: data relocation to !ENDBR: snd_hdsp_info_da_gain+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_get_da_gain()+0x0: data relocation to !ENDBR: snd_hdsp_get_da_gain+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_put_da_gain()+0x0: data relocation to !ENDBR: snd_hdsp_put_da_gain+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_info_ad_gain()+0x0: data relocation to !ENDBR: snd_hdsp_info_ad_gain+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_get_ad_gain()+0x0: data relocation to !ENDBR: snd_hdsp_get_ad_gain+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_put_ad_gain()+0x0: data relocation to !ENDBR: snd_hdsp_put_ad_gain+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_info_phone_gain()+0x0: data relocation to !ENDBR: snd_hdsp_info_phone_gain+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_get_phone_gain()+0x0: data relocation to !ENDBR: snd_hdsp_get_phone_gain+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_put_phone_gain()+0x0: data relocation to !ENDBR: snd_hdsp_put_phone_gain+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_get_toggle_setting()+0x0: data relocation to !ENDBR: snd_hdsp_get_toggle_setting+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_put_toggle_setting()+0x0: data relocation to !ENDBR: snd_hdsp_put_toggle_setting+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_info_dds_offset()+0x0: data relocation to !ENDBR: snd_hdsp_info_dds_offset+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_get_dds_offset()+0x0: data relocation to !ENDBR: snd_hdsp_get_dds_offset+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_put_dds_offset()+0x0: data relocation to !ENDBR: snd_hdsp_put_dds_offset+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_midi_input_open()+0x0: data relocation to !ENDBR: snd_hdsp_midi_input_open+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_midi_input_close()+0x0: data relocation to !ENDBR: snd_hdsp_midi_input_close+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_midi_input_trigger()+0x0: data relocation to !ENDBR: snd_hdsp_midi_input_trigger+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_midi_output_open()+0x0: data relocation to !ENDBR: snd_hdsp_midi_output_open+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_midi_output_close()+0x0: data relocation to !ENDBR: snd_hdsp_midi_output_close+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_midi_output_trigger()+0x0: data relocation to !ENDBR: snd_hdsp_midi_output_trigger+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_probe()+0x0: data relocation to !ENDBR: snd_hdsp_probe+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_loopback_get()+0x0: data relocation to !ENDBR: snd_hdsp_loopback_get+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_loopback_put()+0x0: data relocation to !ENDBR: snd_hdsp_loopback_put+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_info_sync_check()+0x0: data relocation to !ENDBR: snd_hdsp_info_sync_check+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: snd_hdsp_get_adat_sync_check()+0x0: data relocation to !ENDBR: snd_hdsp_get_adat_sync_check+0x0 sound/pci/rme9652/snd-hdsp.prelink.o: warning: objtool: hdsp_driver_init()+0x0: data relocation to !ENDBR: hdsp_driver_init+0x0 drivers/video/fbdev/mb862xx/mb862xxfb.prelink.o: warning: objtool: mb862xx_pci_probe()+0x2f1: relocation to !ENDBR: mb862xx_intr+0x0 drivers/video/fbdev/mb862xx/mb862xxfb.prelink.o: warning: objtool: mb86290fb_imageblit()+0x9a: relocation to !ENDBR: mb86290fb_imageblit8+0x0 drivers/video/fbdev/mb862xx/mb862xxfb.prelink.o: warning: objtool: mb86290fb_imageblit()+0x1e9: relocation to !ENDBR: mb86290fb_imageblit16+0x0 drivers/video/fbdev/mb862xx/mb862xxfb.prelink.o: warning: objtool: mb86290fb_imageblit()+0x1a1: relocation to !ENDBR: mb86290fb_imageblit1+0x0 drivers/video/fbdev/mb862xx/mb862xxfb.prelink.o: warning: objtool: mb862xxfb_init_accel()+0x2d: relocation to !ENDBR: mb86290fb_fillrect+0x0 drivers/video/fbdev/mb862xx/mb862xxfb.prelink.o: warning: objtool: mb862xxfb_init_accel()+0x35: relocation to !ENDBR: mb86290fb_copyarea+0x0 drivers/video/fbdev/mb862xx/mb862xxfb.prelink.o: warning: objtool: mb862xxfb_init_accel()+0x3d: relocation to !ENDBR: mb86290fb_imageblit+0x0 drivers/video/fbdev/mb862xx/mb862xxfb.prelink.o: warning: objtool: mb862xx_pci_probe()+0x0: data relocation to !ENDBR: mb862xx_pci_probe+0x0 drivers/video/fbdev/mb862xx/mb862xxfb.prelink.o: warning: objtool: mb862xx_pci_remove()+0x0: data relocation to !ENDBR: mb862xx_pci_remove+0x0 drivers/video/fbdev/mb862xx/mb862xxfb.prelink.o: warning: objtool: dispregs_show()+0x0: data relocation to !ENDBR: dispregs_show+0x0 drivers/video/fbdev/mb862xx/mb862xxfb.prelink.o: warning: objtool: mb862xxfb_check_var()+0x0: data relocation to !ENDBR: mb862xxfb_check_var+0x0 drivers/video/fbdev/mb862xx/mb862xxfb.prelink.o: warning: objtool: mb862xxfb_set_par()+0x0: data relocation to !ENDBR: mb862xxfb_set_par+0x0 drivers/video/fbdev/mb862xx/mb862xxfb.prelink.o: warning: objtool: mb862xxfb_setcolreg()+0x0: data relocation to !ENDBR: mb862xxfb_setcolreg+0x0 drivers/video/fbdev/mb862xx/mb862xxfb.prelink.o: warning: objtool: mb862xxfb_blank()+0x0: data relocation to !ENDBR: mb862xxfb_blank+0x0 drivers/video/fbdev/mb862xx/mb862xxfb.prelink.o: warning: objtool: mb862xxfb_pan()+0x0: data relocation to !ENDBR: mb862xxfb_pan+0x0 drivers/video/fbdev/mb862xx/mb862xxfb.prelink.o: warning: objtool: mb862xxfb_ioctl()+0x0: data relocation to !ENDBR: mb862xxfb_ioctl+0x0 drivers/video/fbdev/mb862xx/mb862xxfb.prelink.o: warning: objtool: mb862xxfb_init()+0x0: data relocation to !ENDBR: mb862xxfb_init+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_capture_open()+0x10a: relocation to !ENDBR: snd_ymfpci_pcm_free_substream+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_playback_open_1()+0xef: relocation to !ENDBR: snd_ymfpci_pcm_free_substream+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_playback_hw_params()+0x200: relocation to !ENDBR: snd_ymfpci_pcm_interrupt+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_playback_hw_params()+0x127: relocation to !ENDBR: snd_ymfpci_pcm_interrupt+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_mixer()+0x5d: relocation to !ENDBR: snd_ymfpci_mixer_free_ac97+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_mixer()+0x65: relocation to !ENDBR: snd_ymfpci_mixer_free_ac97_bus+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_timer()+0xaa: relocation to !ENDBR: snd_ymfpci_timer_start+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_timer()+0xb5: relocation to !ENDBR: snd_ymfpci_timer_stop+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_timer()+0xc0: relocation to !ENDBR: snd_ymfpci_timer_precise_resolution+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_create()+0x146: relocation to !ENDBR: snd_ymfpci_interrupt+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_create()+0x174: relocation to !ENDBR: snd_ymfpci_free+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_codec_write()+0x0: data relocation to !ENDBR: snd_ymfpci_codec_write+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_codec_read()+0x0: data relocation to !ENDBR: snd_ymfpci_codec_read+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_suspend()+0x0: data relocation to !ENDBR: snd_ymfpci_suspend+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_resume()+0x0: data relocation to !ENDBR: snd_ymfpci_resume+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_suspend()+0x0: data relocation to !ENDBR: snd_ymfpci_suspend+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_resume()+0x0: data relocation to !ENDBR: snd_ymfpci_resume+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_suspend()+0x0: data relocation to !ENDBR: snd_ymfpci_suspend+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_resume()+0x0: data relocation to !ENDBR: snd_ymfpci_resume+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_pcm_vol_info()+0x0: data relocation to !ENDBR: snd_ymfpci_pcm_vol_info+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_pcm_vol_get()+0x0: data relocation to !ENDBR: snd_ymfpci_pcm_vol_get+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_pcm_vol_put()+0x0: data relocation to !ENDBR: snd_ymfpci_pcm_vol_put+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_gpio_sw_get()+0x0: data relocation to !ENDBR: snd_ymfpci_gpio_sw_get+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_gpio_sw_put()+0x0: data relocation to !ENDBR: snd_ymfpci_gpio_sw_put+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_info_double()+0x0: data relocation to !ENDBR: snd_ymfpci_info_double+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_get_double()+0x0: data relocation to !ENDBR: snd_ymfpci_get_double+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_put_nativedacvol()+0x0: data relocation to !ENDBR: snd_ymfpci_put_nativedacvol+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_info_double()+0x0: data relocation to !ENDBR: snd_ymfpci_info_double+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_get_double()+0x0: data relocation to !ENDBR: snd_ymfpci_get_double+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_put_double()+0x0: data relocation to !ENDBR: snd_ymfpci_put_double+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_info_double()+0x0: data relocation to !ENDBR: snd_ymfpci_info_double+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_get_double()+0x0: data relocation to !ENDBR: snd_ymfpci_get_double+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_put_double()+0x0: data relocation to !ENDBR: snd_ymfpci_put_double+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_info_double()+0x0: data relocation to !ENDBR: snd_ymfpci_info_double+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_get_double()+0x0: data relocation to !ENDBR: snd_ymfpci_get_double+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_put_double()+0x0: data relocation to !ENDBR: snd_ymfpci_put_double+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_info_double()+0x0: data relocation to !ENDBR: snd_ymfpci_info_double+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_get_double()+0x0: data relocation to !ENDBR: snd_ymfpci_get_double+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_put_double()+0x0: data relocation to !ENDBR: snd_ymfpci_put_double+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_info_double()+0x0: data relocation to !ENDBR: snd_ymfpci_info_double+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_get_double()+0x0: data relocation to !ENDBR: snd_ymfpci_get_double+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_put_double()+0x0: data relocation to !ENDBR: snd_ymfpci_put_double+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_info_double()+0x0: data relocation to !ENDBR: snd_ymfpci_info_double+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_get_double()+0x0: data relocation to !ENDBR: snd_ymfpci_get_double+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_put_double()+0x0: data relocation to !ENDBR: snd_ymfpci_put_double+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_info_double()+0x0: data relocation to !ENDBR: snd_ymfpci_info_double+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_get_double()+0x0: data relocation to !ENDBR: snd_ymfpci_get_double+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_put_double()+0x0: data relocation to !ENDBR: snd_ymfpci_put_double+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_info_double()+0x0: data relocation to !ENDBR: snd_ymfpci_info_double+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_get_double()+0x0: data relocation to !ENDBR: snd_ymfpci_get_double+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_put_double()+0x0: data relocation to !ENDBR: snd_ymfpci_put_double+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_info_double()+0x0: data relocation to !ENDBR: snd_ymfpci_info_double+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_get_double()+0x0: data relocation to !ENDBR: snd_ymfpci_get_double+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_put_double()+0x0: data relocation to !ENDBR: snd_ymfpci_put_double+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_info_double()+0x0: data relocation to !ENDBR: snd_ymfpci_info_double+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_get_double()+0x0: data relocation to !ENDBR: snd_ymfpci_get_double+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_put_double()+0x0: data relocation to !ENDBR: snd_ymfpci_put_double+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_info_double()+0x0: data relocation to !ENDBR: snd_ymfpci_info_double+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_get_double()+0x0: data relocation to !ENDBR: snd_ymfpci_get_double+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_put_double()+0x0: data relocation to !ENDBR: snd_ymfpci_put_double+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_info_double()+0x0: data relocation to !ENDBR: snd_ymfpci_info_double+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_get_double()+0x0: data relocation to !ENDBR: snd_ymfpci_get_double+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_put_double()+0x0: data relocation to !ENDBR: snd_ymfpci_put_double+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_get_single()+0x0: data relocation to !ENDBR: snd_ymfpci_get_single+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_put_single()+0x0: data relocation to !ENDBR: snd_ymfpci_put_single+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_get_single()+0x0: data relocation to !ENDBR: snd_ymfpci_get_single+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_put_single()+0x0: data relocation to !ENDBR: snd_ymfpci_put_single+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_get_single()+0x0: data relocation to !ENDBR: snd_ymfpci_get_single+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_put_single()+0x0: data relocation to !ENDBR: snd_ymfpci_put_single+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_get_dup4ch()+0x0: data relocation to !ENDBR: snd_ymfpci_get_dup4ch+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_put_dup4ch()+0x0: data relocation to !ENDBR: snd_ymfpci_put_dup4ch+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_drec_source_info()+0x0: data relocation to !ENDBR: snd_ymfpci_drec_source_info+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_drec_source_get()+0x0: data relocation to !ENDBR: snd_ymfpci_drec_source_get+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_drec_source_put()+0x0: data relocation to !ENDBR: snd_ymfpci_drec_source_put+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_spdif_stream_info()+0x0: data relocation to !ENDBR: snd_ymfpci_spdif_stream_info+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_spdif_stream_get()+0x0: data relocation to !ENDBR: snd_ymfpci_spdif_stream_get+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_spdif_stream_put()+0x0: data relocation to !ENDBR: snd_ymfpci_spdif_stream_put+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_spdif_mask_info()+0x0: data relocation to !ENDBR: snd_ymfpci_spdif_mask_info+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_spdif_mask_get()+0x0: data relocation to !ENDBR: snd_ymfpci_spdif_mask_get+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_spdif_default_info()+0x0: data relocation to !ENDBR: snd_ymfpci_spdif_default_info+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_spdif_default_get()+0x0: data relocation to !ENDBR: snd_ymfpci_spdif_default_get+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_spdif_default_put()+0x0: data relocation to !ENDBR: snd_ymfpci_spdif_default_put+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_playback_4ch_open()+0x0: data relocation to !ENDBR: snd_ymfpci_playback_4ch_open+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_playback_4ch_close()+0x0: data relocation to !ENDBR: snd_ymfpci_playback_4ch_close+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_playback_hw_params()+0x0: data relocation to !ENDBR: snd_ymfpci_playback_hw_params+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_playback_hw_free()+0x0: data relocation to !ENDBR: snd_ymfpci_playback_hw_free+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_playback_prepare()+0x0: data relocation to !ENDBR: snd_ymfpci_playback_prepare+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_playback_trigger()+0x0: data relocation to !ENDBR: snd_ymfpci_playback_trigger+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_playback_pointer()+0x0: data relocation to !ENDBR: snd_ymfpci_playback_pointer+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_playback_spdif_open()+0x0: data relocation to !ENDBR: snd_ymfpci_playback_spdif_open+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_playback_spdif_close()+0x0: data relocation to !ENDBR: snd_ymfpci_playback_spdif_close+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_playback_hw_params()+0x0: data relocation to !ENDBR: snd_ymfpci_playback_hw_params+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_playback_hw_free()+0x0: data relocation to !ENDBR: snd_ymfpci_playback_hw_free+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_playback_prepare()+0x0: data relocation to !ENDBR: snd_ymfpci_playback_prepare+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_playback_trigger()+0x0: data relocation to !ENDBR: snd_ymfpci_playback_trigger+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_playback_pointer()+0x0: data relocation to !ENDBR: snd_ymfpci_playback_pointer+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_capture_ac97_open()+0x0: data relocation to !ENDBR: snd_ymfpci_capture_ac97_open+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_capture_close()+0x0: data relocation to !ENDBR: snd_ymfpci_capture_close+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_capture_hw_free()+0x0: data relocation to !ENDBR: snd_ymfpci_capture_hw_free+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_capture_prepare()+0x0: data relocation to !ENDBR: snd_ymfpci_capture_prepare+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_capture_trigger()+0x0: data relocation to !ENDBR: snd_ymfpci_capture_trigger+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_capture_pointer()+0x0: data relocation to !ENDBR: snd_ymfpci_capture_pointer+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_capture_rec_open()+0x0: data relocation to !ENDBR: snd_ymfpci_capture_rec_open+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_capture_close()+0x0: data relocation to !ENDBR: snd_ymfpci_capture_close+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_capture_hw_free()+0x0: data relocation to !ENDBR: snd_ymfpci_capture_hw_free+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_capture_prepare()+0x0: data relocation to !ENDBR: snd_ymfpci_capture_prepare+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_capture_trigger()+0x0: data relocation to !ENDBR: snd_ymfpci_capture_trigger+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_capture_pointer()+0x0: data relocation to !ENDBR: snd_ymfpci_capture_pointer+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_playback_open()+0x0: data relocation to !ENDBR: snd_ymfpci_playback_open+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_playback_close()+0x0: data relocation to !ENDBR: snd_ymfpci_playback_close+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_playback_hw_params()+0x0: data relocation to !ENDBR: snd_ymfpci_playback_hw_params+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_playback_hw_free()+0x0: data relocation to !ENDBR: snd_ymfpci_playback_hw_free+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_playback_prepare()+0x0: data relocation to !ENDBR: snd_ymfpci_playback_prepare+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_playback_trigger()+0x0: data relocation to !ENDBR: snd_ymfpci_playback_trigger+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_ymfpci_playback_pointer()+0x0: data relocation to !ENDBR: snd_ymfpci_playback_pointer+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: snd_card_ymfpci_probe()+0x0: data relocation to !ENDBR: snd_card_ymfpci_probe+0x0 sound/pci/ymfpci/snd-ymfpci.prelink.o: warning: objtool: ymfpci_driver_init()+0x0: data relocation to !ENDBR: ymfpci_driver_init+0x0 drivers/misc/mei/mei-txe.prelink.o: warning: objtool: mei_txe_pci_resume()+0x46: relocation to !ENDBR: mei_txe_irq_thread_handler+0x0 drivers/misc/mei/mei-txe.prelink.o: warning: objtool: mei_txe_pci_resume()+0x4d: relocation to !ENDBR: mei_txe_irq_quick_handler+0x0 drivers/misc/mei/mei-txe.prelink.o: warning: objtool: mei_txe_probe()+0xbf: relocation to !ENDBR: mei_txe_irq_thread_handler+0x0 drivers/misc/mei/mei-txe.prelink.o: warning: objtool: mei_txe_probe()+0xc6: relocation to !ENDBR: mei_txe_irq_quick_handler+0x0 drivers/misc/mei/mei-txe.prelink.o: warning: objtool: mei_txe_probe()+0x1ae: relocation to !ENDBR: mei_txe_pm_runtime_suspend+0x0 drivers/misc/mei/mei-txe.prelink.o: warning: objtool: mei_txe_probe()+0x1b9: relocation to !ENDBR: mei_txe_pm_runtime_resume+0x0 drivers/misc/mei/mei-txe.prelink.o: warning: objtool: mei_txe_probe()+0x1c4: relocation to !ENDBR: mei_txe_pm_runtime_idle+0x0 drivers/misc/mei/mei-txe.prelink.o: warning: objtool: mei_txe_pci_suspend()+0x0: data relocation to !ENDBR: mei_txe_pci_suspend+0x0 drivers/misc/mei/mei-txe.prelink.o: warning: objtool: mei_txe_pci_resume()+0x0: data relocation to !ENDBR: mei_txe_pci_resume+0x0 drivers/misc/mei/mei-txe.prelink.o: warning: objtool: mei_txe_pci_suspend()+0x0: data relocation to !ENDBR: mei_txe_pci_suspend+0x0 drivers/misc/mei/mei-txe.prelink.o: warning: objtool: mei_txe_pci_resume()+0x0: data relocation to !ENDBR: mei_txe_pci_resume+0x0 drivers/misc/mei/mei-txe.prelink.o: warning: objtool: mei_txe_pci_suspend()+0x0: data relocation to !ENDBR: mei_txe_pci_suspend+0x0 drivers/misc/mei/mei-txe.prelink.o: warning: objtool: mei_txe_pci_resume()+0x0: data relocation to !ENDBR: mei_txe_pci_resume+0x0 drivers/misc/mei/mei-txe.prelink.o: warning: objtool: mei_txe_pm_runtime_suspend()+0x0: data relocation to !ENDBR: mei_txe_pm_runtime_suspend+0x0 drivers/misc/mei/mei-txe.prelink.o: warning: objtool: mei_txe_pm_runtime_resume()+0x0: data relocation to !ENDBR: mei_txe_pm_runtime_resume+0x0 drivers/misc/mei/mei-txe.prelink.o: warning: objtool: mei_txe_pm_runtime_idle()+0x0: data relocation to !ENDBR: mei_txe_pm_runtime_idle+0x0 drivers/misc/mei/mei-txe.prelink.o: warning: objtool: mei_txe_hw_is_ready()+0x0: data relocation to !ENDBR: mei_txe_hw_is_ready+0x0 drivers/misc/mei/mei-txe.prelink.o: warning: objtool: mei_txe_hw_reset()+0x0: data relocation to !ENDBR: mei_txe_hw_reset+0x0 drivers/misc/mei/mei-txe.prelink.o: warning: objtool: mei_txe_hw_start()+0x0: data relocation to !ENDBR: mei_txe_hw_start+0x0 drivers/misc/mei/mei-txe.prelink.o: warning: objtool: mei_txe_hw_config()+0x0: data relocation to !ENDBR: mei_txe_hw_config+0x0 drivers/misc/mei/mei-txe.prelink.o: warning: objtool: mei_txe_fw_status()+0x0: data relocation to !ENDBR: mei_txe_fw_status+0x0 drivers/misc/mei/mei-txe.prelink.o: warning: objtool: mei_txe_pg_in_transition()+0x0: data relocation to !ENDBR: mei_txe_pg_in_transition+0x0 drivers/misc/mei/mei-txe.prelink.o: warning: objtool: mei_txe_pg_is_enabled()+0x0: data relocation to !ENDBR: mei_txe_pg_is_enabled+0x0 drivers/misc/mei/mei-txe.prelink.o: warning: objtool: mei_txe_intr_enable()+0x0: data relocation to !ENDBR: mei_txe_intr_enable+0x0 drivers/misc/mei/mei-txe.prelink.o: warning: objtool: mei_txe_intr_disable()+0x0: data relocation to !ENDBR: mei_txe_intr_disable+0x0 drivers/misc/mei/mei-txe.prelink.o: warning: objtool: mei_txe_synchronize_irq()+0x0: data relocation to !ENDBR: mei_txe_synchronize_irq+0x0 drivers/misc/mei/mei-txe.prelink.o: warning: objtool: mei_txe_hbuf_empty_slots()+0x0: data relocation to !ENDBR: mei_txe_hbuf_empty_slots+0x0 drivers/misc/mei/mei-txe.prelink.o: warning: objtool: mei_txe_is_input_ready()+0x0: data relocation to !ENDBR: mei_txe_is_input_ready+0x0 drivers/misc/mei/mei-txe.prelink.o: warning: objtool: mei_txe_hbuf_depth()+0x0: data relocation to !ENDBR: mei_txe_hbuf_depth+0x0 drivers/misc/mei/mei-txe.prelink.o: warning: objtool: mei_txe_write()+0x0: data relocation to !ENDBR: mei_txe_write+0x0 drivers/misc/mei/mei-txe.prelink.o: warning: objtool: mei_txe_count_full_read_slots()+0x0: data relocation to !ENDBR: mei_txe_count_full_read_slots+0x0 drivers/misc/mei/mei-txe.prelink.o: warning: objtool: mei_txe_read_hdr()+0x0: data relocation to !ENDBR: mei_txe_read_hdr+0x0 drivers/misc/mei/mei-txe.prelink.o: warning: objtool: mei_txe_read()+0x0: data relocation to !ENDBR: mei_txe_read+0x0 drivers/misc/mei/mei-txe.prelink.o: warning: objtool: mei_txe_probe()+0x0: data relocation to !ENDBR: mei_txe_probe+0x0 drivers/misc/mei/mei-txe.prelink.o: warning: objtool: mei_txe_remove()+0x0: data relocation to !ENDBR: mei_txe_remove+0x0 drivers/misc/mei/mei-txe.prelink.o: warning: objtool: mei_txe_shutdown()+0x0: data relocation to !ENDBR: mei_txe_shutdown+0x0 drivers/misc/mei/mei-txe.prelink.o: warning: objtool: mei_txe_driver_init()+0x0: data relocation to !ENDBR: mei_txe_driver_init+0x0 lib/crypto/libcurve25519.prelink.o: warning: objtool: curve25519_init()+0x0: data relocation to !ENDBR: curve25519_init+0x0 drivers/misc/pvpanic/pvpanic-mmio.prelink.o: warning: objtool: pvpanic_mmio_probe()+0x0: data relocation to !ENDBR: pvpanic_mmio_probe+0x0 drivers/misc/pvpanic/pvpanic-mmio.prelink.o: warning: objtool: events_show()+0x0: data relocation to !ENDBR: events_show+0x0 drivers/misc/pvpanic/pvpanic-mmio.prelink.o: warning: objtool: events_store()+0x0: data relocation to !ENDBR: events_store+0x0 drivers/misc/pvpanic/pvpanic-mmio.prelink.o: warning: objtool: capability_show()+0x0: data relocation to !ENDBR: capability_show+0x0 drivers/misc/pvpanic/pvpanic-mmio.prelink.o: warning: objtool: pvpanic_mmio_driver_init()+0x0: data relocation to !ENDBR: pvpanic_mmio_driver_init+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtsx_pci_probe()+0x26a: relocation to !ENDBR: rtsx_pci_card_detect+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtsx_pci_probe()+0x29d: relocation to !ENDBR: rtsx_pci_isr+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtsx_pci_suspend()+0x0: data relocation to !ENDBR: rtsx_pci_suspend+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtsx_pci_resume()+0x0: data relocation to !ENDBR: rtsx_pci_resume+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtsx_pci_suspend()+0x0: data relocation to !ENDBR: rtsx_pci_suspend+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtsx_pci_resume()+0x0: data relocation to !ENDBR: rtsx_pci_resume+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtsx_pci_suspend()+0x0: data relocation to !ENDBR: rtsx_pci_suspend+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtsx_pci_resume()+0x0: data relocation to !ENDBR: rtsx_pci_resume+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtsx_pci_runtime_suspend()+0x0: data relocation to !ENDBR: rtsx_pci_runtime_suspend+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtsx_pci_runtime_resume()+0x0: data relocation to !ENDBR: rtsx_pci_runtime_resume+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtsx_pci_runtime_idle()+0x0: data relocation to !ENDBR: rtsx_pci_runtime_idle+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5209_extra_init_hw()+0x0: data relocation to !ENDBR: rts5209_extra_init_hw+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5209_optimize_phy()+0x0: data relocation to !ENDBR: rts5209_optimize_phy+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5209_turn_on_led()+0x0: data relocation to !ENDBR: rts5209_turn_on_led+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5209_turn_off_led()+0x0: data relocation to !ENDBR: rts5209_turn_off_led+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5209_enable_auto_blink()+0x0: data relocation to !ENDBR: rts5209_enable_auto_blink+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5209_disable_auto_blink()+0x0: data relocation to !ENDBR: rts5209_disable_auto_blink+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5209_card_power_on()+0x0: data relocation to !ENDBR: rts5209_card_power_on+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5209_card_power_off()+0x0: data relocation to !ENDBR: rts5209_card_power_off+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5209_switch_output_voltage()+0x0: data relocation to !ENDBR: rts5209_switch_output_voltage+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5209_fetch_vendor_settings()+0x0: data relocation to !ENDBR: rts5209_fetch_vendor_settings+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5209_force_power_down()+0x0: data relocation to !ENDBR: rts5209_force_power_down+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5229_extra_init_hw()+0x0: data relocation to !ENDBR: rts5229_extra_init_hw+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5229_optimize_phy()+0x0: data relocation to !ENDBR: rts5229_optimize_phy+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5229_turn_on_led()+0x0: data relocation to !ENDBR: rts5229_turn_on_led+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5229_turn_off_led()+0x0: data relocation to !ENDBR: rts5229_turn_off_led+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5229_enable_auto_blink()+0x0: data relocation to !ENDBR: rts5229_enable_auto_blink+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5229_disable_auto_blink()+0x0: data relocation to !ENDBR: rts5229_disable_auto_blink+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5229_card_power_on()+0x0: data relocation to !ENDBR: rts5229_card_power_on+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5229_card_power_off()+0x0: data relocation to !ENDBR: rts5229_card_power_off+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5229_switch_output_voltage()+0x0: data relocation to !ENDBR: rts5229_switch_output_voltage+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5229_fetch_vendor_settings()+0x0: data relocation to !ENDBR: rts5229_fetch_vendor_settings+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5229_force_power_down()+0x0: data relocation to !ENDBR: rts5229_force_power_down+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtl8411b_extra_init_hw()+0x0: data relocation to !ENDBR: rtl8411b_extra_init_hw+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtl8411_turn_on_led()+0x0: data relocation to !ENDBR: rtl8411_turn_on_led+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtl8411_turn_off_led()+0x0: data relocation to !ENDBR: rtl8411_turn_off_led+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtl8411_enable_auto_blink()+0x0: data relocation to !ENDBR: rtl8411_enable_auto_blink+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtl8411_disable_auto_blink()+0x0: data relocation to !ENDBR: rtl8411_disable_auto_blink+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtl8411_card_power_on()+0x0: data relocation to !ENDBR: rtl8411_card_power_on+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtl8411_card_power_off()+0x0: data relocation to !ENDBR: rtl8411_card_power_off+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtl8411_switch_output_voltage()+0x0: data relocation to !ENDBR: rtl8411_switch_output_voltage+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtl8411_cd_deglitch()+0x0: data relocation to !ENDBR: rtl8411_cd_deglitch+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtl8411_conv_clk_and_div_n()+0x0: data relocation to !ENDBR: rtl8411_conv_clk_and_div_n+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtl8411b_fetch_vendor_settings()+0x0: data relocation to !ENDBR: rtl8411b_fetch_vendor_settings+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtl8411_force_power_down()+0x0: data relocation to !ENDBR: rtl8411_force_power_down+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtl8411_extra_init_hw()+0x0: data relocation to !ENDBR: rtl8411_extra_init_hw+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtl8411_turn_on_led()+0x0: data relocation to !ENDBR: rtl8411_turn_on_led+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtl8411_turn_off_led()+0x0: data relocation to !ENDBR: rtl8411_turn_off_led+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtl8411_enable_auto_blink()+0x0: data relocation to !ENDBR: rtl8411_enable_auto_blink+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtl8411_disable_auto_blink()+0x0: data relocation to !ENDBR: rtl8411_disable_auto_blink+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtl8411_card_power_on()+0x0: data relocation to !ENDBR: rtl8411_card_power_on+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtl8411_card_power_off()+0x0: data relocation to !ENDBR: rtl8411_card_power_off+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtl8402_switch_output_voltage()+0x0: data relocation to !ENDBR: rtl8402_switch_output_voltage+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtl8411_cd_deglitch()+0x0: data relocation to !ENDBR: rtl8411_cd_deglitch+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtl8411_conv_clk_and_div_n()+0x0: data relocation to !ENDBR: rtl8411_conv_clk_and_div_n+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtl8411_fetch_vendor_settings()+0x0: data relocation to !ENDBR: rtl8411_fetch_vendor_settings+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtl8411_force_power_down()+0x0: data relocation to !ENDBR: rtl8411_force_power_down+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtl8411_extra_init_hw()+0x0: data relocation to !ENDBR: rtl8411_extra_init_hw+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtl8411_turn_on_led()+0x0: data relocation to !ENDBR: rtl8411_turn_on_led+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtl8411_turn_off_led()+0x0: data relocation to !ENDBR: rtl8411_turn_off_led+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtl8411_enable_auto_blink()+0x0: data relocation to !ENDBR: rtl8411_enable_auto_blink+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtl8411_disable_auto_blink()+0x0: data relocation to !ENDBR: rtl8411_disable_auto_blink+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtl8411_card_power_on()+0x0: data relocation to !ENDBR: rtl8411_card_power_on+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtl8411_card_power_off()+0x0: data relocation to !ENDBR: rtl8411_card_power_off+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtl8411_switch_output_voltage()+0x0: data relocation to !ENDBR: rtl8411_switch_output_voltage+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtl8411_cd_deglitch()+0x0: data relocation to !ENDBR: rtl8411_cd_deglitch+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtl8411_conv_clk_and_div_n()+0x0: data relocation to !ENDBR: rtl8411_conv_clk_and_div_n+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtl8411_fetch_vendor_settings()+0x0: data relocation to !ENDBR: rtl8411_fetch_vendor_settings+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtl8411_force_power_down()+0x0: data relocation to !ENDBR: rtl8411_force_power_down+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts522a_extra_init_hw()+0x0: data relocation to !ENDBR: rts522a_extra_init_hw+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts522a_optimize_phy()+0x0: data relocation to !ENDBR: rts522a_optimize_phy+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5227_turn_on_led()+0x0: data relocation to !ENDBR: rts5227_turn_on_led+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5227_turn_off_led()+0x0: data relocation to !ENDBR: rts5227_turn_off_led+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5227_enable_auto_blink()+0x0: data relocation to !ENDBR: rts5227_enable_auto_blink+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5227_disable_auto_blink()+0x0: data relocation to !ENDBR: rts5227_disable_auto_blink+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5227_card_power_on()+0x0: data relocation to !ENDBR: rts5227_card_power_on+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5227_card_power_off()+0x0: data relocation to !ENDBR: rts5227_card_power_off+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts522a_switch_output_voltage()+0x0: data relocation to !ENDBR: rts522a_switch_output_voltage+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5227_fetch_vendor_settings()+0x0: data relocation to !ENDBR: rts5227_fetch_vendor_settings+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts522a_force_power_down()+0x0: data relocation to !ENDBR: rts522a_force_power_down+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts522a_set_l1off_cfg_sub_d0()+0x0: data relocation to !ENDBR: rts522a_set_l1off_cfg_sub_d0+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5227_extra_init_hw()+0x0: data relocation to !ENDBR: rts5227_extra_init_hw+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5227_optimize_phy()+0x0: data relocation to !ENDBR: rts5227_optimize_phy+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5227_turn_on_led()+0x0: data relocation to !ENDBR: rts5227_turn_on_led+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5227_turn_off_led()+0x0: data relocation to !ENDBR: rts5227_turn_off_led+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5227_enable_auto_blink()+0x0: data relocation to !ENDBR: rts5227_enable_auto_blink+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5227_disable_auto_blink()+0x0: data relocation to !ENDBR: rts5227_disable_auto_blink+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5227_card_power_on()+0x0: data relocation to !ENDBR: rts5227_card_power_on+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5227_card_power_off()+0x0: data relocation to !ENDBR: rts5227_card_power_off+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5227_switch_output_voltage()+0x0: data relocation to !ENDBR: rts5227_switch_output_voltage+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5227_fetch_vendor_settings()+0x0: data relocation to !ENDBR: rts5227_fetch_vendor_settings+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts525a_extra_init_hw()+0x0: data relocation to !ENDBR: rts525a_extra_init_hw+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts525a_optimize_phy()+0x0: data relocation to !ENDBR: rts525a_optimize_phy+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtsx_base_turn_on_led()+0x0: data relocation to !ENDBR: rtsx_base_turn_on_led+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtsx_base_turn_off_led()+0x0: data relocation to !ENDBR: rtsx_base_turn_off_led+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtsx_base_enable_auto_blink()+0x0: data relocation to !ENDBR: rtsx_base_enable_auto_blink+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtsx_base_disable_auto_blink()+0x0: data relocation to !ENDBR: rtsx_base_disable_auto_blink+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts525a_card_power_on()+0x0: data relocation to !ENDBR: rts525a_card_power_on+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtsx_base_card_power_off()+0x0: data relocation to !ENDBR: rtsx_base_card_power_off+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts525a_switch_output_voltage()+0x0: data relocation to !ENDBR: rts525a_switch_output_voltage+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtsx_base_fetch_vendor_settings()+0x0: data relocation to !ENDBR: rtsx_base_fetch_vendor_settings+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts52xa_force_power_down()+0x0: data relocation to !ENDBR: rts52xa_force_power_down+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5250_set_l1off_cfg_sub_d0()+0x0: data relocation to !ENDBR: rts5250_set_l1off_cfg_sub_d0+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts524a_write_phy()+0x0: data relocation to !ENDBR: rts524a_write_phy+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts524a_read_phy()+0x0: data relocation to !ENDBR: rts524a_read_phy+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts524a_extra_init_hw()+0x0: data relocation to !ENDBR: rts524a_extra_init_hw+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts524a_optimize_phy()+0x0: data relocation to !ENDBR: rts524a_optimize_phy+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtsx_base_turn_on_led()+0x0: data relocation to !ENDBR: rtsx_base_turn_on_led+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtsx_base_turn_off_led()+0x0: data relocation to !ENDBR: rtsx_base_turn_off_led+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtsx_base_enable_auto_blink()+0x0: data relocation to !ENDBR: rtsx_base_enable_auto_blink+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtsx_base_disable_auto_blink()+0x0: data relocation to !ENDBR: rtsx_base_disable_auto_blink+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtsx_base_card_power_on()+0x0: data relocation to !ENDBR: rtsx_base_card_power_on+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtsx_base_card_power_off()+0x0: data relocation to !ENDBR: rtsx_base_card_power_off+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtsx_base_switch_output_voltage()+0x0: data relocation to !ENDBR: rtsx_base_switch_output_voltage+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtsx_base_fetch_vendor_settings()+0x0: data relocation to !ENDBR: rtsx_base_fetch_vendor_settings+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts52xa_force_power_down()+0x0: data relocation to !ENDBR: rts52xa_force_power_down+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5250_set_l1off_cfg_sub_d0()+0x0: data relocation to !ENDBR: rts5250_set_l1off_cfg_sub_d0+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5249_extra_init_hw()+0x0: data relocation to !ENDBR: rts5249_extra_init_hw+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5249_optimize_phy()+0x0: data relocation to !ENDBR: rts5249_optimize_phy+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtsx_base_turn_on_led()+0x0: data relocation to !ENDBR: rtsx_base_turn_on_led+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtsx_base_turn_off_led()+0x0: data relocation to !ENDBR: rtsx_base_turn_off_led+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtsx_base_enable_auto_blink()+0x0: data relocation to !ENDBR: rtsx_base_enable_auto_blink+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtsx_base_disable_auto_blink()+0x0: data relocation to !ENDBR: rtsx_base_disable_auto_blink+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtsx_base_card_power_on()+0x0: data relocation to !ENDBR: rtsx_base_card_power_on+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtsx_base_card_power_off()+0x0: data relocation to !ENDBR: rtsx_base_card_power_off+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtsx_base_switch_output_voltage()+0x0: data relocation to !ENDBR: rtsx_base_switch_output_voltage+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtsx_base_fetch_vendor_settings()+0x0: data relocation to !ENDBR: rtsx_base_fetch_vendor_settings+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5260_extra_init_hw()+0x0: data relocation to !ENDBR: rts5260_extra_init_hw+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5260_turn_on_led()+0x0: data relocation to !ENDBR: rts5260_turn_on_led+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5260_turn_off_led()+0x0: data relocation to !ENDBR: rts5260_turn_off_led+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtsx_base_enable_auto_blink()+0x0: data relocation to !ENDBR: rtsx_base_enable_auto_blink+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtsx_base_disable_auto_blink()+0x0: data relocation to !ENDBR: rtsx_base_disable_auto_blink+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5260_card_power_on()+0x0: data relocation to !ENDBR: rts5260_card_power_on+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5260_card_power_off()+0x0: data relocation to !ENDBR: rts5260_card_power_off+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5260_switch_output_voltage()+0x0: data relocation to !ENDBR: rts5260_switch_output_voltage+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtsx_base_fetch_vendor_settings()+0x0: data relocation to !ENDBR: rtsx_base_fetch_vendor_settings+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5260_stop_cmd()+0x0: data relocation to !ENDBR: rts5260_stop_cmd+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5260_set_l1off_cfg_sub_d0()+0x0: data relocation to !ENDBR: rts5260_set_l1off_cfg_sub_d0+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5260_enable_ocp()+0x0: data relocation to !ENDBR: rts5260_enable_ocp+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5260_disable_ocp()+0x0: data relocation to !ENDBR: rts5260_disable_ocp+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5260_init_ocp()+0x0: data relocation to !ENDBR: rts5260_init_ocp+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5260_process_ocp()+0x0: data relocation to !ENDBR: rts5260_process_ocp+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5260_get_ocpstat()+0x0: data relocation to !ENDBR: rts5260_get_ocpstat+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5260_clear_ocpstat()+0x0: data relocation to !ENDBR: rts5260_clear_ocpstat+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5261_extra_init_hw()+0x0: data relocation to !ENDBR: rts5261_extra_init_hw+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5261_turn_on_led()+0x0: data relocation to !ENDBR: rts5261_turn_on_led+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5261_turn_off_led()+0x0: data relocation to !ENDBR: rts5261_turn_off_led+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5261_enable_auto_blink()+0x0: data relocation to !ENDBR: rts5261_enable_auto_blink+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5261_disable_auto_blink()+0x0: data relocation to !ENDBR: rts5261_disable_auto_blink+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5261_card_power_on()+0x0: data relocation to !ENDBR: rts5261_card_power_on+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5261_card_power_off()+0x0: data relocation to !ENDBR: rts5261_card_power_off+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5261_switch_output_voltage()+0x0: data relocation to !ENDBR: rts5261_switch_output_voltage+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtsx5261_fetch_vendor_settings()+0x0: data relocation to !ENDBR: rtsx5261_fetch_vendor_settings+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5261_force_power_down()+0x0: data relocation to !ENDBR: rts5261_force_power_down+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5261_stop_cmd()+0x0: data relocation to !ENDBR: rts5261_stop_cmd+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5261_set_aspm()+0x0: data relocation to !ENDBR: rts5261_set_aspm+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5261_set_l1off_cfg_sub_d0()+0x0: data relocation to !ENDBR: rts5261_set_l1off_cfg_sub_d0+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5261_enable_ocp()+0x0: data relocation to !ENDBR: rts5261_enable_ocp+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5261_disable_ocp()+0x0: data relocation to !ENDBR: rts5261_disable_ocp+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5261_init_ocp()+0x0: data relocation to !ENDBR: rts5261_init_ocp+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5261_process_ocp()+0x0: data relocation to !ENDBR: rts5261_process_ocp+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5261_clear_ocpstat()+0x0: data relocation to !ENDBR: rts5261_clear_ocpstat+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5228_extra_init_hw()+0x0: data relocation to !ENDBR: rts5228_extra_init_hw+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5228_optimize_phy()+0x0: data relocation to !ENDBR: rts5228_optimize_phy+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5228_turn_on_led()+0x0: data relocation to !ENDBR: rts5228_turn_on_led+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5228_turn_off_led()+0x0: data relocation to !ENDBR: rts5228_turn_off_led+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5228_enable_auto_blink()+0x0: data relocation to !ENDBR: rts5228_enable_auto_blink+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5228_disable_auto_blink()+0x0: data relocation to !ENDBR: rts5228_disable_auto_blink+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5228_card_power_on()+0x0: data relocation to !ENDBR: rts5228_card_power_on+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5228_card_power_off()+0x0: data relocation to !ENDBR: rts5228_card_power_off+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5228_switch_output_voltage()+0x0: data relocation to !ENDBR: rts5228_switch_output_voltage+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtsx5228_fetch_vendor_settings()+0x0: data relocation to !ENDBR: rtsx5228_fetch_vendor_settings+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5228_force_power_down()+0x0: data relocation to !ENDBR: rts5228_force_power_down+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5228_stop_cmd()+0x0: data relocation to !ENDBR: rts5228_stop_cmd+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5228_set_aspm()+0x0: data relocation to !ENDBR: rts5228_set_aspm+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5228_set_l1off_cfg_sub_d0()+0x0: data relocation to !ENDBR: rts5228_set_l1off_cfg_sub_d0+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5228_enable_ocp()+0x0: data relocation to !ENDBR: rts5228_enable_ocp+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5228_disable_ocp()+0x0: data relocation to !ENDBR: rts5228_disable_ocp+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5228_init_ocp()+0x0: data relocation to !ENDBR: rts5228_init_ocp+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5228_process_ocp()+0x0: data relocation to !ENDBR: rts5228_process_ocp+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rts5228_clear_ocpstat()+0x0: data relocation to !ENDBR: rts5228_clear_ocpstat+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtsx_pci_probe()+0x0: data relocation to !ENDBR: rtsx_pci_probe+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtsx_pci_remove()+0x0: data relocation to !ENDBR: rtsx_pci_remove+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtsx_pci_shutdown()+0x0: data relocation to !ENDBR: rtsx_pci_shutdown+0x0 drivers/misc/cardreader/rtsx_pci.prelink.o: warning: objtool: rtsx_pci_driver_init()+0x0: data relocation to !ENDBR: rtsx_pci_driver_init+0x0 sound/pci/snd-atiixp.prelink.o: warning: objtool: snd_atiixp_probe()+0x162: relocation to !ENDBR: snd_atiixp_interrupt+0x0 sound/pci/snd-atiixp.prelink.o: warning: objtool: snd_atiixp_probe()+0x1a2: relocation to !ENDBR: snd_atiixp_free+0x0 sound/pci/snd-atiixp.prelink.o: warning: objtool: snd_atiixp_ac97_write()+0x0: data relocation to !ENDBR: snd_atiixp_ac97_write+0x0 sound/pci/snd-atiixp.prelink.o: warning: objtool: snd_atiixp_ac97_read()+0x0: data relocation to !ENDBR: snd_atiixp_ac97_read+0x0 sound/pci/snd-atiixp.prelink.o: warning: objtool: snd_atiixp_suspend()+0x0: data relocation to !ENDBR: snd_atiixp_suspend+0x0 sound/pci/snd-atiixp.prelink.o: warning: objtool: snd_atiixp_resume()+0x0: data relocation to !ENDBR: snd_atiixp_resume+0x0 sound/pci/snd-atiixp.prelink.o: warning: objtool: snd_atiixp_suspend()+0x0: data relocation to !ENDBR: snd_atiixp_suspend+0x0 sound/pci/snd-atiixp.prelink.o: warning: objtool: snd_atiixp_resume()+0x0: data relocation to !ENDBR: snd_atiixp_resume+0x0 sound/pci/snd-atiixp.prelink.o: warning: objtool: snd_atiixp_suspend()+0x0: data relocation to !ENDBR: snd_atiixp_suspend+0x0 sound/pci/snd-atiixp.prelink.o: warning: objtool: snd_atiixp_resume()+0x0: data relocation to !ENDBR: snd_atiixp_resume+0x0 sound/pci/snd-atiixp.prelink.o: warning: objtool: atiixp_spdif_enable_dma()+0x0: data relocation to !ENDBR: atiixp_spdif_enable_dma+0x0 sound/pci/snd-atiixp.prelink.o: warning: objtool: atiixp_spdif_enable_transfer()+0x0: data relocation to !ENDBR: atiixp_spdif_enable_transfer+0x0 sound/pci/snd-atiixp.prelink.o: warning: objtool: atiixp_spdif_flush_dma()+0x0: data relocation to !ENDBR: atiixp_spdif_flush_dma+0x0 sound/pci/snd-atiixp.prelink.o: warning: objtool: atiixp_in_enable_dma()+0x0: data relocation to !ENDBR: atiixp_in_enable_dma+0x0 sound/pci/snd-atiixp.prelink.o: warning: objtool: atiixp_in_enable_transfer()+0x0: data relocation to !ENDBR: atiixp_in_enable_transfer+0x0 sound/pci/snd-atiixp.prelink.o: warning: objtool: atiixp_in_flush_dma()+0x0: data relocation to !ENDBR: atiixp_in_flush_dma+0x0 sound/pci/snd-atiixp.prelink.o: warning: objtool: atiixp_out_enable_dma()+0x0: data relocation to !ENDBR: atiixp_out_enable_dma+0x0 sound/pci/snd-atiixp.prelink.o: warning: objtool: atiixp_out_enable_transfer()+0x0: data relocation to !ENDBR: atiixp_out_enable_transfer+0x0 sound/pci/snd-atiixp.prelink.o: warning: objtool: atiixp_out_flush_dma()+0x0: data relocation to !ENDBR: atiixp_out_flush_dma+0x0 sound/pci/snd-atiixp.prelink.o: warning: objtool: snd_atiixp_spdif_open()+0x0: data relocation to !ENDBR: snd_atiixp_spdif_open+0x0 sound/pci/snd-atiixp.prelink.o: warning: objtool: snd_atiixp_spdif_close()+0x0: data relocation to !ENDBR: snd_atiixp_spdif_close+0x0 sound/pci/snd-atiixp.prelink.o: warning: objtool: snd_atiixp_pcm_hw_params()+0x0: data relocation to !ENDBR: snd_atiixp_pcm_hw_params+0x0 sound/pci/snd-atiixp.prelink.o: warning: objtool: snd_atiixp_pcm_hw_free()+0x0: data relocation to !ENDBR: snd_atiixp_pcm_hw_free+0x0 sound/pci/snd-atiixp.prelink.o: warning: objtool: snd_atiixp_spdif_prepare()+0x0: data relocation to !ENDBR: snd_atiixp_spdif_prepare+0x0 sound/pci/snd-atiixp.prelink.o: warning: objtool: snd_atiixp_pcm_trigger()+0x0: data relocation to !ENDBR: snd_atiixp_pcm_trigger+0x0 sound/pci/snd-atiixp.prelink.o: warning: objtool: snd_atiixp_pcm_pointer()+0x0: data relocation to !ENDBR: snd_atiixp_pcm_pointer+0x0 sound/pci/snd-atiixp.prelink.o: warning: objtool: snd_atiixp_capture_open()+0x0: data relocation to !ENDBR: snd_atiixp_capture_open+0x0 sound/pci/snd-atiixp.prelink.o: warning: objtool: snd_atiixp_capture_close()+0x0: data relocation to !ENDBR: snd_atiixp_capture_close+0x0 sound/pci/snd-atiixp.prelink.o: warning: objtool: snd_atiixp_pcm_hw_params()+0x0: data relocation to !ENDBR: snd_atiixp_pcm_hw_params+0x0 sound/pci/snd-atiixp.prelink.o: warning: objtool: snd_atiixp_pcm_hw_free()+0x0: data relocation to !ENDBR: snd_atiixp_pcm_hw_free+0x0 sound/pci/snd-atiixp.prelink.o: warning: objtool: snd_atiixp_capture_prepare()+0x0: data relocation to !ENDBR: snd_atiixp_capture_prepare+0x0 sound/pci/snd-atiixp.prelink.o: warning: objtool: snd_atiixp_pcm_trigger()+0x0: data relocation to !ENDBR: snd_atiixp_pcm_trigger+0x0 sound/pci/snd-atiixp.prelink.o: warning: objtool: snd_atiixp_pcm_pointer()+0x0: data relocation to !ENDBR: snd_atiixp_pcm_pointer+0x0 sound/pci/snd-atiixp.prelink.o: warning: objtool: snd_atiixp_playback_open()+0x0: data relocation to !ENDBR: snd_atiixp_playback_open+0x0 sound/pci/snd-atiixp.prelink.o: warning: objtool: snd_atiixp_playback_close()+0x0: data relocation to !ENDBR: snd_atiixp_playback_close+0x0 sound/pci/snd-atiixp.prelink.o: warning: objtool: snd_atiixp_pcm_hw_params()+0x0: data relocation to !ENDBR: snd_atiixp_pcm_hw_params+0x0 sound/pci/snd-atiixp.prelink.o: warning: objtool: snd_atiixp_pcm_hw_free()+0x0: data relocation to !ENDBR: snd_atiixp_pcm_hw_free+0x0 sound/pci/snd-atiixp.prelink.o: warning: objtool: snd_atiixp_playback_prepare()+0x0: data relocation to !ENDBR: snd_atiixp_playback_prepare+0x0 sound/pci/snd-atiixp.prelink.o: warning: objtool: snd_atiixp_pcm_trigger()+0x0: data relocation to !ENDBR: snd_atiixp_pcm_trigger+0x0 sound/pci/snd-atiixp.prelink.o: warning: objtool: snd_atiixp_pcm_pointer()+0x0: data relocation to !ENDBR: snd_atiixp_pcm_pointer+0x0 sound/pci/snd-atiixp.prelink.o: warning: objtool: snd_atiixp_probe()+0x0: data relocation to !ENDBR: snd_atiixp_probe+0x0 sound/pci/snd-atiixp.prelink.o: warning: objtool: atiixp_driver_init()+0x0: data relocation to !ENDBR: atiixp_driver_init+0x0 sound/pci/snd-cs4281.prelink.o: warning: objtool: snd_cs4281_probe()+0x137: relocation to !ENDBR: snd_cs4281_interrupt+0x0 sound/pci/snd-cs4281.prelink.o: warning: objtool: snd_cs4281_probe()+0x16e: relocation to !ENDBR: snd_cs4281_free+0x0 sound/pci/snd-cs4281.prelink.o: warning: objtool: snd_cs4281_probe()+0x1b6: relocation to !ENDBR: snd_cs4281_mixer_free_ac97_bus+0x0 sound/pci/snd-cs4281.prelink.o: warning: objtool: snd_cs4281_probe()+0x1da: relocation to !ENDBR: snd_cs4281_mixer_free_ac97+0x0 sound/pci/snd-cs4281.prelink.o: warning: objtool: snd_cs4281_probe()+0x39c: relocation to !ENDBR: snd_cs4281_opl3_command+0x0 sound/pci/snd-cs4281.prelink.o: warning: objtool: snd_cs4281_probe()+0x440: relocation to !ENDBR: snd_cs4281_gameport_open+0x0 sound/pci/snd-cs4281.prelink.o: warning: objtool: snd_cs4281_probe()+0x44e: relocation to !ENDBR: snd_cs4281_gameport_read+0x0 sound/pci/snd-cs4281.prelink.o: warning: objtool: snd_cs4281_probe()+0x462: relocation to !ENDBR: snd_cs4281_gameport_trigger+0x0 sound/pci/snd-cs4281.prelink.o: warning: objtool: snd_cs4281_ac97_write()+0x0: data relocation to !ENDBR: snd_cs4281_ac97_write+0x0 sound/pci/snd-cs4281.prelink.o: warning: objtool: snd_cs4281_ac97_read()+0x0: data relocation to !ENDBR: snd_cs4281_ac97_read+0x0 sound/pci/snd-cs4281.prelink.o: warning: objtool: cs4281_suspend()+0x0: data relocation to !ENDBR: cs4281_suspend+0x0 sound/pci/snd-cs4281.prelink.o: warning: objtool: cs4281_resume()+0x0: data relocation to !ENDBR: cs4281_resume+0x0 sound/pci/snd-cs4281.prelink.o: warning: objtool: cs4281_suspend()+0x0: data relocation to !ENDBR: cs4281_suspend+0x0 sound/pci/snd-cs4281.prelink.o: warning: objtool: cs4281_resume()+0x0: data relocation to !ENDBR: cs4281_resume+0x0 sound/pci/snd-cs4281.prelink.o: warning: objtool: cs4281_suspend()+0x0: data relocation to !ENDBR: cs4281_suspend+0x0 sound/pci/snd-cs4281.prelink.o: warning: objtool: cs4281_resume()+0x0: data relocation to !ENDBR: cs4281_resume+0x0 sound/pci/snd-cs4281.prelink.o: warning: objtool: snd_cs4281_midi_input_open()+0x0: data relocation to !ENDBR: snd_cs4281_midi_input_open+0x0 sound/pci/snd-cs4281.prelink.o: warning: objtool: snd_cs4281_midi_input_close()+0x0: data relocation to !ENDBR: snd_cs4281_midi_input_close+0x0 sound/pci/snd-cs4281.prelink.o: warning: objtool: snd_cs4281_midi_input_trigger()+0x0: data relocation to !ENDBR: snd_cs4281_midi_input_trigger+0x0 sound/pci/snd-cs4281.prelink.o: warning: objtool: snd_cs4281_midi_output_open()+0x0: data relocation to !ENDBR: snd_cs4281_midi_output_open+0x0 sound/pci/snd-cs4281.prelink.o: warning: objtool: snd_cs4281_midi_output_close()+0x0: data relocation to !ENDBR: snd_cs4281_midi_output_close+0x0 sound/pci/snd-cs4281.prelink.o: warning: objtool: snd_cs4281_midi_output_trigger()+0x0: data relocation to !ENDBR: snd_cs4281_midi_output_trigger+0x0 sound/pci/snd-cs4281.prelink.o: warning: objtool: snd_cs4281_info_volume()+0x0: data relocation to !ENDBR: snd_cs4281_info_volume+0x0 sound/pci/snd-cs4281.prelink.o: warning: objtool: snd_cs4281_get_volume()+0x0: data relocation to !ENDBR: snd_cs4281_get_volume+0x0 sound/pci/snd-cs4281.prelink.o: warning: objtool: snd_cs4281_put_volume()+0x0: data relocation to !ENDBR: snd_cs4281_put_volume+0x0 sound/pci/snd-cs4281.prelink.o: warning: objtool: snd_cs4281_info_volume()+0x0: data relocation to !ENDBR: snd_cs4281_info_volume+0x0 sound/pci/snd-cs4281.prelink.o: warning: objtool: snd_cs4281_get_volume()+0x0: data relocation to !ENDBR: snd_cs4281_get_volume+0x0 sound/pci/snd-cs4281.prelink.o: warning: objtool: snd_cs4281_put_volume()+0x0: data relocation to !ENDBR: snd_cs4281_put_volume+0x0 sound/pci/snd-cs4281.prelink.o: warning: objtool: snd_cs4281_capture_open()+0x0: data relocation to !ENDBR: snd_cs4281_capture_open+0x0 sound/pci/snd-cs4281.prelink.o: warning: objtool: snd_cs4281_capture_close()+0x0: data relocation to !ENDBR: snd_cs4281_capture_close+0x0 sound/pci/snd-cs4281.prelink.o: warning: objtool: snd_cs4281_capture_prepare()+0x0: data relocation to !ENDBR: snd_cs4281_capture_prepare+0x0 sound/pci/snd-cs4281.prelink.o: warning: objtool: snd_cs4281_trigger()+0x0: data relocation to !ENDBR: snd_cs4281_trigger+0x0 sound/pci/snd-cs4281.prelink.o: warning: objtool: snd_cs4281_pointer()+0x0: data relocation to !ENDBR: snd_cs4281_pointer+0x0 sound/pci/snd-cs4281.prelink.o: warning: objtool: snd_cs4281_playback_open()+0x0: data relocation to !ENDBR: snd_cs4281_playback_open+0x0 sound/pci/snd-cs4281.prelink.o: warning: objtool: snd_cs4281_playback_close()+0x0: data relocation to !ENDBR: snd_cs4281_playback_close+0x0 sound/pci/snd-cs4281.prelink.o: warning: objtool: snd_cs4281_playback_prepare()+0x0: data relocation to !ENDBR: snd_cs4281_playback_prepare+0x0 sound/pci/snd-cs4281.prelink.o: warning: objtool: snd_cs4281_trigger()+0x0: data relocation to !ENDBR: snd_cs4281_trigger+0x0 sound/pci/snd-cs4281.prelink.o: warning: objtool: snd_cs4281_pointer()+0x0: data relocation to !ENDBR: snd_cs4281_pointer+0x0 sound/pci/snd-cs4281.prelink.o: warning: objtool: snd_cs4281_probe()+0x0: data relocation to !ENDBR: snd_cs4281_probe+0x0 sound/pci/snd-cs4281.prelink.o: warning: objtool: cs4281_driver_init()+0x0: data relocation to !ENDBR: cs4281_driver_init+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ensoniq_1370_mixer()+0x6e: relocation to !ENDBR: snd_es1370_codec_write+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ensoniq_1370_mixer()+0x90: relocation to !ENDBR: snd_ensoniq_mixer_free_ak4531+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_audiopci_probe()+0x10b: relocation to !ENDBR: snd_audiopci_interrupt+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_audiopci_probe()+0x18d: relocation to !ENDBR: snd_ensoniq_free+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ensoniq_midi_input_open()+0x0: data relocation to !ENDBR: snd_ensoniq_midi_input_open+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ensoniq_midi_input_close()+0x0: data relocation to !ENDBR: snd_ensoniq_midi_input_close+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ensoniq_midi_input_trigger()+0x0: data relocation to !ENDBR: snd_ensoniq_midi_input_trigger+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ensoniq_midi_output_open()+0x0: data relocation to !ENDBR: snd_ensoniq_midi_output_open+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ensoniq_midi_output_close()+0x0: data relocation to !ENDBR: snd_ensoniq_midi_output_close+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ensoniq_midi_output_trigger()+0x0: data relocation to !ENDBR: snd_ensoniq_midi_output_trigger+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ensoniq_suspend()+0x0: data relocation to !ENDBR: snd_ensoniq_suspend+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ensoniq_resume()+0x0: data relocation to !ENDBR: snd_ensoniq_resume+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ensoniq_suspend()+0x0: data relocation to !ENDBR: snd_ensoniq_suspend+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ensoniq_resume()+0x0: data relocation to !ENDBR: snd_ensoniq_resume+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ensoniq_suspend()+0x0: data relocation to !ENDBR: snd_ensoniq_suspend+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ensoniq_resume()+0x0: data relocation to !ENDBR: snd_ensoniq_resume+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ensoniq_control_get()+0x0: data relocation to !ENDBR: snd_ensoniq_control_get+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ensoniq_control_put()+0x0: data relocation to !ENDBR: snd_ensoniq_control_put+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ensoniq_control_get()+0x0: data relocation to !ENDBR: snd_ensoniq_control_get+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ensoniq_control_put()+0x0: data relocation to !ENDBR: snd_ensoniq_control_put+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ensoniq_capture_open()+0x0: data relocation to !ENDBR: snd_ensoniq_capture_open+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ensoniq_capture_close()+0x0: data relocation to !ENDBR: snd_ensoniq_capture_close+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ensoniq_capture_prepare()+0x0: data relocation to !ENDBR: snd_ensoniq_capture_prepare+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ensoniq_trigger()+0x0: data relocation to !ENDBR: snd_ensoniq_trigger+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ensoniq_capture_pointer()+0x0: data relocation to !ENDBR: snd_ensoniq_capture_pointer+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ensoniq_playback2_open()+0x0: data relocation to !ENDBR: snd_ensoniq_playback2_open+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ensoniq_playback2_close()+0x0: data relocation to !ENDBR: snd_ensoniq_playback2_close+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ensoniq_playback2_prepare()+0x0: data relocation to !ENDBR: snd_ensoniq_playback2_prepare+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ensoniq_trigger()+0x0: data relocation to !ENDBR: snd_ensoniq_trigger+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ensoniq_playback2_pointer()+0x0: data relocation to !ENDBR: snd_ensoniq_playback2_pointer+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ensoniq_playback1_open()+0x0: data relocation to !ENDBR: snd_ensoniq_playback1_open+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ensoniq_playback1_close()+0x0: data relocation to !ENDBR: snd_ensoniq_playback1_close+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ensoniq_playback1_prepare()+0x0: data relocation to !ENDBR: snd_ensoniq_playback1_prepare+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ensoniq_trigger()+0x0: data relocation to !ENDBR: snd_ensoniq_trigger+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ensoniq_playback1_pointer()+0x0: data relocation to !ENDBR: snd_ensoniq_playback1_pointer+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_dev_free()+0x0: data relocation to !ENDBR: snd_ak4531_dev_free+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_info_double()+0x0: data relocation to !ENDBR: snd_ak4531_info_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_get_double()+0x0: data relocation to !ENDBR: snd_ak4531_get_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_put_double()+0x0: data relocation to !ENDBR: snd_ak4531_put_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_info_double()+0x0: data relocation to !ENDBR: snd_ak4531_info_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_get_double()+0x0: data relocation to !ENDBR: snd_ak4531_get_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_put_double()+0x0: data relocation to !ENDBR: snd_ak4531_put_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_info_single()+0x0: data relocation to !ENDBR: snd_ak4531_info_single+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_get_single()+0x0: data relocation to !ENDBR: snd_ak4531_get_single+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_put_single()+0x0: data relocation to !ENDBR: snd_ak4531_put_single+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_info_single()+0x0: data relocation to !ENDBR: snd_ak4531_info_single+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_get_single()+0x0: data relocation to !ENDBR: snd_ak4531_get_single+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_put_single()+0x0: data relocation to !ENDBR: snd_ak4531_put_single+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_info_double()+0x0: data relocation to !ENDBR: snd_ak4531_info_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_get_double()+0x0: data relocation to !ENDBR: snd_ak4531_get_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_put_double()+0x0: data relocation to !ENDBR: snd_ak4531_put_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_info_double()+0x0: data relocation to !ENDBR: snd_ak4531_info_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_get_double()+0x0: data relocation to !ENDBR: snd_ak4531_get_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_put_double()+0x0: data relocation to !ENDBR: snd_ak4531_put_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_info_double()+0x0: data relocation to !ENDBR: snd_ak4531_info_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_get_double()+0x0: data relocation to !ENDBR: snd_ak4531_get_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_put_double()+0x0: data relocation to !ENDBR: snd_ak4531_put_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_info_double()+0x0: data relocation to !ENDBR: snd_ak4531_info_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_get_double()+0x0: data relocation to !ENDBR: snd_ak4531_get_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_put_double()+0x0: data relocation to !ENDBR: snd_ak4531_put_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_info_double()+0x0: data relocation to !ENDBR: snd_ak4531_info_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_get_double()+0x0: data relocation to !ENDBR: snd_ak4531_get_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_put_double()+0x0: data relocation to !ENDBR: snd_ak4531_put_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_info_double()+0x0: data relocation to !ENDBR: snd_ak4531_info_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_get_double()+0x0: data relocation to !ENDBR: snd_ak4531_get_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_put_double()+0x0: data relocation to !ENDBR: snd_ak4531_put_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_info_double()+0x0: data relocation to !ENDBR: snd_ak4531_info_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_get_double()+0x0: data relocation to !ENDBR: snd_ak4531_get_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_put_double()+0x0: data relocation to !ENDBR: snd_ak4531_put_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_info_input_sw()+0x0: data relocation to !ENDBR: snd_ak4531_info_input_sw+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_get_input_sw()+0x0: data relocation to !ENDBR: snd_ak4531_get_input_sw+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_put_input_sw()+0x0: data relocation to !ENDBR: snd_ak4531_put_input_sw+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_info_double()+0x0: data relocation to !ENDBR: snd_ak4531_info_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_get_double()+0x0: data relocation to !ENDBR: snd_ak4531_get_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_put_double()+0x0: data relocation to !ENDBR: snd_ak4531_put_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_info_double()+0x0: data relocation to !ENDBR: snd_ak4531_info_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_get_double()+0x0: data relocation to !ENDBR: snd_ak4531_get_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_put_double()+0x0: data relocation to !ENDBR: snd_ak4531_put_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_info_double()+0x0: data relocation to !ENDBR: snd_ak4531_info_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_get_double()+0x0: data relocation to !ENDBR: snd_ak4531_get_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_put_double()+0x0: data relocation to !ENDBR: snd_ak4531_put_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_info_input_sw()+0x0: data relocation to !ENDBR: snd_ak4531_info_input_sw+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_get_input_sw()+0x0: data relocation to !ENDBR: snd_ak4531_get_input_sw+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_put_input_sw()+0x0: data relocation to !ENDBR: snd_ak4531_put_input_sw+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_info_double()+0x0: data relocation to !ENDBR: snd_ak4531_info_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_get_double()+0x0: data relocation to !ENDBR: snd_ak4531_get_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_put_double()+0x0: data relocation to !ENDBR: snd_ak4531_put_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_info_double()+0x0: data relocation to !ENDBR: snd_ak4531_info_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_get_double()+0x0: data relocation to !ENDBR: snd_ak4531_get_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_put_double()+0x0: data relocation to !ENDBR: snd_ak4531_put_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_info_double()+0x0: data relocation to !ENDBR: snd_ak4531_info_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_get_double()+0x0: data relocation to !ENDBR: snd_ak4531_get_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_put_double()+0x0: data relocation to !ENDBR: snd_ak4531_put_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_info_input_sw()+0x0: data relocation to !ENDBR: snd_ak4531_info_input_sw+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_get_input_sw()+0x0: data relocation to !ENDBR: snd_ak4531_get_input_sw+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_put_input_sw()+0x0: data relocation to !ENDBR: snd_ak4531_put_input_sw+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_info_double()+0x0: data relocation to !ENDBR: snd_ak4531_info_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_get_double()+0x0: data relocation to !ENDBR: snd_ak4531_get_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_put_double()+0x0: data relocation to !ENDBR: snd_ak4531_put_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_info_double()+0x0: data relocation to !ENDBR: snd_ak4531_info_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_get_double()+0x0: data relocation to !ENDBR: snd_ak4531_get_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_put_double()+0x0: data relocation to !ENDBR: snd_ak4531_put_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_info_double()+0x0: data relocation to !ENDBR: snd_ak4531_info_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_get_double()+0x0: data relocation to !ENDBR: snd_ak4531_get_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_put_double()+0x0: data relocation to !ENDBR: snd_ak4531_put_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_info_input_sw()+0x0: data relocation to !ENDBR: snd_ak4531_info_input_sw+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_get_input_sw()+0x0: data relocation to !ENDBR: snd_ak4531_get_input_sw+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_put_input_sw()+0x0: data relocation to !ENDBR: snd_ak4531_put_input_sw+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_info_single()+0x0: data relocation to !ENDBR: snd_ak4531_info_single+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_get_single()+0x0: data relocation to !ENDBR: snd_ak4531_get_single+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_put_single()+0x0: data relocation to !ENDBR: snd_ak4531_put_single+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_info_single()+0x0: data relocation to !ENDBR: snd_ak4531_info_single+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_get_single()+0x0: data relocation to !ENDBR: snd_ak4531_get_single+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_put_single()+0x0: data relocation to !ENDBR: snd_ak4531_put_single+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_info_single()+0x0: data relocation to !ENDBR: snd_ak4531_info_single+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_get_single()+0x0: data relocation to !ENDBR: snd_ak4531_get_single+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_put_single()+0x0: data relocation to !ENDBR: snd_ak4531_put_single+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_info_double()+0x0: data relocation to !ENDBR: snd_ak4531_info_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_get_double()+0x0: data relocation to !ENDBR: snd_ak4531_get_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_put_double()+0x0: data relocation to !ENDBR: snd_ak4531_put_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_info_single()+0x0: data relocation to !ENDBR: snd_ak4531_info_single+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_get_single()+0x0: data relocation to !ENDBR: snd_ak4531_get_single+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_put_single()+0x0: data relocation to !ENDBR: snd_ak4531_put_single+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_info_single()+0x0: data relocation to !ENDBR: snd_ak4531_info_single+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_get_single()+0x0: data relocation to !ENDBR: snd_ak4531_get_single+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_put_single()+0x0: data relocation to !ENDBR: snd_ak4531_put_single+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_info_single()+0x0: data relocation to !ENDBR: snd_ak4531_info_single+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_get_single()+0x0: data relocation to !ENDBR: snd_ak4531_get_single+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_put_single()+0x0: data relocation to !ENDBR: snd_ak4531_put_single+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_info_double()+0x0: data relocation to !ENDBR: snd_ak4531_info_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_get_double()+0x0: data relocation to !ENDBR: snd_ak4531_get_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_put_double()+0x0: data relocation to !ENDBR: snd_ak4531_put_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_info_single()+0x0: data relocation to !ENDBR: snd_ak4531_info_single+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_get_single()+0x0: data relocation to !ENDBR: snd_ak4531_get_single+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_put_single()+0x0: data relocation to !ENDBR: snd_ak4531_put_single+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_info_single()+0x0: data relocation to !ENDBR: snd_ak4531_info_single+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_get_single()+0x0: data relocation to !ENDBR: snd_ak4531_get_single+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_put_single()+0x0: data relocation to !ENDBR: snd_ak4531_put_single+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_info_single()+0x0: data relocation to !ENDBR: snd_ak4531_info_single+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_get_single()+0x0: data relocation to !ENDBR: snd_ak4531_get_single+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_put_single()+0x0: data relocation to !ENDBR: snd_ak4531_put_single+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_info_double()+0x0: data relocation to !ENDBR: snd_ak4531_info_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_get_double()+0x0: data relocation to !ENDBR: snd_ak4531_get_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_put_double()+0x0: data relocation to !ENDBR: snd_ak4531_put_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_info_double()+0x0: data relocation to !ENDBR: snd_ak4531_info_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_get_double()+0x0: data relocation to !ENDBR: snd_ak4531_get_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_put_double()+0x0: data relocation to !ENDBR: snd_ak4531_put_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_info_double()+0x0: data relocation to !ENDBR: snd_ak4531_info_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_get_double()+0x0: data relocation to !ENDBR: snd_ak4531_get_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_put_double()+0x0: data relocation to !ENDBR: snd_ak4531_put_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_info_double()+0x0: data relocation to !ENDBR: snd_ak4531_info_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_get_double()+0x0: data relocation to !ENDBR: snd_ak4531_get_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_put_double()+0x0: data relocation to !ENDBR: snd_ak4531_put_double+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_info_single()+0x0: data relocation to !ENDBR: snd_ak4531_info_single+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_get_single()+0x0: data relocation to !ENDBR: snd_ak4531_get_single+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_put_single()+0x0: data relocation to !ENDBR: snd_ak4531_put_single+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_info_single()+0x0: data relocation to !ENDBR: snd_ak4531_info_single+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_get_single()+0x0: data relocation to !ENDBR: snd_ak4531_get_single+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_ak4531_put_single()+0x0: data relocation to !ENDBR: snd_ak4531_put_single+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: snd_audiopci_probe()+0x0: data relocation to !ENDBR: snd_audiopci_probe+0x0 sound/pci/snd-ens1370.prelink.o: warning: objtool: ens137x_driver_init()+0x0: data relocation to !ENDBR: ens137x_driver_init+0x0 sound/pci/snd-intel8x0m.prelink.o: warning: objtool: intel8x0m_resume()+0x18: relocation to !ENDBR: snd_intel8x0m_interrupt+0x0 sound/pci/snd-intel8x0m.prelink.o: warning: objtool: snd_intel8x0m_probe()+0x2e0: relocation to !ENDBR: snd_intel8x0m_interrupt+0x0 sound/pci/snd-intel8x0m.prelink.o: warning: objtool: snd_intel8x0m_probe()+0x305: relocation to !ENDBR: snd_intel8x0m_free+0x0 sound/pci/snd-intel8x0m.prelink.o: warning: objtool: snd_intel8x0m_probe()+0x33c: relocation to !ENDBR: snd_intel8x0m_mixer_free_ac97+0x0 sound/pci/snd-intel8x0m.prelink.o: warning: objtool: snd_intel8x0m_probe()+0x38b: relocation to !ENDBR: snd_intel8x0m_mixer_free_ac97_bus+0x0 sound/pci/snd-intel8x0m.prelink.o: warning: objtool: snd_intel8x0m_codec_write()+0x0: data relocation to !ENDBR: snd_intel8x0m_codec_write+0x0 sound/pci/snd-intel8x0m.prelink.o: warning: objtool: snd_intel8x0m_codec_read()+0x0: data relocation to !ENDBR: snd_intel8x0m_codec_read+0x0 sound/pci/snd-intel8x0m.prelink.o: warning: objtool: intel8x0m_suspend()+0x0: data relocation to !ENDBR: intel8x0m_suspend+0x0 sound/pci/snd-intel8x0m.prelink.o: warning: objtool: intel8x0m_resume()+0x0: data relocation to !ENDBR: intel8x0m_resume+0x0 sound/pci/snd-intel8x0m.prelink.o: warning: objtool: intel8x0m_suspend()+0x0: data relocation to !ENDBR: intel8x0m_suspend+0x0 sound/pci/snd-intel8x0m.prelink.o: warning: objtool: intel8x0m_resume()+0x0: data relocation to !ENDBR: intel8x0m_resume+0x0 sound/pci/snd-intel8x0m.prelink.o: warning: objtool: intel8x0m_suspend()+0x0: data relocation to !ENDBR: intel8x0m_suspend+0x0 sound/pci/snd-intel8x0m.prelink.o: warning: objtool: intel8x0m_resume()+0x0: data relocation to !ENDBR: intel8x0m_resume+0x0 sound/pci/snd-intel8x0m.prelink.o: warning: objtool: snd_intel8x0m_capture_open()+0x0: data relocation to !ENDBR: snd_intel8x0m_capture_open+0x0 sound/pci/snd-intel8x0m.prelink.o: warning: objtool: snd_intel8x0m_capture_close()+0x0: data relocation to !ENDBR: snd_intel8x0m_capture_close+0x0 sound/pci/snd-intel8x0m.prelink.o: warning: objtool: snd_intel8x0m_pcm_prepare()+0x0: data relocation to !ENDBR: snd_intel8x0m_pcm_prepare+0x0 sound/pci/snd-intel8x0m.prelink.o: warning: objtool: snd_intel8x0m_pcm_trigger()+0x0: data relocation to !ENDBR: snd_intel8x0m_pcm_trigger+0x0 sound/pci/snd-intel8x0m.prelink.o: warning: objtool: snd_intel8x0m_pcm_pointer()+0x0: data relocation to !ENDBR: snd_intel8x0m_pcm_pointer+0x0 sound/pci/snd-intel8x0m.prelink.o: warning: objtool: snd_intel8x0m_playback_open()+0x0: data relocation to !ENDBR: snd_intel8x0m_playback_open+0x0 sound/pci/snd-intel8x0m.prelink.o: warning: objtool: snd_intel8x0m_playback_close()+0x0: data relocation to !ENDBR: snd_intel8x0m_playback_close+0x0 sound/pci/snd-intel8x0m.prelink.o: warning: objtool: snd_intel8x0m_pcm_prepare()+0x0: data relocation to !ENDBR: snd_intel8x0m_pcm_prepare+0x0 sound/pci/snd-intel8x0m.prelink.o: warning: objtool: snd_intel8x0m_pcm_trigger()+0x0: data relocation to !ENDBR: snd_intel8x0m_pcm_trigger+0x0 sound/pci/snd-intel8x0m.prelink.o: warning: objtool: snd_intel8x0m_pcm_pointer()+0x0: data relocation to !ENDBR: snd_intel8x0m_pcm_pointer+0x0 sound/pci/snd-intel8x0m.prelink.o: warning: objtool: snd_intel8x0m_probe()+0x0: data relocation to !ENDBR: snd_intel8x0m_probe+0x0 sound/pci/snd-intel8x0m.prelink.o: warning: objtool: intel8x0m_driver_init()+0x0: data relocation to !ENDBR: intel8x0m_driver_init+0x0 drivers/video/fbdev/arcfb.prelink.o: warning: objtool: arcfb_probe()+0x1a4: relocation to !ENDBR: arcfb_interrupt+0x0 drivers/video/fbdev/arcfb.prelink.o: warning: objtool: arcfb_open()+0x0: data relocation to !ENDBR: arcfb_open+0x0 drivers/video/fbdev/arcfb.prelink.o: warning: objtool: arcfb_release()+0x0: data relocation to !ENDBR: arcfb_release+0x0 drivers/video/fbdev/arcfb.prelink.o: warning: objtool: arcfb_write()+0x0: data relocation to !ENDBR: arcfb_write+0x0 drivers/video/fbdev/arcfb.prelink.o: warning: objtool: arcfb_pan_display()+0x0: data relocation to !ENDBR: arcfb_pan_display+0x0 drivers/video/fbdev/arcfb.prelink.o: warning: objtool: arcfb_fillrect()+0x0: data relocation to !ENDBR: arcfb_fillrect+0x0 drivers/video/fbdev/arcfb.prelink.o: warning: objtool: arcfb_copyarea()+0x0: data relocation to !ENDBR: arcfb_copyarea+0x0 drivers/video/fbdev/arcfb.prelink.o: warning: objtool: arcfb_imageblit()+0x0: data relocation to !ENDBR: arcfb_imageblit+0x0 drivers/video/fbdev/arcfb.prelink.o: warning: objtool: arcfb_ioctl()+0x0: data relocation to !ENDBR: arcfb_ioctl+0x0 drivers/video/fbdev/arcfb.prelink.o: warning: objtool: arcfb_probe()+0x0: data relocation to !ENDBR: arcfb_probe+0x0 drivers/video/fbdev/arcfb.prelink.o: warning: objtool: arcfb_remove()+0x0: data relocation to !ENDBR: arcfb_remove+0x0 drivers/video/fbdev/arcfb.prelink.o: warning: objtool: arcfb_init()+0x0: data relocation to !ENDBR: arcfb_init+0x0 drivers/video/fbdev/pm2fb.prelink.o: warning: objtool: pm2fb_check_var()+0x0: data relocation to !ENDBR: pm2fb_check_var+0x0 drivers/video/fbdev/pm2fb.prelink.o: warning: objtool: pm2fb_set_par()+0x0: data relocation to !ENDBR: pm2fb_set_par+0x0 drivers/video/fbdev/pm2fb.prelink.o: warning: objtool: pm2fb_setcolreg()+0x0: data relocation to !ENDBR: pm2fb_setcolreg+0x0 drivers/video/fbdev/pm2fb.prelink.o: warning: objtool: pm2fb_blank()+0x0: data relocation to !ENDBR: pm2fb_blank+0x0 drivers/video/fbdev/pm2fb.prelink.o: warning: objtool: pm2fb_pan_display()+0x0: data relocation to !ENDBR: pm2fb_pan_display+0x0 drivers/video/fbdev/pm2fb.prelink.o: warning: objtool: pm2fb_fillrect()+0x0: data relocation to !ENDBR: pm2fb_fillrect+0x0 drivers/video/fbdev/pm2fb.prelink.o: warning: objtool: pm2fb_copyarea()+0x0: data relocation to !ENDBR: pm2fb_copyarea+0x0 drivers/video/fbdev/pm2fb.prelink.o: warning: objtool: pm2fb_imageblit()+0x0: data relocation to !ENDBR: pm2fb_imageblit+0x0 drivers/video/fbdev/pm2fb.prelink.o: warning: objtool: pm2fb_cursor()+0x0: data relocation to !ENDBR: pm2fb_cursor+0x0 drivers/video/fbdev/pm2fb.prelink.o: warning: objtool: pm2fb_sync()+0x0: data relocation to !ENDBR: pm2fb_sync+0x0 drivers/video/fbdev/pm2fb.prelink.o: warning: objtool: pm2fb_probe()+0x0: data relocation to !ENDBR: pm2fb_probe+0x0 drivers/video/fbdev/pm2fb.prelink.o: warning: objtool: pm2fb_remove()+0x0: data relocation to !ENDBR: pm2fb_remove+0x0 drivers/video/fbdev/pm2fb.prelink.o: warning: objtool: pm2fb_init()+0x0: data relocation to !ENDBR: pm2fb_init+0x0 drivers/video/fbdev/neofb.prelink.o: warning: objtool: neofb_open()+0x0: data relocation to !ENDBR: neofb_open+0x0 drivers/video/fbdev/neofb.prelink.o: warning: objtool: neofb_release()+0x0: data relocation to !ENDBR: neofb_release+0x0 drivers/video/fbdev/neofb.prelink.o: warning: objtool: neofb_check_var()+0x0: data relocation to !ENDBR: neofb_check_var+0x0 drivers/video/fbdev/neofb.prelink.o: warning: objtool: neofb_set_par()+0x0: data relocation to !ENDBR: neofb_set_par+0x0 drivers/video/fbdev/neofb.prelink.o: warning: objtool: neofb_setcolreg()+0x0: data relocation to !ENDBR: neofb_setcolreg+0x0 drivers/video/fbdev/neofb.prelink.o: warning: objtool: neofb_blank()+0x0: data relocation to !ENDBR: neofb_blank+0x0 drivers/video/fbdev/neofb.prelink.o: warning: objtool: neofb_pan_display()+0x0: data relocation to !ENDBR: neofb_pan_display+0x0 drivers/video/fbdev/neofb.prelink.o: warning: objtool: neofb_fillrect()+0x0: data relocation to !ENDBR: neofb_fillrect+0x0 drivers/video/fbdev/neofb.prelink.o: warning: objtool: neofb_copyarea()+0x0: data relocation to !ENDBR: neofb_copyarea+0x0 drivers/video/fbdev/neofb.prelink.o: warning: objtool: neofb_imageblit()+0x0: data relocation to !ENDBR: neofb_imageblit+0x0 drivers/video/fbdev/neofb.prelink.o: warning: objtool: neofb_sync()+0x0: data relocation to !ENDBR: neofb_sync+0x0 drivers/video/fbdev/neofb.prelink.o: warning: objtool: neofb_probe()+0x0: data relocation to !ENDBR: neofb_probe+0x0 drivers/video/fbdev/neofb.prelink.o: warning: objtool: neofb_remove()+0x0: data relocation to !ENDBR: neofb_remove+0x0 drivers/video/fbdev/neofb.prelink.o: warning: objtool: neofb_init()+0x0: data relocation to !ENDBR: neofb_init+0x0 drivers/video/fbdev/cirrusfb.prelink.o: warning: objtool: cirrusfb_pci_register()+0x1a6: relocation to !ENDBR: cirrusfb_pci_unmap+0x0 drivers/video/fbdev/cirrusfb.prelink.o: warning: objtool: cirrusfb_open()+0x0: data relocation to !ENDBR: cirrusfb_open+0x0 drivers/video/fbdev/cirrusfb.prelink.o: warning: objtool: cirrusfb_release()+0x0: data relocation to !ENDBR: cirrusfb_release+0x0 drivers/video/fbdev/cirrusfb.prelink.o: warning: objtool: cirrusfb_check_var()+0x0: data relocation to !ENDBR: cirrusfb_check_var+0x0 drivers/video/fbdev/cirrusfb.prelink.o: warning: objtool: cirrusfb_set_par()+0x0: data relocation to !ENDBR: cirrusfb_set_par+0x0 drivers/video/fbdev/cirrusfb.prelink.o: warning: objtool: cirrusfb_setcolreg()+0x0: data relocation to !ENDBR: cirrusfb_setcolreg+0x0 drivers/video/fbdev/cirrusfb.prelink.o: warning: objtool: cirrusfb_blank()+0x0: data relocation to !ENDBR: cirrusfb_blank+0x0 drivers/video/fbdev/cirrusfb.prelink.o: warning: objtool: cirrusfb_pan_display()+0x0: data relocation to !ENDBR: cirrusfb_pan_display+0x0 drivers/video/fbdev/cirrusfb.prelink.o: warning: objtool: cirrusfb_fillrect()+0x0: data relocation to !ENDBR: cirrusfb_fillrect+0x0 drivers/video/fbdev/cirrusfb.prelink.o: warning: objtool: cirrusfb_copyarea()+0x0: data relocation to !ENDBR: cirrusfb_copyarea+0x0 drivers/video/fbdev/cirrusfb.prelink.o: warning: objtool: cirrusfb_imageblit()+0x0: data relocation to !ENDBR: cirrusfb_imageblit+0x0 drivers/video/fbdev/cirrusfb.prelink.o: warning: objtool: cirrusfb_sync()+0x0: data relocation to !ENDBR: cirrusfb_sync+0x0 drivers/video/fbdev/cirrusfb.prelink.o: warning: objtool: cirrusfb_pci_register()+0x0: data relocation to !ENDBR: cirrusfb_pci_register+0x0 drivers/video/fbdev/cirrusfb.prelink.o: warning: objtool: cirrusfb_pci_unregister()+0x0: data relocation to !ENDBR: cirrusfb_pci_unregister+0x0 drivers/video/fbdev/cirrusfb.prelink.o: warning: objtool: cirrusfb_init()+0x0: data relocation to !ENDBR: cirrusfb_init+0x0 drivers/video/fbdev/s1d13xxxfb.prelink.o: warning: objtool: s1d13xxxfb_probe()+0x235: relocation to !ENDBR: s1d13xxxfb_bitblt_solidfill+0x0 drivers/video/fbdev/s1d13xxxfb.prelink.o: warning: objtool: s1d13xxxfb_probe()+0x240: relocation to !ENDBR: s1d13xxxfb_bitblt_copyarea+0x0 drivers/video/fbdev/s1d13xxxfb.prelink.o: warning: objtool: s1d13xxxfb_probe()+0x0: data relocation to !ENDBR: s1d13xxxfb_probe+0x0 drivers/video/fbdev/s1d13xxxfb.prelink.o: warning: objtool: s1d13xxxfb_remove()+0x0: data relocation to !ENDBR: s1d13xxxfb_remove+0x0 drivers/video/fbdev/s1d13xxxfb.prelink.o: warning: objtool: s1d13xxxfb_suspend()+0x0: data relocation to !ENDBR: s1d13xxxfb_suspend+0x0 drivers/video/fbdev/s1d13xxxfb.prelink.o: warning: objtool: s1d13xxxfb_resume()+0x0: data relocation to !ENDBR: s1d13xxxfb_resume+0x0 drivers/video/fbdev/s1d13xxxfb.prelink.o: warning: objtool: s1d13xxxfb_set_par()+0x0: data relocation to !ENDBR: s1d13xxxfb_set_par+0x0 drivers/video/fbdev/s1d13xxxfb.prelink.o: warning: objtool: s1d13xxxfb_setcolreg()+0x0: data relocation to !ENDBR: s1d13xxxfb_setcolreg+0x0 drivers/video/fbdev/s1d13xxxfb.prelink.o: warning: objtool: s1d13xxxfb_blank()+0x0: data relocation to !ENDBR: s1d13xxxfb_blank+0x0 drivers/video/fbdev/s1d13xxxfb.prelink.o: warning: objtool: s1d13xxxfb_pan_display()+0x0: data relocation to !ENDBR: s1d13xxxfb_pan_display+0x0 drivers/video/fbdev/s1d13xxxfb.prelink.o: warning: objtool: s1d13xxxfb_init()+0x0: data relocation to !ENDBR: s1d13xxxfb_init+0x0 drivers/video/fbdev/gxt4500.prelink.o: warning: objtool: gxt4500_check_var()+0x0: data relocation to !ENDBR: gxt4500_check_var+0x0 drivers/video/fbdev/gxt4500.prelink.o: warning: objtool: gxt4500_set_par()+0x0: data relocation to !ENDBR: gxt4500_set_par+0x0 drivers/video/fbdev/gxt4500.prelink.o: warning: objtool: gxt4500_setcolreg()+0x0: data relocation to !ENDBR: gxt4500_setcolreg+0x0 drivers/video/fbdev/gxt4500.prelink.o: warning: objtool: gxt4500_blank()+0x0: data relocation to !ENDBR: gxt4500_blank+0x0 drivers/video/fbdev/gxt4500.prelink.o: warning: objtool: gxt4500_pan_display()+0x0: data relocation to !ENDBR: gxt4500_pan_display+0x0 drivers/video/fbdev/gxt4500.prelink.o: warning: objtool: gxt4500_probe()+0x0: data relocation to !ENDBR: gxt4500_probe+0x0 drivers/video/fbdev/gxt4500.prelink.o: warning: objtool: gxt4500_remove()+0x0: data relocation to !ENDBR: gxt4500_remove+0x0 drivers/video/fbdev/gxt4500.prelink.o: warning: objtool: gxt4500_init()+0x0: data relocation to !ENDBR: gxt4500_init+0x0 drivers/video/fbdev/sm501fb.prelink.o: warning: objtool: sm501fb_probe()+0x0: data relocation to !ENDBR: sm501fb_probe+0x0 drivers/video/fbdev/sm501fb.prelink.o: warning: objtool: sm501fb_remove()+0x0: data relocation to !ENDBR: sm501fb_remove+0x0 drivers/video/fbdev/sm501fb.prelink.o: warning: objtool: sm501fb_suspend()+0x0: data relocation to !ENDBR: sm501fb_suspend+0x0 drivers/video/fbdev/sm501fb.prelink.o: warning: objtool: sm501fb_resume()+0x0: data relocation to !ENDBR: sm501fb_resume+0x0 drivers/video/fbdev/sm501fb.prelink.o: warning: objtool: sm501fb_check_var_pnl()+0x0: data relocation to !ENDBR: sm501fb_check_var_pnl+0x0 drivers/video/fbdev/sm501fb.prelink.o: warning: objtool: sm501fb_set_par_pnl()+0x0: data relocation to !ENDBR: sm501fb_set_par_pnl+0x0 drivers/video/fbdev/sm501fb.prelink.o: warning: objtool: sm501fb_setcolreg()+0x0: data relocation to !ENDBR: sm501fb_setcolreg+0x0 drivers/video/fbdev/sm501fb.prelink.o: warning: objtool: sm501fb_blank_pnl()+0x0: data relocation to !ENDBR: sm501fb_blank_pnl+0x0 drivers/video/fbdev/sm501fb.prelink.o: warning: objtool: sm501fb_pan_pnl()+0x0: data relocation to !ENDBR: sm501fb_pan_pnl+0x0 drivers/video/fbdev/sm501fb.prelink.o: warning: objtool: sm501fb_fillrect()+0x0: data relocation to !ENDBR: sm501fb_fillrect+0x0 drivers/video/fbdev/sm501fb.prelink.o: warning: objtool: sm501fb_copyarea()+0x0: data relocation to !ENDBR: sm501fb_copyarea+0x0 drivers/video/fbdev/sm501fb.prelink.o: warning: objtool: sm501fb_cursor()+0x0: data relocation to !ENDBR: sm501fb_cursor+0x0 drivers/video/fbdev/sm501fb.prelink.o: warning: objtool: sm501fb_sync()+0x0: data relocation to !ENDBR: sm501fb_sync+0x0 drivers/video/fbdev/sm501fb.prelink.o: warning: objtool: sm501fb_check_var_crt()+0x0: data relocation to !ENDBR: sm501fb_check_var_crt+0x0 drivers/video/fbdev/sm501fb.prelink.o: warning: objtool: sm501fb_set_par_crt()+0x0: data relocation to !ENDBR: sm501fb_set_par_crt+0x0 drivers/video/fbdev/sm501fb.prelink.o: warning: objtool: sm501fb_setcolreg()+0x0: data relocation to !ENDBR: sm501fb_setcolreg+0x0 drivers/video/fbdev/sm501fb.prelink.o: warning: objtool: sm501fb_blank_crt()+0x0: data relocation to !ENDBR: sm501fb_blank_crt+0x0 drivers/video/fbdev/sm501fb.prelink.o: warning: objtool: sm501fb_pan_crt()+0x0: data relocation to !ENDBR: sm501fb_pan_crt+0x0 drivers/video/fbdev/sm501fb.prelink.o: warning: objtool: sm501fb_fillrect()+0x0: data relocation to !ENDBR: sm501fb_fillrect+0x0 drivers/video/fbdev/sm501fb.prelink.o: warning: objtool: sm501fb_copyarea()+0x0: data relocation to !ENDBR: sm501fb_copyarea+0x0 drivers/video/fbdev/sm501fb.prelink.o: warning: objtool: sm501fb_cursor()+0x0: data relocation to !ENDBR: sm501fb_cursor+0x0 drivers/video/fbdev/sm501fb.prelink.o: warning: objtool: sm501fb_sync()+0x0: data relocation to !ENDBR: sm501fb_sync+0x0 drivers/video/fbdev/sm501fb.prelink.o: warning: objtool: sm501fb_debug_show_pnl()+0x0: data relocation to !ENDBR: sm501fb_debug_show_pnl+0x0 drivers/video/fbdev/sm501fb.prelink.o: warning: objtool: sm501fb_debug_show_crt()+0x0: data relocation to !ENDBR: sm501fb_debug_show_crt+0x0 drivers/video/fbdev/sm501fb.prelink.o: warning: objtool: sm501fb_crtsrc_show()+0x0: data relocation to !ENDBR: sm501fb_crtsrc_show+0x0 drivers/video/fbdev/sm501fb.prelink.o: warning: objtool: sm501fb_crtsrc_store()+0x0: data relocation to !ENDBR: sm501fb_crtsrc_store+0x0 drivers/video/fbdev/sm501fb.prelink.o: warning: objtool: sm501fb_driver_init()+0x0: data relocation to !ENDBR: sm501fb_driver_init+0x0 drivers/video/fbdev/vga16fb.prelink.o: warning: objtool: vga16fb_open()+0x0: data relocation to !ENDBR: vga16fb_open+0x0 drivers/video/fbdev/vga16fb.prelink.o: warning: objtool: vga16fb_release()+0x0: data relocation to !ENDBR: vga16fb_release+0x0 drivers/video/fbdev/vga16fb.prelink.o: warning: objtool: vga16fb_check_var()+0x0: data relocation to !ENDBR: vga16fb_check_var+0x0 drivers/video/fbdev/vga16fb.prelink.o: warning: objtool: vga16fb_set_par()+0x0: data relocation to !ENDBR: vga16fb_set_par+0x0 drivers/video/fbdev/vga16fb.prelink.o: warning: objtool: vga16fb_setcolreg()+0x0: data relocation to !ENDBR: vga16fb_setcolreg+0x0 drivers/video/fbdev/vga16fb.prelink.o: warning: objtool: vga16fb_blank()+0x0: data relocation to !ENDBR: vga16fb_blank+0x0 drivers/video/fbdev/vga16fb.prelink.o: warning: objtool: vga16fb_pan_display()+0x0: data relocation to !ENDBR: vga16fb_pan_display+0x0 drivers/video/fbdev/vga16fb.prelink.o: warning: objtool: vga16fb_fillrect()+0x0: data relocation to !ENDBR: vga16fb_fillrect+0x0 drivers/video/fbdev/vga16fb.prelink.o: warning: objtool: vga16fb_copyarea()+0x0: data relocation to !ENDBR: vga16fb_copyarea+0x0 drivers/video/fbdev/vga16fb.prelink.o: warning: objtool: vga16fb_imageblit()+0x0: data relocation to !ENDBR: vga16fb_imageblit+0x0 drivers/video/fbdev/vga16fb.prelink.o: warning: objtool: vga16fb_destroy()+0x0: data relocation to !ENDBR: vga16fb_destroy+0x0 drivers/video/fbdev/vga16fb.prelink.o: warning: objtool: vga16fb_probe()+0x0: data relocation to !ENDBR: vga16fb_probe+0x0 drivers/video/fbdev/vga16fb.prelink.o: warning: objtool: vga16fb_remove()+0x0: data relocation to !ENDBR: vga16fb_remove+0x0 drivers/video/fbdev/vga16fb.prelink.o: warning: objtool: vga16fb_init()+0x0: data relocation to !ENDBR: vga16fb_init+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: pcm_open()+0x112: relocation to !ENDBR: hw_rule_channels+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: pcm_open()+0x14a: relocation to !ENDBR: hw_rule_rate+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: snd_bebob_create_hwdep_device()+0x66: relocation to !ENDBR: hwdep_read+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: snd_bebob_create_hwdep_device()+0x78: relocation to !ENDBR: hwdep_release+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: snd_bebob_create_hwdep_device()+0x83: relocation to !ENDBR: hwdep_poll+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: snd_bebob_create_hwdep_device()+0x8e: relocation to !ENDBR: hwdep_ioctl+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: bebob_probe()+0xc5: relocation to !ENDBR: bebob_card_free+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: midi_open()+0x0: data relocation to !ENDBR: midi_open+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: midi_close()+0x0: data relocation to !ENDBR: midi_close+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: midi_playback_trigger()+0x0: data relocation to !ENDBR: midi_playback_trigger+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: midi_open()+0x0: data relocation to !ENDBR: midi_open+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: midi_close()+0x0: data relocation to !ENDBR: midi_close+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: midi_capture_trigger()+0x0: data relocation to !ENDBR: midi_capture_trigger+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: pcm_open()+0x0: data relocation to !ENDBR: pcm_open+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: pcm_close()+0x0: data relocation to !ENDBR: pcm_close+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: pcm_hw_params()+0x0: data relocation to !ENDBR: pcm_hw_params+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: pcm_hw_free()+0x0: data relocation to !ENDBR: pcm_hw_free+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: pcm_capture_prepare()+0x0: data relocation to !ENDBR: pcm_capture_prepare+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: pcm_capture_trigger()+0x0: data relocation to !ENDBR: pcm_capture_trigger+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: pcm_capture_pointer()+0x0: data relocation to !ENDBR: pcm_capture_pointer+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: pcm_capture_ack()+0x0: data relocation to !ENDBR: pcm_capture_ack+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: pcm_open()+0x0: data relocation to !ENDBR: pcm_open+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: pcm_close()+0x0: data relocation to !ENDBR: pcm_close+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: pcm_hw_params()+0x0: data relocation to !ENDBR: pcm_hw_params+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: pcm_hw_free()+0x0: data relocation to !ENDBR: pcm_hw_free+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: pcm_playback_prepare()+0x0: data relocation to !ENDBR: pcm_playback_prepare+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: pcm_playback_trigger()+0x0: data relocation to !ENDBR: pcm_playback_trigger+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: pcm_playback_pointer()+0x0: data relocation to !ENDBR: pcm_playback_pointer+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: pcm_playback_ack()+0x0: data relocation to !ENDBR: pcm_playback_ack+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: phase88_rack_clk_src_get()+0x0: data relocation to !ENDBR: phase88_rack_clk_src_get+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: snd_bebob_stream_get_rate()+0x0: data relocation to !ENDBR: snd_bebob_stream_get_rate+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: snd_bebob_stream_set_rate()+0x0: data relocation to !ENDBR: snd_bebob_stream_set_rate+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: snd_bebob_stream_get_rate()+0x0: data relocation to !ENDBR: snd_bebob_stream_get_rate+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: snd_bebob_stream_set_rate()+0x0: data relocation to !ENDBR: snd_bebob_stream_set_rate+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: clk_src_get()+0x0: data relocation to !ENDBR: clk_src_get+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: saffire_meter_get()+0x0: data relocation to !ENDBR: saffire_meter_get+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: saffire_meter_get()+0x0: data relocation to !ENDBR: saffire_meter_get+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: saffire_both_clk_src_get()+0x0: data relocation to !ENDBR: saffire_both_clk_src_get+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: snd_bebob_stream_get_rate()+0x0: data relocation to !ENDBR: snd_bebob_stream_get_rate+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: snd_bebob_stream_set_rate()+0x0: data relocation to !ENDBR: snd_bebob_stream_set_rate+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: saffirepro_both_clk_src_get()+0x0: data relocation to !ENDBR: saffirepro_both_clk_src_get+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: saffirepro_both_clk_src_get()+0x0: data relocation to !ENDBR: saffirepro_both_clk_src_get+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: saffirepro_both_clk_freq_get()+0x0: data relocation to !ENDBR: saffirepro_both_clk_freq_get+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: saffirepro_both_clk_freq_set()+0x0: data relocation to !ENDBR: saffirepro_both_clk_freq_set+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: normal_meter_get()+0x0: data relocation to !ENDBR: normal_meter_get+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: normal_meter_get()+0x0: data relocation to !ENDBR: normal_meter_get+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: normal_meter_get()+0x0: data relocation to !ENDBR: normal_meter_get+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: normal_meter_get()+0x0: data relocation to !ENDBR: normal_meter_get+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: normal_meter_get()+0x0: data relocation to !ENDBR: normal_meter_get+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: snd_bebob_stream_get_rate()+0x0: data relocation to !ENDBR: snd_bebob_stream_get_rate+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: snd_bebob_stream_set_rate()+0x0: data relocation to !ENDBR: snd_bebob_stream_set_rate+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: special_meter_get()+0x0: data relocation to !ENDBR: special_meter_get+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: special_clk_get()+0x0: data relocation to !ENDBR: special_clk_get+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: special_get_rate()+0x0: data relocation to !ENDBR: special_get_rate+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: special_set_rate()+0x0: data relocation to !ENDBR: special_set_rate+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: special_dig_out_iface_ctl_info()+0x0: data relocation to !ENDBR: special_dig_out_iface_ctl_info+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: special_dig_out_iface_ctl_get()+0x0: data relocation to !ENDBR: special_dig_out_iface_ctl_get+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: special_dig_out_iface_ctl_set()+0x0: data relocation to !ENDBR: special_dig_out_iface_ctl_set+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: special_dig_in_iface_ctl_info()+0x0: data relocation to !ENDBR: special_dig_in_iface_ctl_info+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: special_dig_in_iface_ctl_get()+0x0: data relocation to !ENDBR: special_dig_in_iface_ctl_get+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: special_dig_in_iface_ctl_set()+0x0: data relocation to !ENDBR: special_dig_in_iface_ctl_set+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: special_sync_ctl_info()+0x0: data relocation to !ENDBR: special_sync_ctl_info+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: special_sync_ctl_get()+0x0: data relocation to !ENDBR: special_sync_ctl_get+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: special_clk_ctl_info()+0x0: data relocation to !ENDBR: special_clk_ctl_info+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: special_clk_ctl_get()+0x0: data relocation to !ENDBR: special_clk_ctl_get+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: special_clk_ctl_put()+0x0: data relocation to !ENDBR: special_clk_ctl_put+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: snd_bebob_stream_get_rate()+0x0: data relocation to !ENDBR: snd_bebob_stream_get_rate+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: snd_bebob_stream_set_rate()+0x0: data relocation to !ENDBR: snd_bebob_stream_set_rate+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: bebob_probe()+0x0: data relocation to !ENDBR: bebob_probe+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: bebob_update()+0x0: data relocation to !ENDBR: bebob_update+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: bebob_remove()+0x0: data relocation to !ENDBR: bebob_remove+0x0 sound/firewire/bebob/snd-bebob.prelink.o: warning: objtool: snd_bebob_init()+0x0: data relocation to !ENDBR: snd_bebob_init+0x0 sound/firewire/digi00x/snd-firewire-digi00x.prelink.o: warning: objtool: amdtp_dot_init()+0xd: relocation to !ENDBR: process_it_ctx_payloads+0x0 sound/firewire/digi00x/snd-firewire-digi00x.prelink.o: warning: objtool: amdtp_dot_init()+0x19: relocation to !ENDBR: process_ir_ctx_payloads+0x0 sound/firewire/digi00x/snd-firewire-digi00x.prelink.o: warning: objtool: pcm_open()+0x95: relocation to !ENDBR: hw_rule_channels+0x0 sound/firewire/digi00x/snd-firewire-digi00x.prelink.o: warning: objtool: pcm_open()+0xbe: relocation to !ENDBR: hw_rule_rate+0x0 sound/firewire/digi00x/snd-firewire-digi00x.prelink.o: warning: objtool: snd_dg00x_create_hwdep_device()+0x64: relocation to !ENDBR: hwdep_read+0x0 sound/firewire/digi00x/snd-firewire-digi00x.prelink.o: warning: objtool: snd_dg00x_create_hwdep_device()+0x76: relocation to !ENDBR: hwdep_release+0x0 sound/firewire/digi00x/snd-firewire-digi00x.prelink.o: warning: objtool: snd_dg00x_create_hwdep_device()+0x81: relocation to !ENDBR: hwdep_poll+0x0 sound/firewire/digi00x/snd-firewire-digi00x.prelink.o: warning: objtool: snd_dg00x_create_hwdep_device()+0x8c: relocation to !ENDBR: hwdep_ioctl+0x0 sound/firewire/digi00x/snd-firewire-digi00x.prelink.o: warning: objtool: snd_dg00x_transaction_register()+0x37: relocation to !ENDBR: handle_message+0x0 sound/firewire/digi00x/snd-firewire-digi00x.prelink.o: warning: objtool: snd_dg00x_probe()+0x4f: relocation to !ENDBR: dg00x_card_free+0x0 sound/firewire/digi00x/snd-firewire-digi00x.prelink.o: warning: objtool: pcm_open()+0x0: data relocation to !ENDBR: pcm_open+0x0 sound/firewire/digi00x/snd-firewire-digi00x.prelink.o: warning: objtool: pcm_close()+0x0: data relocation to !ENDBR: pcm_close+0x0 sound/firewire/digi00x/snd-firewire-digi00x.prelink.o: warning: objtool: pcm_hw_params()+0x0: data relocation to !ENDBR: pcm_hw_params+0x0 sound/firewire/digi00x/snd-firewire-digi00x.prelink.o: warning: objtool: pcm_hw_free()+0x0: data relocation to !ENDBR: pcm_hw_free+0x0 sound/firewire/digi00x/snd-firewire-digi00x.prelink.o: warning: objtool: pcm_capture_prepare()+0x0: data relocation to !ENDBR: pcm_capture_prepare+0x0 sound/firewire/digi00x/snd-firewire-digi00x.prelink.o: warning: objtool: pcm_capture_trigger()+0x0: data relocation to !ENDBR: pcm_capture_trigger+0x0 sound/firewire/digi00x/snd-firewire-digi00x.prelink.o: warning: objtool: pcm_capture_pointer()+0x0: data relocation to !ENDBR: pcm_capture_pointer+0x0 sound/firewire/digi00x/snd-firewire-digi00x.prelink.o: warning: objtool: pcm_capture_ack()+0x0: data relocation to !ENDBR: pcm_capture_ack+0x0 sound/firewire/digi00x/snd-firewire-digi00x.prelink.o: warning: objtool: pcm_open()+0x0: data relocation to !ENDBR: pcm_open+0x0 sound/firewire/digi00x/snd-firewire-digi00x.prelink.o: warning: objtool: pcm_close()+0x0: data relocation to !ENDBR: pcm_close+0x0 sound/firewire/digi00x/snd-firewire-digi00x.prelink.o: warning: objtool: pcm_hw_params()+0x0: data relocation to !ENDBR: pcm_hw_params+0x0 sound/firewire/digi00x/snd-firewire-digi00x.prelink.o: warning: objtool: pcm_hw_free()+0x0: data relocation to !ENDBR: pcm_hw_free+0x0 sound/firewire/digi00x/snd-firewire-digi00x.prelink.o: warning: objtool: pcm_playback_prepare()+0x0: data relocation to !ENDBR: pcm_playback_prepare+0x0 sound/firewire/digi00x/snd-firewire-digi00x.prelink.o: warning: objtool: pcm_playback_trigger()+0x0: data relocation to !ENDBR: pcm_playback_trigger+0x0 sound/firewire/digi00x/snd-firewire-digi00x.prelink.o: warning: objtool: pcm_playback_pointer()+0x0: data relocation to !ENDBR: pcm_playback_pointer+0x0 sound/firewire/digi00x/snd-firewire-digi00x.prelink.o: warning: objtool: pcm_playback_ack()+0x0: data relocation to !ENDBR: pcm_playback_ack+0x0 sound/firewire/digi00x/snd-firewire-digi00x.prelink.o: warning: objtool: midi_open()+0x0: data relocation to !ENDBR: midi_open+0x0 sound/firewire/digi00x/snd-firewire-digi00x.prelink.o: warning: objtool: midi_close()+0x0: data relocation to !ENDBR: midi_close+0x0 sound/firewire/digi00x/snd-firewire-digi00x.prelink.o: warning: objtool: midi_capture_trigger()+0x0: data relocation to !ENDBR: midi_capture_trigger+0x0 sound/firewire/digi00x/snd-firewire-digi00x.prelink.o: warning: objtool: midi_open()+0x0: data relocation to !ENDBR: midi_open+0x0 sound/firewire/digi00x/snd-firewire-digi00x.prelink.o: warning: objtool: midi_close()+0x0: data relocation to !ENDBR: midi_close+0x0 sound/firewire/digi00x/snd-firewire-digi00x.prelink.o: warning: objtool: midi_playback_trigger()+0x0: data relocation to !ENDBR: midi_playback_trigger+0x0 sound/firewire/digi00x/snd-firewire-digi00x.prelink.o: warning: objtool: snd_dg00x_probe()+0x0: data relocation to !ENDBR: snd_dg00x_probe+0x0 sound/firewire/digi00x/snd-firewire-digi00x.prelink.o: warning: objtool: snd_dg00x_update()+0x0: data relocation to !ENDBR: snd_dg00x_update+0x0 sound/firewire/digi00x/snd-firewire-digi00x.prelink.o: warning: objtool: snd_dg00x_remove()+0x0: data relocation to !ENDBR: snd_dg00x_remove+0x0 sound/firewire/digi00x/snd-firewire-digi00x.prelink.o: warning: objtool: snd_dg00x_init()+0x0: data relocation to !ENDBR: snd_dg00x_init+0x0 sound/firewire/tascam/snd-firewire-tascam.prelink.o: warning: objtool: amdtp_tscm_init()+0x71: relocation to !ENDBR: process_ir_ctx_payloads+0x0 sound/firewire/tascam/snd-firewire-tascam.prelink.o: warning: objtool: amdtp_tscm_init()+0x24: relocation to !ENDBR: process_it_ctx_payloads+0x0 sound/firewire/tascam/snd-firewire-tascam.prelink.o: warning: objtool: snd_tscm_create_hwdep_device()+0x6a: relocation to !ENDBR: hwdep_read+0x0 sound/firewire/tascam/snd-firewire-tascam.prelink.o: warning: objtool: snd_tscm_create_hwdep_device()+0x75: relocation to !ENDBR: hwdep_release+0x0 sound/firewire/tascam/snd-firewire-tascam.prelink.o: warning: objtool: snd_tscm_create_hwdep_device()+0x80: relocation to !ENDBR: hwdep_poll+0x0 sound/firewire/tascam/snd-firewire-tascam.prelink.o: warning: objtool: snd_tscm_create_hwdep_device()+0x8b: relocation to !ENDBR: hwdep_ioctl+0x0 sound/firewire/tascam/snd-firewire-tascam.prelink.o: warning: objtool: midi_port_work()+0x204: relocation to !ENDBR: async_midi_port_callback+0x0 sound/firewire/tascam/snd-firewire-tascam.prelink.o: warning: objtool: snd_tscm_transaction_register()+0x3d: relocation to !ENDBR: handle_midi_tx+0x0 sound/firewire/tascam/snd-firewire-tascam.prelink.o: warning: objtool: snd_tscm_transaction_register()+0x69: relocation to !ENDBR: midi_port_work+0x0 sound/firewire/tascam/snd-firewire-tascam.prelink.o: warning: objtool: snd_tscm_probe()+0x4c: relocation to !ENDBR: tscm_card_free+0x0 sound/firewire/tascam/snd-firewire-tascam.prelink.o: warning: objtool: pcm_open()+0x0: data relocation to !ENDBR: pcm_open+0x0 sound/firewire/tascam/snd-firewire-tascam.prelink.o: warning: objtool: pcm_close()+0x0: data relocation to !ENDBR: pcm_close+0x0 sound/firewire/tascam/snd-firewire-tascam.prelink.o: warning: objtool: pcm_hw_params()+0x0: data relocation to !ENDBR: pcm_hw_params+0x0 sound/firewire/tascam/snd-firewire-tascam.prelink.o: warning: objtool: pcm_hw_free()+0x0: data relocation to !ENDBR: pcm_hw_free+0x0 sound/firewire/tascam/snd-firewire-tascam.prelink.o: warning: objtool: pcm_capture_prepare()+0x0: data relocation to !ENDBR: pcm_capture_prepare+0x0 sound/firewire/tascam/snd-firewire-tascam.prelink.o: warning: objtool: pcm_capture_trigger()+0x0: data relocation to !ENDBR: pcm_capture_trigger+0x0 sound/firewire/tascam/snd-firewire-tascam.prelink.o: warning: objtool: pcm_capture_pointer()+0x0: data relocation to !ENDBR: pcm_capture_pointer+0x0 sound/firewire/tascam/snd-firewire-tascam.prelink.o: warning: objtool: pcm_capture_ack()+0x0: data relocation to !ENDBR: pcm_capture_ack+0x0 sound/firewire/tascam/snd-firewire-tascam.prelink.o: warning: objtool: pcm_open()+0x0: data relocation to !ENDBR: pcm_open+0x0 sound/firewire/tascam/snd-firewire-tascam.prelink.o: warning: objtool: pcm_close()+0x0: data relocation to !ENDBR: pcm_close+0x0 sound/firewire/tascam/snd-firewire-tascam.prelink.o: warning: objtool: pcm_hw_params()+0x0: data relocation to !ENDBR: pcm_hw_params+0x0 sound/firewire/tascam/snd-firewire-tascam.prelink.o: warning: objtool: pcm_hw_free()+0x0: data relocation to !ENDBR: pcm_hw_free+0x0 sound/firewire/tascam/snd-firewire-tascam.prelink.o: warning: objtool: pcm_playback_prepare()+0x0: data relocation to !ENDBR: pcm_playback_prepare+0x0 sound/firewire/tascam/snd-firewire-tascam.prelink.o: warning: objtool: pcm_playback_trigger()+0x0: data relocation to !ENDBR: pcm_playback_trigger+0x0 sound/firewire/tascam/snd-firewire-tascam.prelink.o: warning: objtool: pcm_playback_pointer()+0x0: data relocation to !ENDBR: pcm_playback_pointer+0x0 sound/firewire/tascam/snd-firewire-tascam.prelink.o: warning: objtool: pcm_playback_ack()+0x0: data relocation to !ENDBR: pcm_playback_ack+0x0 sound/firewire/tascam/snd-firewire-tascam.prelink.o: warning: objtool: midi_playback_open()+0x0: data relocation to !ENDBR: midi_playback_open+0x0 sound/firewire/tascam/snd-firewire-tascam.prelink.o: warning: objtool: midi_playback_close()+0x0: data relocation to !ENDBR: midi_playback_close+0x0 sound/firewire/tascam/snd-firewire-tascam.prelink.o: warning: objtool: midi_playback_trigger()+0x0: data relocation to !ENDBR: midi_playback_trigger+0x0 sound/firewire/tascam/snd-firewire-tascam.prelink.o: warning: objtool: midi_playback_drain()+0x0: data relocation to !ENDBR: midi_playback_drain+0x0 sound/firewire/tascam/snd-firewire-tascam.prelink.o: warning: objtool: midi_capture_open()+0x0: data relocation to !ENDBR: midi_capture_open+0x0 sound/firewire/tascam/snd-firewire-tascam.prelink.o: warning: objtool: midi_capture_close()+0x0: data relocation to !ENDBR: midi_capture_close+0x0 sound/firewire/tascam/snd-firewire-tascam.prelink.o: warning: objtool: midi_capture_trigger()+0x0: data relocation to !ENDBR: midi_capture_trigger+0x0 sound/firewire/tascam/snd-firewire-tascam.prelink.o: warning: objtool: snd_tscm_probe()+0x0: data relocation to !ENDBR: snd_tscm_probe+0x0 sound/firewire/tascam/snd-firewire-tascam.prelink.o: warning: objtool: snd_tscm_update()+0x0: data relocation to !ENDBR: snd_tscm_update+0x0 sound/firewire/tascam/snd-firewire-tascam.prelink.o: warning: objtool: snd_tscm_remove()+0x0: data relocation to !ENDBR: snd_tscm_remove+0x0 sound/firewire/tascam/snd-firewire-tascam.prelink.o: warning: objtool: snd_tscm_init()+0x0: data relocation to !ENDBR: snd_tscm_init+0x0 sound/firewire/dice/snd-dice.prelink.o: warning: objtool: snd_dice_transaction_init()+0x133: relocation to !ENDBR: dice_notification+0x0 sound/firewire/dice/snd-dice.prelink.o: warning: objtool: pcm_open()+0x138: relocation to !ENDBR: dice_rate_constraint+0x0 sound/firewire/dice/snd-dice.prelink.o: warning: objtool: pcm_open()+0x165: relocation to !ENDBR: dice_channels_constraint+0x0 sound/firewire/dice/snd-dice.prelink.o: warning: objtool: snd_dice_create_hwdep()+0x5f: relocation to !ENDBR: hwdep_read+0x0 sound/firewire/dice/snd-dice.prelink.o: warning: objtool: snd_dice_create_hwdep()+0x71: relocation to !ENDBR: hwdep_release+0x0 sound/firewire/dice/snd-dice.prelink.o: warning: objtool: snd_dice_create_hwdep()+0x7c: relocation to !ENDBR: hwdep_poll+0x0 sound/firewire/dice/snd-dice.prelink.o: warning: objtool: snd_dice_create_hwdep()+0x87: relocation to !ENDBR: hwdep_ioctl+0x0 sound/firewire/dice/snd-dice.prelink.o: warning: objtool: dice_probe()+0x69: relocation to !ENDBR: dice_card_free+0x0 sound/firewire/dice/snd-dice.prelink.o: warning: objtool: dice_probe()+0x94: relocation to !ENDBR: snd_dice_stream_detect_current_formats+0x0 sound/firewire/dice/snd-dice.prelink.o: warning: objtool: midi_open()+0x0: data relocation to !ENDBR: midi_open+0x0 sound/firewire/dice/snd-dice.prelink.o: warning: objtool: midi_close()+0x0: data relocation to !ENDBR: midi_close+0x0 sound/firewire/dice/snd-dice.prelink.o: warning: objtool: midi_playback_trigger()+0x0: data relocation to !ENDBR: midi_playback_trigger+0x0 sound/firewire/dice/snd-dice.prelink.o: warning: objtool: midi_open()+0x0: data relocation to !ENDBR: midi_open+0x0 sound/firewire/dice/snd-dice.prelink.o: warning: objtool: midi_close()+0x0: data relocation to !ENDBR: midi_close+0x0 sound/firewire/dice/snd-dice.prelink.o: warning: objtool: midi_capture_trigger()+0x0: data relocation to !ENDBR: midi_capture_trigger+0x0 sound/firewire/dice/snd-dice.prelink.o: warning: objtool: pcm_open()+0x0: data relocation to !ENDBR: pcm_open+0x0 sound/firewire/dice/snd-dice.prelink.o: warning: objtool: pcm_close()+0x0: data relocation to !ENDBR: pcm_close+0x0 sound/firewire/dice/snd-dice.prelink.o: warning: objtool: pcm_hw_params()+0x0: data relocation to !ENDBR: pcm_hw_params+0x0 sound/firewire/dice/snd-dice.prelink.o: warning: objtool: pcm_hw_free()+0x0: data relocation to !ENDBR: pcm_hw_free+0x0 sound/firewire/dice/snd-dice.prelink.o: warning: objtool: playback_prepare()+0x0: data relocation to !ENDBR: playback_prepare+0x0 sound/firewire/dice/snd-dice.prelink.o: warning: objtool: playback_trigger()+0x0: data relocation to !ENDBR: playback_trigger+0x0 sound/firewire/dice/snd-dice.prelink.o: warning: objtool: playback_pointer()+0x0: data relocation to !ENDBR: playback_pointer+0x0 sound/firewire/dice/snd-dice.prelink.o: warning: objtool: playback_ack()+0x0: data relocation to !ENDBR: playback_ack+0x0 sound/firewire/dice/snd-dice.prelink.o: warning: objtool: pcm_open()+0x0: data relocation to !ENDBR: pcm_open+0x0 sound/firewire/dice/snd-dice.prelink.o: warning: objtool: pcm_close()+0x0: data relocation to !ENDBR: pcm_close+0x0 sound/firewire/dice/snd-dice.prelink.o: warning: objtool: pcm_hw_params()+0x0: data relocation to !ENDBR: pcm_hw_params+0x0 sound/firewire/dice/snd-dice.prelink.o: warning: objtool: pcm_hw_free()+0x0: data relocation to !ENDBR: pcm_hw_free+0x0 sound/firewire/dice/snd-dice.prelink.o: warning: objtool: capture_prepare()+0x0: data relocation to !ENDBR: capture_prepare+0x0 sound/firewire/dice/snd-dice.prelink.o: warning: objtool: capture_trigger()+0x0: data relocation to !ENDBR: capture_trigger+0x0 sound/firewire/dice/snd-dice.prelink.o: warning: objtool: capture_pointer()+0x0: data relocation to !ENDBR: capture_pointer+0x0 sound/firewire/dice/snd-dice.prelink.o: warning: objtool: capture_ack()+0x0: data relocation to !ENDBR: capture_ack+0x0 sound/firewire/dice/snd-dice.prelink.o: warning: objtool: snd_dice_detect_extension_formats()+0x0: data relocation to !ENDBR: snd_dice_detect_extension_formats+0x0 sound/firewire/dice/snd-dice.prelink.o: warning: objtool: snd_dice_detect_extension_formats()+0x0: data relocation to !ENDBR: snd_dice_detect_extension_formats+0x0 sound/firewire/dice/snd-dice.prelink.o: warning: objtool: snd_dice_detect_extension_formats()+0x0: data relocation to !ENDBR: snd_dice_detect_extension_formats+0x0 sound/firewire/dice/snd-dice.prelink.o: warning: objtool: snd_dice_detect_tcelectronic_formats()+0x0: data relocation to !ENDBR: snd_dice_detect_tcelectronic_formats+0x0 sound/firewire/dice/snd-dice.prelink.o: warning: objtool: snd_dice_detect_tcelectronic_formats()+0x0: data relocation to !ENDBR: snd_dice_detect_tcelectronic_formats+0x0 sound/firewire/dice/snd-dice.prelink.o: warning: objtool: snd_dice_detect_tcelectronic_formats()+0x0: data relocation to !ENDBR: snd_dice_detect_tcelectronic_formats+0x0 sound/firewire/dice/snd-dice.prelink.o: warning: objtool: snd_dice_detect_tcelectronic_formats()+0x0: data relocation to !ENDBR: snd_dice_detect_tcelectronic_formats+0x0 sound/firewire/dice/snd-dice.prelink.o: warning: objtool: snd_dice_detect_tcelectronic_formats()+0x0: data relocation to !ENDBR: snd_dice_detect_tcelectronic_formats+0x0 sound/firewire/dice/snd-dice.prelink.o: warning: objtool: snd_dice_detect_tcelectronic_formats()+0x0: data relocation to !ENDBR: snd_dice_detect_tcelectronic_formats+0x0 sound/firewire/dice/snd-dice.prelink.o: warning: objtool: snd_dice_detect_tcelectronic_formats()+0x0: data relocation to !ENDBR: snd_dice_detect_tcelectronic_formats+0x0 sound/firewire/dice/snd-dice.prelink.o: warning: objtool: snd_dice_detect_alesis_formats()+0x0: data relocation to !ENDBR: snd_dice_detect_alesis_formats+0x0 sound/firewire/dice/snd-dice.prelink.o: warning: objtool: snd_dice_detect_alesis_mastercontrol_formats()+0x0: data relocation to !ENDBR: snd_dice_detect_alesis_mastercontrol_formats+0x0 sound/firewire/dice/snd-dice.prelink.o: warning: objtool: snd_dice_detect_mytek_formats()+0x0: data relocation to !ENDBR: snd_dice_detect_mytek_formats+0x0 sound/firewire/dice/snd-dice.prelink.o: warning: objtool: snd_dice_detect_presonus_formats()+0x0: data relocation to !ENDBR: snd_dice_detect_presonus_formats+0x0 sound/firewire/dice/snd-dice.prelink.o: warning: objtool: snd_dice_detect_harman_formats()+0x0: data relocation to !ENDBR: snd_dice_detect_harman_formats+0x0 sound/firewire/dice/snd-dice.prelink.o: warning: objtool: dice_probe()+0x0: data relocation to !ENDBR: dice_probe+0x0 sound/firewire/dice/snd-dice.prelink.o: warning: objtool: dice_bus_reset()+0x0: data relocation to !ENDBR: dice_bus_reset+0x0 sound/firewire/dice/snd-dice.prelink.o: warning: objtool: dice_remove()+0x0: data relocation to !ENDBR: dice_remove+0x0 sound/firewire/dice/snd-dice.prelink.o: warning: objtool: alsa_dice_init()+0x0: data relocation to !ENDBR: alsa_dice_init+0x0 sound/pcmcia/pdaudiocf/snd-pdaudiocf.prelink.o: warning: objtool: snd_pdacf_probe()+0x11e: relocation to !ENDBR: pdacf_threaded_irq+0x0 sound/pcmcia/pdaudiocf/snd-pdaudiocf.prelink.o: warning: objtool: snd_pdacf_probe()+0x12c: relocation to !ENDBR: pdacf_interrupt+0x0 sound/pcmcia/pdaudiocf/snd-pdaudiocf.prelink.o: warning: objtool: snd_pdacf_ak4117_create()+0x3f: relocation to !ENDBR: pdacf_ak4117_write+0x0 sound/pcmcia/pdaudiocf/snd-pdaudiocf.prelink.o: warning: objtool: snd_pdacf_ak4117_create()+0x46: relocation to !ENDBR: pdacf_ak4117_read+0x0 sound/pcmcia/pdaudiocf/snd-pdaudiocf.prelink.o: warning: objtool: snd_pdacf_ak4117_create()+0xb2: relocation to !ENDBR: snd_pdacf_ak4117_change+0x0 sound/pcmcia/pdaudiocf/snd-pdaudiocf.prelink.o: warning: objtool: snd_pdacf_dev_free()+0x0: data relocation to !ENDBR: snd_pdacf_dev_free+0x0 sound/pcmcia/pdaudiocf/snd-pdaudiocf.prelink.o: warning: objtool: pdacf_pcm_capture_open()+0x0: data relocation to !ENDBR: pdacf_pcm_capture_open+0x0 sound/pcmcia/pdaudiocf/snd-pdaudiocf.prelink.o: warning: objtool: pdacf_pcm_capture_close()+0x0: data relocation to !ENDBR: pdacf_pcm_capture_close+0x0 sound/pcmcia/pdaudiocf/snd-pdaudiocf.prelink.o: warning: objtool: pdacf_pcm_prepare()+0x0: data relocation to !ENDBR: pdacf_pcm_prepare+0x0 sound/pcmcia/pdaudiocf/snd-pdaudiocf.prelink.o: warning: objtool: pdacf_pcm_trigger()+0x0: data relocation to !ENDBR: pdacf_pcm_trigger+0x0 sound/pcmcia/pdaudiocf/snd-pdaudiocf.prelink.o: warning: objtool: pdacf_pcm_capture_pointer()+0x0: data relocation to !ENDBR: pdacf_pcm_capture_pointer+0x0 sound/pcmcia/pdaudiocf/snd-pdaudiocf.prelink.o: warning: objtool: snd_pdacf_probe()+0x0: data relocation to !ENDBR: snd_pdacf_probe+0x0 sound/pcmcia/pdaudiocf/snd-pdaudiocf.prelink.o: warning: objtool: snd_pdacf_detach()+0x0: data relocation to !ENDBR: snd_pdacf_detach+0x0 sound/pcmcia/pdaudiocf/snd-pdaudiocf.prelink.o: warning: objtool: pdacf_suspend()+0x0: data relocation to !ENDBR: pdacf_suspend+0x0 sound/pcmcia/pdaudiocf/snd-pdaudiocf.prelink.o: warning: objtool: pdacf_resume()+0x0: data relocation to !ENDBR: pdacf_resume+0x0 sound/pcmcia/pdaudiocf/snd-pdaudiocf.prelink.o: warning: objtool: pdacf_cs_driver_init()+0x0: data relocation to !ENDBR: pdacf_cs_driver_init+0x0 sound/firewire/motu/snd-firewire-motu.prelink.o: warning: objtool: motu_probe()+0x4f: relocation to !ENDBR: motu_card_free+0x0 sound/firewire/motu/snd-firewire-motu.prelink.o: warning: objtool: amdtp_motu_init()+0xa8: relocation to !ENDBR: process_ir_ctx_payloads+0x0 sound/firewire/motu/snd-firewire-motu.prelink.o: warning: objtool: amdtp_motu_init()+0x2d: relocation to !ENDBR: process_it_ctx_payloads+0x0 sound/firewire/motu/snd-firewire-motu.prelink.o: warning: objtool: snd_motu_transaction_register()+0x37: relocation to !ENDBR: handle_message+0x0 sound/firewire/motu/snd-firewire-motu.prelink.o: warning: objtool: pcm_open()+0x12e: relocation to !ENDBR: motu_rate_constraint+0x0 sound/firewire/motu/snd-firewire-motu.prelink.o: warning: objtool: pcm_open()+0x15f: relocation to !ENDBR: motu_channels_constraint+0x0 sound/firewire/motu/snd-firewire-motu.prelink.o: warning: objtool: snd_motu_create_hwdep_device()+0x5c: relocation to !ENDBR: hwdep_read+0x0 sound/firewire/motu/snd-firewire-motu.prelink.o: warning: objtool: snd_motu_create_hwdep_device()+0x67: relocation to !ENDBR: hwdep_release+0x0 sound/firewire/motu/snd-firewire-motu.prelink.o: warning: objtool: snd_motu_create_hwdep_device()+0x72: relocation to !ENDBR: hwdep_poll+0x0 sound/firewire/motu/snd-firewire-motu.prelink.o: warning: objtool: snd_motu_create_hwdep_device()+0x7d: relocation to !ENDBR: hwdep_ioctl+0x0 sound/firewire/motu/snd-firewire-motu.prelink.o: warning: objtool: pcm_open()+0x0: data relocation to !ENDBR: pcm_open+0x0 sound/firewire/motu/snd-firewire-motu.prelink.o: warning: objtool: pcm_close()+0x0: data relocation to !ENDBR: pcm_close+0x0 sound/firewire/motu/snd-firewire-motu.prelink.o: warning: objtool: pcm_hw_params()+0x0: data relocation to !ENDBR: pcm_hw_params+0x0 sound/firewire/motu/snd-firewire-motu.prelink.o: warning: objtool: pcm_hw_free()+0x0: data relocation to !ENDBR: pcm_hw_free+0x0 sound/firewire/motu/snd-firewire-motu.prelink.o: warning: objtool: playback_prepare()+0x0: data relocation to !ENDBR: playback_prepare+0x0 sound/firewire/motu/snd-firewire-motu.prelink.o: warning: objtool: playback_trigger()+0x0: data relocation to !ENDBR: playback_trigger+0x0 sound/firewire/motu/snd-firewire-motu.prelink.o: warning: objtool: playback_pointer()+0x0: data relocation to !ENDBR: playback_pointer+0x0 sound/firewire/motu/snd-firewire-motu.prelink.o: warning: objtool: playback_ack()+0x0: data relocation to !ENDBR: playback_ack+0x0 sound/firewire/motu/snd-firewire-motu.prelink.o: warning: objtool: pcm_open()+0x0: data relocation to !ENDBR: pcm_open+0x0 sound/firewire/motu/snd-firewire-motu.prelink.o: warning: objtool: pcm_close()+0x0: data relocation to !ENDBR: pcm_close+0x0 sound/firewire/motu/snd-firewire-motu.prelink.o: warning: objtool: pcm_hw_params()+0x0: data relocation to !ENDBR: pcm_hw_params+0x0 sound/firewire/motu/snd-firewire-motu.prelink.o: warning: objtool: pcm_hw_free()+0x0: data relocation to !ENDBR: pcm_hw_free+0x0 sound/firewire/motu/snd-firewire-motu.prelink.o: warning: objtool: capture_prepare()+0x0: data relocation to !ENDBR: capture_prepare+0x0 sound/firewire/motu/snd-firewire-motu.prelink.o: warning: objtool: capture_trigger()+0x0: data relocation to !ENDBR: capture_trigger+0x0 sound/firewire/motu/snd-firewire-motu.prelink.o: warning: objtool: capture_pointer()+0x0: data relocation to !ENDBR: capture_pointer+0x0 sound/firewire/motu/snd-firewire-motu.prelink.o: warning: objtool: capture_ack()+0x0: data relocation to !ENDBR: capture_ack+0x0 sound/firewire/motu/snd-firewire-motu.prelink.o: warning: objtool: midi_open()+0x0: data relocation to !ENDBR: midi_open+0x0 sound/firewire/motu/snd-firewire-motu.prelink.o: warning: objtool: midi_close()+0x0: data relocation to !ENDBR: midi_close+0x0 sound/firewire/motu/snd-firewire-motu.prelink.o: warning: objtool: midi_playback_trigger()+0x0: data relocation to !ENDBR: midi_playback_trigger+0x0 sound/firewire/motu/snd-firewire-motu.prelink.o: warning: objtool: midi_open()+0x0: data relocation to !ENDBR: midi_open+0x0 sound/firewire/motu/snd-firewire-motu.prelink.o: warning: objtool: midi_close()+0x0: data relocation to !ENDBR: midi_close+0x0 sound/firewire/motu/snd-firewire-motu.prelink.o: warning: objtool: midi_capture_trigger()+0x0: data relocation to !ENDBR: midi_capture_trigger+0x0 sound/firewire/motu/snd-firewire-motu.prelink.o: warning: objtool: motu_probe()+0x0: data relocation to !ENDBR: motu_probe+0x0 sound/firewire/motu/snd-firewire-motu.prelink.o: warning: objtool: motu_bus_update()+0x0: data relocation to !ENDBR: motu_bus_update+0x0 sound/firewire/motu/snd-firewire-motu.prelink.o: warning: objtool: motu_remove()+0x0: data relocation to !ENDBR: motu_remove+0x0 sound/firewire/motu/snd-firewire-motu.prelink.o: warning: objtool: __traceiter_data_block_message()+0x0: data relocation to !ENDBR: __traceiter_data_block_message+0x0 sound/firewire/motu/snd-firewire-motu.prelink.o: warning: objtool: __traceiter_data_block_sph()+0x0: data relocation to !ENDBR: __traceiter_data_block_sph+0x0 sound/firewire/motu/snd-firewire-motu.prelink.o: warning: objtool: alsa_motu_init()+0x0: data relocation to !ENDBR: alsa_motu_init+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: snd_ff_probe()+0x4f: relocation to !ENDBR: ff_card_free+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: transmit_midi_msg()+0x16e: relocation to !ENDBR: finish_transmit_midi0_msg+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: transmit_midi_msg()+0xdb: relocation to !ENDBR: finish_transmit_midi1_msg+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: snd_ff_transaction_register()+0x25: relocation to !ENDBR: handle_midi_msg+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: snd_ff_transaction_register()+0xff: relocation to !ENDBR: transmit_midi0_msg+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: snd_ff_transaction_register()+0x11d: relocation to !ENDBR: transmit_midi1_msg+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: amdtp_ff_init()+0xd: relocation to !ENDBR: process_it_ctx_payloads+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: amdtp_ff_init()+0x19: relocation to !ENDBR: process_ir_ctx_payloads+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: pcm_open()+0x11d: relocation to !ENDBR: hw_rule_channels+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: pcm_open()+0x13c: relocation to !ENDBR: hw_rule_rate+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: snd_ff_create_hwdep_devices()+0xdb: relocation to !ENDBR: hwdep_read+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: snd_ff_create_hwdep_devices()+0xed: relocation to !ENDBR: hwdep_release+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: snd_ff_create_hwdep_devices()+0xf8: relocation to !ENDBR: hwdep_poll+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: snd_ff_create_hwdep_devices()+0x103: relocation to !ENDBR: hwdep_ioctl+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: midi_playback_open()+0x0: data relocation to !ENDBR: midi_playback_open+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: midi_playback_close()+0x0: data relocation to !ENDBR: midi_playback_close+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: midi_playback_trigger()+0x0: data relocation to !ENDBR: midi_playback_trigger+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: midi_capture_open()+0x0: data relocation to !ENDBR: midi_capture_open+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: midi_capture_close()+0x0: data relocation to !ENDBR: midi_capture_close+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: midi_capture_trigger()+0x0: data relocation to !ENDBR: midi_capture_trigger+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: pcm_open()+0x0: data relocation to !ENDBR: pcm_open+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: pcm_close()+0x0: data relocation to !ENDBR: pcm_close+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: pcm_hw_params()+0x0: data relocation to !ENDBR: pcm_hw_params+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: pcm_hw_free()+0x0: data relocation to !ENDBR: pcm_hw_free+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: pcm_capture_prepare()+0x0: data relocation to !ENDBR: pcm_capture_prepare+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: pcm_capture_trigger()+0x0: data relocation to !ENDBR: pcm_capture_trigger+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: pcm_capture_pointer()+0x0: data relocation to !ENDBR: pcm_capture_pointer+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: pcm_capture_ack()+0x0: data relocation to !ENDBR: pcm_capture_ack+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: pcm_open()+0x0: data relocation to !ENDBR: pcm_open+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: pcm_close()+0x0: data relocation to !ENDBR: pcm_close+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: pcm_hw_params()+0x0: data relocation to !ENDBR: pcm_hw_params+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: pcm_hw_free()+0x0: data relocation to !ENDBR: pcm_hw_free+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: pcm_playback_prepare()+0x0: data relocation to !ENDBR: pcm_playback_prepare+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: pcm_playback_trigger()+0x0: data relocation to !ENDBR: pcm_playback_trigger+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: pcm_playback_pointer()+0x0: data relocation to !ENDBR: pcm_playback_pointer+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: pcm_playback_ack()+0x0: data relocation to !ENDBR: pcm_playback_ack+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: ff400_handle_midi_msg()+0x0: data relocation to !ENDBR: ff400_handle_midi_msg+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: former_fill_midi_msg()+0x0: data relocation to !ENDBR: former_fill_midi_msg+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: former_get_clock()+0x0: data relocation to !ENDBR: former_get_clock+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: former_switch_fetching_mode()+0x0: data relocation to !ENDBR: former_switch_fetching_mode+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: ff400_allocate_resources()+0x0: data relocation to !ENDBR: ff400_allocate_resources+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: ff400_begin_session()+0x0: data relocation to !ENDBR: ff400_begin_session+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: ff400_finish_session()+0x0: data relocation to !ENDBR: ff400_finish_session+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: former_dump_status()+0x0: data relocation to !ENDBR: former_dump_status+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: ff800_handle_midi_msg()+0x0: data relocation to !ENDBR: ff800_handle_midi_msg+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: former_fill_midi_msg()+0x0: data relocation to !ENDBR: former_fill_midi_msg+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: former_get_clock()+0x0: data relocation to !ENDBR: former_get_clock+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: former_switch_fetching_mode()+0x0: data relocation to !ENDBR: former_switch_fetching_mode+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: ff800_allocate_resources()+0x0: data relocation to !ENDBR: ff800_allocate_resources+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: ff800_begin_session()+0x0: data relocation to !ENDBR: ff800_begin_session+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: ff800_finish_session()+0x0: data relocation to !ENDBR: ff800_finish_session+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: former_dump_status()+0x0: data relocation to !ENDBR: former_dump_status+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: latter_handle_midi_msg()+0x0: data relocation to !ENDBR: latter_handle_midi_msg+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: latter_fill_midi_msg()+0x0: data relocation to !ENDBR: latter_fill_midi_msg+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: latter_get_clock()+0x0: data relocation to !ENDBR: latter_get_clock+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: latter_switch_fetching_mode()+0x0: data relocation to !ENDBR: latter_switch_fetching_mode+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: latter_allocate_resources()+0x0: data relocation to !ENDBR: latter_allocate_resources+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: latter_begin_session()+0x0: data relocation to !ENDBR: latter_begin_session+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: latter_finish_session()+0x0: data relocation to !ENDBR: latter_finish_session+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: latter_dump_status()+0x0: data relocation to !ENDBR: latter_dump_status+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: snd_ff_probe()+0x0: data relocation to !ENDBR: snd_ff_probe+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: snd_ff_update()+0x0: data relocation to !ENDBR: snd_ff_update+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: snd_ff_remove()+0x0: data relocation to !ENDBR: snd_ff_remove+0x0 sound/firewire/fireface/snd-fireface.prelink.o: warning: objtool: snd_ff_init()+0x0: data relocation to !ENDBR: snd_ff_init+0x0 drivers/misc/ad525x_dpot-spi.prelink.o: warning: objtool: read8()+0x0: data relocation to !ENDBR: read8+0x0 drivers/misc/ad525x_dpot-spi.prelink.o: warning: objtool: read16()+0x0: data relocation to !ENDBR: read16+0x0 drivers/misc/ad525x_dpot-spi.prelink.o: warning: objtool: read24()+0x0: data relocation to !ENDBR: read24+0x0 drivers/misc/ad525x_dpot-spi.prelink.o: warning: objtool: write8()+0x0: data relocation to !ENDBR: write8+0x0 drivers/misc/ad525x_dpot-spi.prelink.o: warning: objtool: write16()+0x0: data relocation to !ENDBR: write16+0x0 drivers/misc/ad525x_dpot-spi.prelink.o: warning: objtool: write24()+0x0: data relocation to !ENDBR: write24+0x0 drivers/misc/ad525x_dpot-spi.prelink.o: warning: objtool: ad_dpot_spi_probe()+0x0: data relocation to !ENDBR: ad_dpot_spi_probe+0x0 drivers/misc/ad525x_dpot-spi.prelink.o: warning: objtool: ad_dpot_spi_remove()+0x0: data relocation to !ENDBR: ad_dpot_spi_remove+0x0 drivers/misc/ad525x_dpot-spi.prelink.o: warning: objtool: ad_dpot_spi_driver_init()+0x0: data relocation to !ENDBR: ad_dpot_spi_driver_init+0x0 drivers/misc/dummy-irq.prelink.o: warning: objtool: dummy_irq_init()+0x29: relocation to !ENDBR: dummy_interrupt+0x0 drivers/misc/dummy-irq.prelink.o: warning: objtool: dummy_irq_init()+0x0: data relocation to !ENDBR: dummy_irq_init+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_mmu_v1_set_funcs()+0xa: relocation to !ENDBR: hl_mmu_v1_init+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_mmu_v1_set_funcs()+0x11: relocation to !ENDBR: hl_mmu_v1_fini+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_mmu_v1_set_funcs()+0x1c: relocation to !ENDBR: hl_mmu_v1_ctx_init+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_mmu_v1_set_funcs()+0x25: relocation to !ENDBR: hl_mmu_v1_ctx_fini+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_mmu_v1_set_funcs()+0x2d: relocation to !ENDBR: _hl_mmu_v1_map+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_mmu_v1_set_funcs()+0x35: relocation to !ENDBR: _hl_mmu_v1_unmap+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_mmu_v1_set_funcs()+0x3d: relocation to !ENDBR: flush+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_mmu_v1_set_funcs()+0x45: relocation to !ENDBR: hl_mmu_v1_swap_out+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_mmu_v1_set_funcs()+0x4d: relocation to !ENDBR: hl_mmu_v1_swap_in+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_mmu_v1_set_funcs()+0x55: relocation to !ENDBR: hl_mmu_v1_get_tlb_info+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: device_late_init()+0x86: relocation to !ENDBR: hl_device_heartbeat+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: device_init_cdev()+0x95: relocation to !ENDBR: device_release_func+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_device_init()+0x2b7: relocation to !ENDBR: device_hard_reset_pending+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_ioctl_control()+0x20: relocation to !ENDBR: hl_info_ioctl_control+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: handle_user_cq()+0x1c2: relocation to !ENDBR: hl_ts_free_objects+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_irq_handler_eq()+0xcd: relocation to !ENDBR: irq_handle_eqe+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: allocate_cs()+0x107: relocation to !ENDBR: cs_timedout+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_cs_allocate_job()+0xb8: relocation to !ENDBR: job_wq_completion+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_cs_ioctl()+0x1211: relocation to !ENDBR: hl_fence_release+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_cs_ioctl()+0x11e4: relocation to !ENDBR: hl_fence_release+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_cs_ioctl()+0xd7a: relocation to !ENDBR: hl_fence_release+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_sw_init()+0x255: relocation to !ENDBR: goya_set_freq_to_low_job+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_sw_init()+0x99: relocation to !ENDBR: gaudi_cpucp_info_get+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_pci_err_detected()+0x0: data relocation to !ENDBR: hl_pci_err_detected+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_pci_err_slot_reset()+0x0: data relocation to !ENDBR: hl_pci_err_slot_reset+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_pci_err_resume()+0x0: data relocation to !ENDBR: hl_pci_err_resume+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_pmops_suspend()+0x0: data relocation to !ENDBR: hl_pmops_suspend+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_pmops_resume()+0x0: data relocation to !ENDBR: hl_pmops_resume+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_ioctl_control()+0x0: data relocation to !ENDBR: hl_ioctl_control+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_ioctl_control()+0x0: data relocation to !ENDBR: hl_ioctl_control+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_device_open_ctrl()+0x0: data relocation to !ENDBR: hl_device_open_ctrl+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_device_release_ctrl()+0x0: data relocation to !ENDBR: hl_device_release_ctrl+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_ioctl()+0x0: data relocation to !ENDBR: hl_ioctl+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_ioctl()+0x0: data relocation to !ENDBR: hl_ioctl+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_mmap()+0x0: data relocation to !ENDBR: hl_mmap+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_device_open()+0x0: data relocation to !ENDBR: hl_device_open+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_device_release()+0x0: data relocation to !ENDBR: hl_device_release+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_info_ioctl()+0x0: data relocation to !ENDBR: hl_info_ioctl+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_cb_ioctl()+0x0: data relocation to !ENDBR: hl_cb_ioctl+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_cs_ioctl()+0x0: data relocation to !ENDBR: hl_cs_ioctl+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_wait_ioctl()+0x0: data relocation to !ENDBR: hl_wait_ioctl+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_mem_ioctl()+0x0: data relocation to !ENDBR: hl_mem_ioctl+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_debug_ioctl()+0x0: data relocation to !ENDBR: hl_debug_ioctl+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: cb_vm_close()+0x0: data relocation to !ENDBR: cb_vm_close+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_is_visible()+0x0: data relocation to !ENDBR: hl_is_visible+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_read()+0x0: data relocation to !ENDBR: hl_read+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_write()+0x0: data relocation to !ENDBR: hl_write+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: buff_vm_close()+0x0: data relocation to !ENDBR: buff_vm_close+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_dmabuf_attach()+0x0: data relocation to !ENDBR: hl_dmabuf_attach+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_map_dmabuf()+0x0: data relocation to !ENDBR: hl_map_dmabuf+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_unmap_dmabuf()+0x0: data relocation to !ENDBR: hl_unmap_dmabuf+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_release_dmabuf()+0x0: data relocation to !ENDBR: hl_release_dmabuf+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hw_block_vm_close()+0x0: data relocation to !ENDBR: hw_block_vm_close+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_early_init()+0x0: data relocation to !ENDBR: goya_early_init+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_early_fini()+0x0: data relocation to !ENDBR: goya_early_fini+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_late_init()+0x0: data relocation to !ENDBR: goya_late_init+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_late_fini()+0x0: data relocation to !ENDBR: goya_late_fini+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_sw_init()+0x0: data relocation to !ENDBR: goya_sw_init+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_sw_fini()+0x0: data relocation to !ENDBR: goya_sw_fini+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_hw_init()+0x0: data relocation to !ENDBR: goya_hw_init+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_hw_fini()+0x0: data relocation to !ENDBR: goya_hw_fini+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_halt_engines()+0x0: data relocation to !ENDBR: goya_halt_engines+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_suspend()+0x0: data relocation to !ENDBR: goya_suspend+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_resume()+0x0: data relocation to !ENDBR: goya_resume+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_mmap()+0x0: data relocation to !ENDBR: goya_mmap+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_ring_doorbell()+0x0: data relocation to !ENDBR: goya_ring_doorbell+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_pqe_write()+0x0: data relocation to !ENDBR: goya_pqe_write+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_dma_alloc_coherent()+0x0: data relocation to !ENDBR: goya_dma_alloc_coherent+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_dma_free_coherent()+0x0: data relocation to !ENDBR: goya_dma_free_coherent+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_scrub_device_mem()+0x0: data relocation to !ENDBR: goya_scrub_device_mem+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_get_int_queue_base()+0x0: data relocation to !ENDBR: goya_get_int_queue_base+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_test_queues()+0x0: data relocation to !ENDBR: goya_test_queues+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_dma_pool_zalloc()+0x0: data relocation to !ENDBR: goya_dma_pool_zalloc+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_dma_pool_free()+0x0: data relocation to !ENDBR: goya_dma_pool_free+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_cpu_accessible_dma_pool_alloc()+0x0: data relocation to !ENDBR: goya_cpu_accessible_dma_pool_alloc+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_cpu_accessible_dma_pool_free()+0x0: data relocation to !ENDBR: goya_cpu_accessible_dma_pool_free+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_dma_unmap_sg()+0x0: data relocation to !ENDBR: goya_dma_unmap_sg+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_cs_parser()+0x0: data relocation to !ENDBR: goya_cs_parser+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_dma_map_sg()+0x0: data relocation to !ENDBR: goya_dma_map_sg+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_get_dma_desc_list_size()+0x0: data relocation to !ENDBR: goya_get_dma_desc_list_size+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_add_end_of_cb_packets()+0x0: data relocation to !ENDBR: goya_add_end_of_cb_packets+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_update_eq_ci()+0x0: data relocation to !ENDBR: goya_update_eq_ci+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_context_switch()+0x0: data relocation to !ENDBR: goya_context_switch+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_restore_phase_topology()+0x0: data relocation to !ENDBR: goya_restore_phase_topology+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_debugfs_read32()+0x0: data relocation to !ENDBR: goya_debugfs_read32+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_debugfs_write32()+0x0: data relocation to !ENDBR: goya_debugfs_write32+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_debugfs_read64()+0x0: data relocation to !ENDBR: goya_debugfs_read64+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_debugfs_write64()+0x0: data relocation to !ENDBR: goya_debugfs_write64+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_debugfs_read_dma()+0x0: data relocation to !ENDBR: goya_debugfs_read_dma+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_add_device_attr()+0x0: data relocation to !ENDBR: goya_add_device_attr+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_handle_eqe()+0x0: data relocation to !ENDBR: goya_handle_eqe+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_get_events_stat()+0x0: data relocation to !ENDBR: goya_get_events_stat+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_read_pte()+0x0: data relocation to !ENDBR: goya_read_pte+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_write_pte()+0x0: data relocation to !ENDBR: goya_write_pte+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_mmu_invalidate_cache()+0x0: data relocation to !ENDBR: goya_mmu_invalidate_cache+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_mmu_invalidate_cache_range()+0x0: data relocation to !ENDBR: goya_mmu_invalidate_cache_range+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_send_heartbeat()+0x0: data relocation to !ENDBR: goya_send_heartbeat+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_debug_coresight()+0x0: data relocation to !ENDBR: goya_debug_coresight+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_is_device_idle()+0x0: data relocation to !ENDBR: goya_is_device_idle+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_non_hard_reset_late_init()+0x0: data relocation to !ENDBR: goya_non_hard_reset_late_init+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_hw_queues_lock()+0x0: data relocation to !ENDBR: goya_hw_queues_lock+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_hw_queues_unlock()+0x0: data relocation to !ENDBR: goya_hw_queues_unlock+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_get_pci_id()+0x0: data relocation to !ENDBR: goya_get_pci_id+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_get_eeprom_data()+0x0: data relocation to !ENDBR: goya_get_eeprom_data+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_send_cpu_message()+0x0: data relocation to !ENDBR: goya_send_cpu_message+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_pci_bars_map()+0x0: data relocation to !ENDBR: goya_pci_bars_map+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_init_iatu()+0x0: data relocation to !ENDBR: goya_init_iatu+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_halt_coresight()+0x0: data relocation to !ENDBR: goya_halt_coresight+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_ctx_init()+0x0: data relocation to !ENDBR: goya_ctx_init+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_ctx_fini()+0x0: data relocation to !ENDBR: goya_ctx_fini+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_get_queue_id_for_cq()+0x0: data relocation to !ENDBR: goya_get_queue_id_for_cq+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_load_firmware_to_device()+0x0: data relocation to !ENDBR: goya_load_firmware_to_device+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_load_boot_fit_to_device()+0x0: data relocation to !ENDBR: goya_load_boot_fit_to_device+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_get_signal_cb_size()+0x0: data relocation to !ENDBR: goya_get_signal_cb_size+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_get_wait_cb_size()+0x0: data relocation to !ENDBR: goya_get_wait_cb_size+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_gen_signal_cb()+0x0: data relocation to !ENDBR: goya_gen_signal_cb+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_gen_wait_cb()+0x0: data relocation to !ENDBR: goya_gen_wait_cb+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_reset_sob()+0x0: data relocation to !ENDBR: goya_reset_sob+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_reset_sob_group()+0x0: data relocation to !ENDBR: goya_reset_sob_group+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_set_dma_mask_from_fw()+0x0: data relocation to !ENDBR: goya_set_dma_mask_from_fw+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_get_device_time()+0x0: data relocation to !ENDBR: goya_get_device_time+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_collective_wait_init_cs()+0x0: data relocation to !ENDBR: goya_collective_wait_init_cs+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_collective_wait_create_jobs()+0x0: data relocation to !ENDBR: goya_collective_wait_create_jobs+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_mmu_scramble_addr()+0x0: data relocation to !ENDBR: hl_mmu_scramble_addr+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_mmu_descramble_addr()+0x0: data relocation to !ENDBR: hl_mmu_descramble_addr+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_ack_protection_bits_errors()+0x0: data relocation to !ENDBR: goya_ack_protection_bits_errors+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_get_hw_block_id()+0x0: data relocation to !ENDBR: goya_get_hw_block_id+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_block_mmap()+0x0: data relocation to !ENDBR: goya_block_mmap+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_enable_events_from_fw()+0x0: data relocation to !ENDBR: goya_enable_events_from_fw+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_map_pll_idx_to_fw_idx()+0x0: data relocation to !ENDBR: goya_map_pll_idx_to_fw_idx+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_init_firmware_loader()+0x0: data relocation to !ENDBR: goya_init_firmware_loader+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_cpu_init_scrambler_dram()+0x0: data relocation to !ENDBR: goya_cpu_init_scrambler_dram+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_state_dump_init()+0x0: data relocation to !ENDBR: goya_state_dump_init+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_get_sob_addr()+0x0: data relocation to !ENDBR: goya_get_sob_addr+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_set_pci_memory_regions()+0x0: data relocation to !ENDBR: goya_set_pci_memory_regions+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_get_stream_master_qid_arr()+0x0: data relocation to !ENDBR: goya_get_stream_master_qid_arr+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_gen_sync_to_engine_map()+0x0: data relocation to !ENDBR: goya_gen_sync_to_engine_map+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_print_single_monitor()+0x0: data relocation to !ENDBR: goya_print_single_monitor+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_monitor_valid()+0x0: data relocation to !ENDBR: goya_monitor_valid+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: goya_print_fences_single_engine()+0x0: data relocation to !ENDBR: goya_print_fences_single_engine+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_early_init()+0x0: data relocation to !ENDBR: gaudi_early_init+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_early_fini()+0x0: data relocation to !ENDBR: gaudi_early_fini+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_late_init()+0x0: data relocation to !ENDBR: gaudi_late_init+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_late_fini()+0x0: data relocation to !ENDBR: gaudi_late_fini+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_sw_init()+0x0: data relocation to !ENDBR: gaudi_sw_init+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_sw_fini()+0x0: data relocation to !ENDBR: gaudi_sw_fini+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_hw_init()+0x0: data relocation to !ENDBR: gaudi_hw_init+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_hw_fini()+0x0: data relocation to !ENDBR: gaudi_hw_fini+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_halt_engines()+0x0: data relocation to !ENDBR: gaudi_halt_engines+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_suspend()+0x0: data relocation to !ENDBR: gaudi_suspend+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_resume()+0x0: data relocation to !ENDBR: gaudi_resume+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_mmap()+0x0: data relocation to !ENDBR: gaudi_mmap+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_ring_doorbell()+0x0: data relocation to !ENDBR: gaudi_ring_doorbell+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_pqe_write()+0x0: data relocation to !ENDBR: gaudi_pqe_write+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_dma_alloc_coherent()+0x0: data relocation to !ENDBR: gaudi_dma_alloc_coherent+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_dma_free_coherent()+0x0: data relocation to !ENDBR: gaudi_dma_free_coherent+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_scrub_device_mem()+0x0: data relocation to !ENDBR: gaudi_scrub_device_mem+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_get_int_queue_base()+0x0: data relocation to !ENDBR: gaudi_get_int_queue_base+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_test_queues()+0x0: data relocation to !ENDBR: gaudi_test_queues+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_dma_pool_zalloc()+0x0: data relocation to !ENDBR: gaudi_dma_pool_zalloc+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_dma_pool_free()+0x0: data relocation to !ENDBR: gaudi_dma_pool_free+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_cpu_accessible_dma_pool_alloc()+0x0: data relocation to !ENDBR: gaudi_cpu_accessible_dma_pool_alloc+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_cpu_accessible_dma_pool_free()+0x0: data relocation to !ENDBR: gaudi_cpu_accessible_dma_pool_free+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_dma_unmap_sg()+0x0: data relocation to !ENDBR: gaudi_dma_unmap_sg+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_cs_parser()+0x0: data relocation to !ENDBR: gaudi_cs_parser+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_dma_map_sg()+0x0: data relocation to !ENDBR: gaudi_dma_map_sg+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_get_dma_desc_list_size()+0x0: data relocation to !ENDBR: gaudi_get_dma_desc_list_size+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_add_end_of_cb_packets()+0x0: data relocation to !ENDBR: gaudi_add_end_of_cb_packets+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_update_eq_ci()+0x0: data relocation to !ENDBR: gaudi_update_eq_ci+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_context_switch()+0x0: data relocation to !ENDBR: gaudi_context_switch+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_restore_phase_topology()+0x0: data relocation to !ENDBR: gaudi_restore_phase_topology+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_debugfs_read32()+0x0: data relocation to !ENDBR: gaudi_debugfs_read32+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_debugfs_write32()+0x0: data relocation to !ENDBR: gaudi_debugfs_write32+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_debugfs_read64()+0x0: data relocation to !ENDBR: gaudi_debugfs_read64+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_debugfs_write64()+0x0: data relocation to !ENDBR: gaudi_debugfs_write64+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_debugfs_read_dma()+0x0: data relocation to !ENDBR: gaudi_debugfs_read_dma+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_add_device_attr()+0x0: data relocation to !ENDBR: gaudi_add_device_attr+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_handle_eqe()+0x0: data relocation to !ENDBR: gaudi_handle_eqe+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_get_events_stat()+0x0: data relocation to !ENDBR: gaudi_get_events_stat+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_read_pte()+0x0: data relocation to !ENDBR: gaudi_read_pte+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_write_pte()+0x0: data relocation to !ENDBR: gaudi_write_pte+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_mmu_invalidate_cache()+0x0: data relocation to !ENDBR: gaudi_mmu_invalidate_cache+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_mmu_invalidate_cache_range()+0x0: data relocation to !ENDBR: gaudi_mmu_invalidate_cache_range+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_send_heartbeat()+0x0: data relocation to !ENDBR: gaudi_send_heartbeat+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_debug_coresight()+0x0: data relocation to !ENDBR: gaudi_debug_coresight+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_is_device_idle()+0x0: data relocation to !ENDBR: gaudi_is_device_idle+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_non_hard_reset_late_init()+0x0: data relocation to !ENDBR: gaudi_non_hard_reset_late_init+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_hw_queues_lock()+0x0: data relocation to !ENDBR: gaudi_hw_queues_lock+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_hw_queues_unlock()+0x0: data relocation to !ENDBR: gaudi_hw_queues_unlock+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_get_pci_id()+0x0: data relocation to !ENDBR: gaudi_get_pci_id+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_get_eeprom_data()+0x0: data relocation to !ENDBR: gaudi_get_eeprom_data+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_send_cpu_message()+0x0: data relocation to !ENDBR: gaudi_send_cpu_message+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_pci_bars_map()+0x0: data relocation to !ENDBR: gaudi_pci_bars_map+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_init_iatu()+0x0: data relocation to !ENDBR: gaudi_init_iatu+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_halt_coresight()+0x0: data relocation to !ENDBR: gaudi_halt_coresight+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_ctx_init()+0x0: data relocation to !ENDBR: gaudi_ctx_init+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_ctx_fini()+0x0: data relocation to !ENDBR: gaudi_ctx_fini+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_get_queue_id_for_cq()+0x0: data relocation to !ENDBR: gaudi_get_queue_id_for_cq+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_load_firmware_to_device()+0x0: data relocation to !ENDBR: gaudi_load_firmware_to_device+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_load_boot_fit_to_device()+0x0: data relocation to !ENDBR: gaudi_load_boot_fit_to_device+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_get_signal_cb_size()+0x0: data relocation to !ENDBR: gaudi_get_signal_cb_size+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_get_wait_cb_size()+0x0: data relocation to !ENDBR: gaudi_get_wait_cb_size+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_gen_signal_cb()+0x0: data relocation to !ENDBR: gaudi_gen_signal_cb+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_gen_wait_cb()+0x0: data relocation to !ENDBR: gaudi_gen_wait_cb+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_reset_sob()+0x0: data relocation to !ENDBR: gaudi_reset_sob+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_reset_sob_group()+0x0: data relocation to !ENDBR: gaudi_reset_sob_group+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_set_dma_mask_from_fw()+0x0: data relocation to !ENDBR: gaudi_set_dma_mask_from_fw+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_get_device_time()+0x0: data relocation to !ENDBR: gaudi_get_device_time+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_collective_wait_init_cs()+0x0: data relocation to !ENDBR: gaudi_collective_wait_init_cs+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_collective_wait_create_jobs()+0x0: data relocation to !ENDBR: gaudi_collective_wait_create_jobs+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_mmu_scramble_addr()+0x0: data relocation to !ENDBR: hl_mmu_scramble_addr+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_mmu_descramble_addr()+0x0: data relocation to !ENDBR: hl_mmu_descramble_addr+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_ack_protection_bits_errors()+0x0: data relocation to !ENDBR: gaudi_ack_protection_bits_errors+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_get_hw_block_id()+0x0: data relocation to !ENDBR: gaudi_get_hw_block_id+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_block_mmap()+0x0: data relocation to !ENDBR: gaudi_block_mmap+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_enable_events_from_fw()+0x0: data relocation to !ENDBR: gaudi_enable_events_from_fw+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_map_pll_idx_to_fw_idx()+0x0: data relocation to !ENDBR: gaudi_map_pll_idx_to_fw_idx+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_init_firmware_loader()+0x0: data relocation to !ENDBR: gaudi_init_firmware_loader+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_init_scrambler_hbm()+0x0: data relocation to !ENDBR: gaudi_init_scrambler_hbm+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_state_dump_init()+0x0: data relocation to !ENDBR: gaudi_state_dump_init+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_get_sob_addr()+0x0: data relocation to !ENDBR: gaudi_get_sob_addr+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_set_pci_memory_regions()+0x0: data relocation to !ENDBR: gaudi_set_pci_memory_regions+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_get_stream_master_qid_arr()+0x0: data relocation to !ENDBR: gaudi_get_stream_master_qid_arr+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_gen_sync_to_engine_map()+0x0: data relocation to !ENDBR: gaudi_gen_sync_to_engine_map+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_print_single_monitor()+0x0: data relocation to !ENDBR: gaudi_print_single_monitor+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_monitor_valid()+0x0: data relocation to !ENDBR: gaudi_monitor_valid+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: gaudi_print_fences_single_engine()+0x0: data relocation to !ENDBR: gaudi_print_fences_single_engine+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_debugfs_write()+0x0: data relocation to !ENDBR: hl_debugfs_write+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_debugfs_open()+0x0: data relocation to !ENDBR: hl_debugfs_open+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: command_buffers_show()+0x0: data relocation to !ENDBR: command_buffers_show+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: command_submission_show()+0x0: data relocation to !ENDBR: command_submission_show+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: command_submission_jobs_show()+0x0: data relocation to !ENDBR: command_submission_jobs_show+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: userptr_show()+0x0: data relocation to !ENDBR: userptr_show+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: vm_show()+0x0: data relocation to !ENDBR: vm_show+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: userptr_lookup_show()+0x0: data relocation to !ENDBR: userptr_lookup_show+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: userptr_lookup_write()+0x0: data relocation to !ENDBR: userptr_lookup_write+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: mmu_show()+0x0: data relocation to !ENDBR: mmu_show+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: mmu_asid_va_write()+0x0: data relocation to !ENDBR: mmu_asid_va_write+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: engines_show()+0x0: data relocation to !ENDBR: engines_show+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_timeout_locked_read()+0x0: data relocation to !ENDBR: hl_timeout_locked_read+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_timeout_locked_write()+0x0: data relocation to !ENDBR: hl_timeout_locked_write+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_state_dump_read()+0x0: data relocation to !ENDBR: hl_state_dump_read+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_state_dump_write()+0x0: data relocation to !ENDBR: hl_state_dump_write+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_security_violations_read()+0x0: data relocation to !ENDBR: hl_security_violations_read+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_stop_on_err_read()+0x0: data relocation to !ENDBR: hl_stop_on_err_read+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_stop_on_err_write()+0x0: data relocation to !ENDBR: hl_stop_on_err_write+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_clk_gate_read()+0x0: data relocation to !ENDBR: hl_clk_gate_read+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_clk_gate_write()+0x0: data relocation to !ENDBR: hl_clk_gate_write+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_device_read()+0x0: data relocation to !ENDBR: hl_device_read+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_device_write()+0x0: data relocation to !ENDBR: hl_device_write+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_led2_write()+0x0: data relocation to !ENDBR: hl_led2_write+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_led1_write()+0x0: data relocation to !ENDBR: hl_led1_write+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_led0_write()+0x0: data relocation to !ENDBR: hl_led0_write+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_get_power_state()+0x0: data relocation to !ENDBR: hl_get_power_state+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_set_power_state()+0x0: data relocation to !ENDBR: hl_set_power_state+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_i2c_data_read()+0x0: data relocation to !ENDBR: hl_i2c_data_read+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_i2c_data_write()+0x0: data relocation to !ENDBR: hl_i2c_data_write+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_dma_size_write()+0x0: data relocation to !ENDBR: hl_dma_size_write+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_data_read64()+0x0: data relocation to !ENDBR: hl_data_read64+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_data_write64()+0x0: data relocation to !ENDBR: hl_data_write64+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_data_read32()+0x0: data relocation to !ENDBR: hl_data_read32+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_data_write32()+0x0: data relocation to !ENDBR: hl_data_write32+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_pci_probe()+0x0: data relocation to !ENDBR: hl_pci_probe+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_pci_remove()+0x0: data relocation to !ENDBR: hl_pci_remove+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_pci_remove()+0x0: data relocation to !ENDBR: hl_pci_remove+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: eeprom_read_handler()+0x0: data relocation to !ENDBR: eeprom_read_handler+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: fw_os_ver_show()+0x0: data relocation to !ENDBR: fw_os_ver_show+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: uboot_ver_show()+0x0: data relocation to !ENDBR: uboot_ver_show+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: thermal_ver_show()+0x0: data relocation to !ENDBR: thermal_ver_show+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: status_show()+0x0: data relocation to !ENDBR: status_show+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: soft_reset_cnt_show()+0x0: data relocation to !ENDBR: soft_reset_cnt_show+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: soft_reset_store()+0x0: data relocation to !ENDBR: soft_reset_store+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: preboot_btl_ver_show()+0x0: data relocation to !ENDBR: preboot_btl_ver_show+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: pci_addr_show()+0x0: data relocation to !ENDBR: pci_addr_show+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: max_power_show()+0x0: data relocation to !ENDBR: max_power_show+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: max_power_store()+0x0: data relocation to !ENDBR: max_power_store+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hard_reset_cnt_show()+0x0: data relocation to !ENDBR: hard_reset_cnt_show+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hard_reset_store()+0x0: data relocation to !ENDBR: hard_reset_store+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: fuse_ver_show()+0x0: data relocation to !ENDBR: fuse_ver_show+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: device_type_show()+0x0: data relocation to !ENDBR: device_type_show+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: cpucp_ver_show()+0x0: data relocation to !ENDBR: cpucp_ver_show+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: cpucp_kernel_ver_show()+0x0: data relocation to !ENDBR: cpucp_kernel_ver_show+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: cpld_ver_show()+0x0: data relocation to !ENDBR: cpld_ver_show+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: armcp_ver_show()+0x0: data relocation to !ENDBR: armcp_ver_show+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: armcp_kernel_ver_show()+0x0: data relocation to !ENDBR: armcp_kernel_ver_show+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: vrm_ver_show()+0x0: data relocation to !ENDBR: vrm_ver_show+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: clk_cur_freq_mhz_show()+0x0: data relocation to !ENDBR: clk_cur_freq_mhz_show+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: clk_max_freq_mhz_show()+0x0: data relocation to !ENDBR: clk_max_freq_mhz_show+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: clk_max_freq_mhz_store()+0x0: data relocation to !ENDBR: clk_max_freq_mhz_store+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: infineon_ver_show()+0x0: data relocation to !ENDBR: infineon_ver_show+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: tpc_clk_curr_show()+0x0: data relocation to !ENDBR: tpc_clk_curr_show+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: tpc_clk_show()+0x0: data relocation to !ENDBR: tpc_clk_show+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: tpc_clk_store()+0x0: data relocation to !ENDBR: tpc_clk_store+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: pm_mng_profile_show()+0x0: data relocation to !ENDBR: pm_mng_profile_show+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: pm_mng_profile_store()+0x0: data relocation to !ENDBR: pm_mng_profile_store+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: mme_clk_curr_show()+0x0: data relocation to !ENDBR: mme_clk_curr_show+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: mme_clk_show()+0x0: data relocation to !ENDBR: mme_clk_show+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: mme_clk_store()+0x0: data relocation to !ENDBR: mme_clk_store+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: ic_clk_curr_show()+0x0: data relocation to !ENDBR: ic_clk_curr_show+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: ic_clk_show()+0x0: data relocation to !ENDBR: ic_clk_show+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: ic_clk_store()+0x0: data relocation to !ENDBR: ic_clk_store+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: high_pll_show()+0x0: data relocation to !ENDBR: high_pll_show+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: high_pll_store()+0x0: data relocation to !ENDBR: high_pll_store+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: infineon_ver_show()+0x0: data relocation to !ENDBR: infineon_ver_show+0x0 drivers/misc/habanalabs/habanalabs.prelink.o: warning: objtool: hl_init()+0x0: data relocation to !ENDBR: hl_init+0x0 drivers/misc/tifm_core.prelink.o: warning: objtool: tifm_device_remove()+0x21: relocation to !ENDBR: tifm_dummy_event+0x0 drivers/misc/tifm_core.prelink.o: warning: objtool: tifm_alloc_device()+0xaf: relocation to !ENDBR: tifm_dummy_event+0x0 drivers/misc/tifm_core.prelink.o: warning: objtool: tifm_alloc_device()+0xed: relocation to !ENDBR: tifm_free_device+0x0 drivers/misc/tifm_core.prelink.o: warning: objtool: tifm_free()+0x0: data relocation to !ENDBR: tifm_free+0x0 drivers/misc/tifm_core.prelink.o: warning: objtool: tifm_bus_match()+0x0: data relocation to !ENDBR: tifm_bus_match+0x0 drivers/misc/tifm_core.prelink.o: warning: objtool: tifm_uevent()+0x0: data relocation to !ENDBR: tifm_uevent+0x0 drivers/misc/tifm_core.prelink.o: warning: objtool: tifm_device_probe()+0x0: data relocation to !ENDBR: tifm_device_probe+0x0 drivers/misc/tifm_core.prelink.o: warning: objtool: tifm_device_remove()+0x0: data relocation to !ENDBR: tifm_device_remove+0x0 drivers/misc/tifm_core.prelink.o: warning: objtool: tifm_device_suspend()+0x0: data relocation to !ENDBR: tifm_device_suspend+0x0 drivers/misc/tifm_core.prelink.o: warning: objtool: tifm_device_resume()+0x0: data relocation to !ENDBR: tifm_device_resume+0x0 drivers/misc/tifm_core.prelink.o: warning: objtool: type_show()+0x0: data relocation to !ENDBR: type_show+0x0 drivers/misc/tifm_core.prelink.o: warning: objtool: tifm_init()+0x0: data relocation to !ENDBR: tifm_init+0x0 drivers/misc/tifm_7xx1.prelink.o: warning: objtool: tifm_7xx1_remove()+0x1f: relocation to !ENDBR: tifm_7xx1_dummy_eject+0x0 drivers/misc/tifm_7xx1.prelink.o: warning: objtool: tifm_7xx1_remove()+0x2d: relocation to !ENDBR: tifm_7xx1_dummy_has_ms_pif+0x0 drivers/misc/tifm_7xx1.prelink.o: warning: objtool: tifm_7xx1_probe()+0xdd: relocation to !ENDBR: tifm_7xx1_switch_media+0x0 drivers/misc/tifm_7xx1.prelink.o: warning: objtool: tifm_7xx1_probe()+0xe8: relocation to !ENDBR: tifm_7xx1_eject+0x0 drivers/misc/tifm_7xx1.prelink.o: warning: objtool: tifm_7xx1_probe()+0xf3: relocation to !ENDBR: tifm_7xx1_has_ms_pif+0x0 drivers/misc/tifm_7xx1.prelink.o: warning: objtool: tifm_7xx1_probe()+0x132: relocation to !ENDBR: tifm_7xx1_isr+0x0 drivers/misc/tifm_7xx1.prelink.o: warning: objtool: tifm_7xx1_suspend()+0x0: data relocation to !ENDBR: tifm_7xx1_suspend+0x0 drivers/misc/tifm_7xx1.prelink.o: warning: objtool: tifm_7xx1_resume()+0x0: data relocation to !ENDBR: tifm_7xx1_resume+0x0 drivers/misc/tifm_7xx1.prelink.o: warning: objtool: tifm_7xx1_suspend()+0x0: data relocation to !ENDBR: tifm_7xx1_suspend+0x0 drivers/misc/tifm_7xx1.prelink.o: warning: objtool: tifm_7xx1_resume()+0x0: data relocation to !ENDBR: tifm_7xx1_resume+0x0 drivers/misc/tifm_7xx1.prelink.o: warning: objtool: tifm_7xx1_suspend()+0x0: data relocation to !ENDBR: tifm_7xx1_suspend+0x0 drivers/misc/tifm_7xx1.prelink.o: warning: objtool: tifm_7xx1_resume()+0x0: data relocation to !ENDBR: tifm_7xx1_resume+0x0 drivers/misc/tifm_7xx1.prelink.o: warning: objtool: tifm_7xx1_probe()+0x0: data relocation to !ENDBR: tifm_7xx1_probe+0x0 drivers/misc/tifm_7xx1.prelink.o: warning: objtool: tifm_7xx1_remove()+0x0: data relocation to !ENDBR: tifm_7xx1_remove+0x0 drivers/misc/tifm_7xx1.prelink.o: warning: objtool: tifm_7xx1_driver_init()+0x0: data relocation to !ENDBR: tifm_7xx1_driver_init+0x0 drivers/misc/apds990x.prelink.o: warning: objtool: apds990x_probe()+0x2f2: relocation to !ENDBR: apds990x_irq+0x0 drivers/misc/apds990x.prelink.o: warning: objtool: apds990x_suspend()+0x0: data relocation to !ENDBR: apds990x_suspend+0x0 drivers/misc/apds990x.prelink.o: warning: objtool: apds990x_resume()+0x0: data relocation to !ENDBR: apds990x_resume+0x0 drivers/misc/apds990x.prelink.o: warning: objtool: apds990x_suspend()+0x0: data relocation to !ENDBR: apds990x_suspend+0x0 drivers/misc/apds990x.prelink.o: warning: objtool: apds990x_resume()+0x0: data relocation to !ENDBR: apds990x_resume+0x0 drivers/misc/apds990x.prelink.o: warning: objtool: apds990x_suspend()+0x0: data relocation to !ENDBR: apds990x_suspend+0x0 drivers/misc/apds990x.prelink.o: warning: objtool: apds990x_resume()+0x0: data relocation to !ENDBR: apds990x_resume+0x0 drivers/misc/apds990x.prelink.o: warning: objtool: apds990x_runtime_suspend()+0x0: data relocation to !ENDBR: apds990x_runtime_suspend+0x0 drivers/misc/apds990x.prelink.o: warning: objtool: apds990x_runtime_resume()+0x0: data relocation to !ENDBR: apds990x_runtime_resume+0x0 drivers/misc/apds990x.prelink.o: warning: objtool: apds990x_probe()+0x0: data relocation to !ENDBR: apds990x_probe+0x0 drivers/misc/apds990x.prelink.o: warning: objtool: apds990x_remove()+0x0: data relocation to !ENDBR: apds990x_remove+0x0 drivers/misc/apds990x.prelink.o: warning: objtool: apds990x_chip_id_show()+0x0: data relocation to !ENDBR: apds990x_chip_id_show+0x0 drivers/misc/apds990x.prelink.o: warning: objtool: apds990x_power_state_show()+0x0: data relocation to !ENDBR: apds990x_power_state_show+0x0 drivers/misc/apds990x.prelink.o: warning: objtool: apds990x_power_state_store()+0x0: data relocation to !ENDBR: apds990x_power_state_store+0x0 drivers/misc/apds990x.prelink.o: warning: objtool: apds990x_prox_threshold_show()+0x0: data relocation to !ENDBR: apds990x_prox_threshold_show+0x0 drivers/misc/apds990x.prelink.o: warning: objtool: apds990x_prox_threshold_store()+0x0: data relocation to !ENDBR: apds990x_prox_threshold_store+0x0 drivers/misc/apds990x.prelink.o: warning: objtool: apds990x_lux_thresh_below_show()+0x0: data relocation to !ENDBR: apds990x_lux_thresh_below_show+0x0 drivers/misc/apds990x.prelink.o: warning: objtool: apds990x_lux_thresh_below_store()+0x0: data relocation to !ENDBR: apds990x_lux_thresh_below_store+0x0 drivers/misc/apds990x.prelink.o: warning: objtool: apds990x_lux_thresh_above_show()+0x0: data relocation to !ENDBR: apds990x_lux_thresh_above_show+0x0 drivers/misc/apds990x.prelink.o: warning: objtool: apds990x_lux_thresh_above_store()+0x0: data relocation to !ENDBR: apds990x_lux_thresh_above_store+0x0 drivers/misc/apds990x.prelink.o: warning: objtool: apds990x_prox_reporting_avail_show()+0x0: data relocation to !ENDBR: apds990x_prox_reporting_avail_show+0x0 drivers/misc/apds990x.prelink.o: warning: objtool: apds990x_prox_reporting_mode_show()+0x0: data relocation to !ENDBR: apds990x_prox_reporting_mode_show+0x0 drivers/misc/apds990x.prelink.o: warning: objtool: apds990x_prox_reporting_mode_store()+0x0: data relocation to !ENDBR: apds990x_prox_reporting_mode_store+0x0 drivers/misc/apds990x.prelink.o: warning: objtool: apds990x_prox_enable_show()+0x0: data relocation to !ENDBR: apds990x_prox_enable_show+0x0 drivers/misc/apds990x.prelink.o: warning: objtool: apds990x_prox_enable_store()+0x0: data relocation to !ENDBR: apds990x_prox_enable_store+0x0 drivers/misc/apds990x.prelink.o: warning: objtool: apds990x_prox_range_show()+0x0: data relocation to !ENDBR: apds990x_prox_range_show+0x0 drivers/misc/apds990x.prelink.o: warning: objtool: apds990x_prox_show()+0x0: data relocation to !ENDBR: apds990x_prox_show+0x0 drivers/misc/apds990x.prelink.o: warning: objtool: apds990x_rate_show()+0x0: data relocation to !ENDBR: apds990x_rate_show+0x0 drivers/misc/apds990x.prelink.o: warning: objtool: apds990x_rate_store()+0x0: data relocation to !ENDBR: apds990x_rate_store+0x0 drivers/misc/apds990x.prelink.o: warning: objtool: apds990x_rate_avail()+0x0: data relocation to !ENDBR: apds990x_rate_avail+0x0 drivers/misc/apds990x.prelink.o: warning: objtool: apds990x_lux_calib_show()+0x0: data relocation to !ENDBR: apds990x_lux_calib_show+0x0 drivers/misc/apds990x.prelink.o: warning: objtool: apds990x_lux_calib_store()+0x0: data relocation to !ENDBR: apds990x_lux_calib_store+0x0 drivers/misc/apds990x.prelink.o: warning: objtool: apds990x_lux_calib_format_show()+0x0: data relocation to !ENDBR: apds990x_lux_calib_format_show+0x0 drivers/misc/apds990x.prelink.o: warning: objtool: apds990x_lux_range_show()+0x0: data relocation to !ENDBR: apds990x_lux_range_show+0x0 drivers/misc/apds990x.prelink.o: warning: objtool: apds990x_lux_show()+0x0: data relocation to !ENDBR: apds990x_lux_show+0x0 drivers/misc/apds990x.prelink.o: warning: objtool: apds990x_driver_init()+0x0: data relocation to !ENDBR: apds990x_driver_init+0x0 drivers/misc/hpilo.prelink.o: warning: objtool: ilo_probe()+0x238: relocation to !ENDBR: ilo_isr+0x0 drivers/misc/hpilo.prelink.o: warning: objtool: ilo_read()+0x0: data relocation to !ENDBR: ilo_read+0x0 drivers/misc/hpilo.prelink.o: warning: objtool: ilo_write()+0x0: data relocation to !ENDBR: ilo_write+0x0 drivers/misc/hpilo.prelink.o: warning: objtool: ilo_poll()+0x0: data relocation to !ENDBR: ilo_poll+0x0 drivers/misc/hpilo.prelink.o: warning: objtool: ilo_open()+0x0: data relocation to !ENDBR: ilo_open+0x0 drivers/misc/hpilo.prelink.o: warning: objtool: ilo_close()+0x0: data relocation to !ENDBR: ilo_close+0x0 drivers/misc/hpilo.prelink.o: warning: objtool: ilo_probe()+0x0: data relocation to !ENDBR: ilo_probe+0x0 drivers/misc/hpilo.prelink.o: warning: objtool: ilo_remove()+0x0: data relocation to !ENDBR: ilo_remove+0x0 drivers/misc/hpilo.prelink.o: warning: objtool: ilo_init()+0x0: data relocation to !ENDBR: ilo_init+0x0 drivers/misc/apds9802als.prelink.o: warning: objtool: apds9802als_suspend()+0x0: data relocation to !ENDBR: apds9802als_suspend+0x0 drivers/misc/apds9802als.prelink.o: warning: objtool: apds9802als_resume()+0x0: data relocation to !ENDBR: apds9802als_resume+0x0 drivers/misc/apds9802als.prelink.o: warning: objtool: apds9802als_suspend()+0x0: data relocation to !ENDBR: apds9802als_suspend+0x0 drivers/misc/apds9802als.prelink.o: warning: objtool: apds9802als_resume()+0x0: data relocation to !ENDBR: apds9802als_resume+0x0 drivers/misc/apds9802als.prelink.o: warning: objtool: apds9802als_suspend()+0x0: data relocation to !ENDBR: apds9802als_suspend+0x0 drivers/misc/apds9802als.prelink.o: warning: objtool: apds9802als_resume()+0x0: data relocation to !ENDBR: apds9802als_resume+0x0 drivers/misc/apds9802als.prelink.o: warning: objtool: apds9802als_suspend()+0x0: data relocation to !ENDBR: apds9802als_suspend+0x0 drivers/misc/apds9802als.prelink.o: warning: objtool: apds9802als_resume()+0x0: data relocation to !ENDBR: apds9802als_resume+0x0 drivers/misc/apds9802als.prelink.o: warning: objtool: apds9802als_probe()+0x0: data relocation to !ENDBR: apds9802als_probe+0x0 drivers/misc/apds9802als.prelink.o: warning: objtool: apds9802als_remove()+0x0: data relocation to !ENDBR: apds9802als_remove+0x0 drivers/misc/apds9802als.prelink.o: warning: objtool: als_lux0_input_data_show()+0x0: data relocation to !ENDBR: als_lux0_input_data_show+0x0 drivers/misc/apds9802als.prelink.o: warning: objtool: als_sensing_range_show()+0x0: data relocation to !ENDBR: als_sensing_range_show+0x0 drivers/misc/apds9802als.prelink.o: warning: objtool: als_sensing_range_store()+0x0: data relocation to !ENDBR: als_sensing_range_store+0x0 drivers/misc/apds9802als.prelink.o: warning: objtool: apds9802als_driver_init()+0x0: data relocation to !ENDBR: apds9802als_driver_init+0x0 drivers/misc/isl29003.prelink.o: warning: objtool: isl29003_suspend()+0x0: data relocation to !ENDBR: isl29003_suspend+0x0 drivers/misc/isl29003.prelink.o: warning: objtool: isl29003_resume()+0x0: data relocation to !ENDBR: isl29003_resume+0x0 drivers/misc/isl29003.prelink.o: warning: objtool: isl29003_suspend()+0x0: data relocation to !ENDBR: isl29003_suspend+0x0 drivers/misc/isl29003.prelink.o: warning: objtool: isl29003_resume()+0x0: data relocation to !ENDBR: isl29003_resume+0x0 drivers/misc/isl29003.prelink.o: warning: objtool: isl29003_suspend()+0x0: data relocation to !ENDBR: isl29003_suspend+0x0 drivers/misc/isl29003.prelink.o: warning: objtool: isl29003_resume()+0x0: data relocation to !ENDBR: isl29003_resume+0x0 drivers/misc/isl29003.prelink.o: warning: objtool: isl29003_probe()+0x0: data relocation to !ENDBR: isl29003_probe+0x0 drivers/misc/isl29003.prelink.o: warning: objtool: isl29003_remove()+0x0: data relocation to !ENDBR: isl29003_remove+0x0 drivers/misc/isl29003.prelink.o: warning: objtool: isl29003_show_lux()+0x0: data relocation to !ENDBR: isl29003_show_lux+0x0 drivers/misc/isl29003.prelink.o: warning: objtool: isl29003_show_power_state()+0x0: data relocation to !ENDBR: isl29003_show_power_state+0x0 drivers/misc/isl29003.prelink.o: warning: objtool: isl29003_store_power_state()+0x0: data relocation to !ENDBR: isl29003_store_power_state+0x0 drivers/misc/isl29003.prelink.o: warning: objtool: isl29003_show_mode()+0x0: data relocation to !ENDBR: isl29003_show_mode+0x0 drivers/misc/isl29003.prelink.o: warning: objtool: isl29003_store_mode()+0x0: data relocation to !ENDBR: isl29003_store_mode+0x0 drivers/misc/isl29003.prelink.o: warning: objtool: isl29003_show_resolution()+0x0: data relocation to !ENDBR: isl29003_show_resolution+0x0 drivers/misc/isl29003.prelink.o: warning: objtool: isl29003_store_resolution()+0x0: data relocation to !ENDBR: isl29003_store_resolution+0x0 drivers/misc/isl29003.prelink.o: warning: objtool: isl29003_show_range()+0x0: data relocation to !ENDBR: isl29003_show_range+0x0 drivers/misc/isl29003.prelink.o: warning: objtool: isl29003_store_range()+0x0: data relocation to !ENDBR: isl29003_store_range+0x0 drivers/misc/isl29003.prelink.o: warning: objtool: isl29003_driver_init()+0x0: data relocation to !ENDBR: isl29003_driver_init+0x0 drivers/misc/isl29020.prelink.o: warning: objtool: isl29020_runtime_suspend()+0x0: data relocation to !ENDBR: isl29020_runtime_suspend+0x0 drivers/misc/isl29020.prelink.o: warning: objtool: isl29020_runtime_resume()+0x0: data relocation to !ENDBR: isl29020_runtime_resume+0x0 drivers/misc/isl29020.prelink.o: warning: objtool: isl29020_probe()+0x0: data relocation to !ENDBR: isl29020_probe+0x0 drivers/misc/isl29020.prelink.o: warning: objtool: isl29020_remove()+0x0: data relocation to !ENDBR: isl29020_remove+0x0 drivers/misc/isl29020.prelink.o: warning: objtool: als_lux_input_data_show()+0x0: data relocation to !ENDBR: als_lux_input_data_show+0x0 drivers/misc/isl29020.prelink.o: warning: objtool: als_sensing_range_show()+0x0: data relocation to !ENDBR: als_sensing_range_show+0x0 drivers/misc/isl29020.prelink.o: warning: objtool: als_sensing_range_store()+0x0: data relocation to !ENDBR: als_sensing_range_store+0x0 drivers/misc/isl29020.prelink.o: warning: objtool: isl29020_driver_init()+0x0: data relocation to !ENDBR: isl29020_driver_init+0x0 drivers/misc/tsl2550.prelink.o: warning: objtool: tsl2550_suspend()+0x0: data relocation to !ENDBR: tsl2550_suspend+0x0 drivers/misc/tsl2550.prelink.o: warning: objtool: tsl2550_resume()+0x0: data relocation to !ENDBR: tsl2550_resume+0x0 drivers/misc/tsl2550.prelink.o: warning: objtool: tsl2550_suspend()+0x0: data relocation to !ENDBR: tsl2550_suspend+0x0 drivers/misc/tsl2550.prelink.o: warning: objtool: tsl2550_resume()+0x0: data relocation to !ENDBR: tsl2550_resume+0x0 drivers/misc/tsl2550.prelink.o: warning: objtool: tsl2550_suspend()+0x0: data relocation to !ENDBR: tsl2550_suspend+0x0 drivers/misc/tsl2550.prelink.o: warning: objtool: tsl2550_resume()+0x0: data relocation to !ENDBR: tsl2550_resume+0x0 drivers/misc/tsl2550.prelink.o: warning: objtool: tsl2550_probe()+0x0: data relocation to !ENDBR: tsl2550_probe+0x0 drivers/misc/tsl2550.prelink.o: warning: objtool: tsl2550_remove()+0x0: data relocation to !ENDBR: tsl2550_remove+0x0 drivers/misc/tsl2550.prelink.o: warning: objtool: tsl2550_show_lux1_input()+0x0: data relocation to !ENDBR: tsl2550_show_lux1_input+0x0 drivers/misc/tsl2550.prelink.o: warning: objtool: tsl2550_show_operating_mode()+0x0: data relocation to !ENDBR: tsl2550_show_operating_mode+0x0 drivers/misc/tsl2550.prelink.o: warning: objtool: tsl2550_store_operating_mode()+0x0: data relocation to !ENDBR: tsl2550_store_operating_mode+0x0 drivers/misc/tsl2550.prelink.o: warning: objtool: tsl2550_show_power_state()+0x0: data relocation to !ENDBR: tsl2550_show_power_state+0x0 drivers/misc/tsl2550.prelink.o: warning: objtool: tsl2550_store_power_state()+0x0: data relocation to !ENDBR: tsl2550_store_power_state+0x0 drivers/misc/tsl2550.prelink.o: warning: objtool: tsl2550_driver_init()+0x0: data relocation to !ENDBR: tsl2550_driver_init+0x0 drivers/misc/ds1682.prelink.o: warning: objtool: ds1682_eeprom_read()+0x0: data relocation to !ENDBR: ds1682_eeprom_read+0x0 drivers/misc/ds1682.prelink.o: warning: objtool: ds1682_eeprom_write()+0x0: data relocation to !ENDBR: ds1682_eeprom_write+0x0 drivers/misc/ds1682.prelink.o: warning: objtool: ds1682_probe()+0x0: data relocation to !ENDBR: ds1682_probe+0x0 drivers/misc/ds1682.prelink.o: warning: objtool: ds1682_remove()+0x0: data relocation to !ENDBR: ds1682_remove+0x0 drivers/misc/ds1682.prelink.o: warning: objtool: ds1682_show()+0x0: data relocation to !ENDBR: ds1682_show+0x0 drivers/misc/ds1682.prelink.o: warning: objtool: ds1682_store()+0x0: data relocation to !ENDBR: ds1682_store+0x0 drivers/misc/ds1682.prelink.o: warning: objtool: ds1682_show()+0x0: data relocation to !ENDBR: ds1682_show+0x0 drivers/misc/ds1682.prelink.o: warning: objtool: ds1682_store()+0x0: data relocation to !ENDBR: ds1682_store+0x0 drivers/misc/ds1682.prelink.o: warning: objtool: ds1682_show()+0x0: data relocation to !ENDBR: ds1682_show+0x0 drivers/misc/ds1682.prelink.o: warning: objtool: ds1682_store()+0x0: data relocation to !ENDBR: ds1682_store+0x0 drivers/misc/ds1682.prelink.o: warning: objtool: ds1682_driver_init()+0x0: data relocation to !ENDBR: ds1682_driver_init+0x0 drivers/misc/hmc6352.prelink.o: warning: objtool: hmc6352_probe()+0x0: data relocation to !ENDBR: hmc6352_probe+0x0 drivers/misc/hmc6352.prelink.o: warning: objtool: hmc6352_remove()+0x0: data relocation to !ENDBR: hmc6352_remove+0x0 drivers/misc/hmc6352.prelink.o: warning: objtool: compass_power_mode_store()+0x0: data relocation to !ENDBR: compass_power_mode_store+0x0 drivers/misc/hmc6352.prelink.o: warning: objtool: compass_calibration_store()+0x0: data relocation to !ENDBR: compass_calibration_store+0x0 drivers/misc/hmc6352.prelink.o: warning: objtool: compass_heading_data_show()+0x0: data relocation to !ENDBR: compass_heading_data_show+0x0 drivers/misc/hmc6352.prelink.o: warning: objtool: hmc6352_driver_init()+0x0: data relocation to !ENDBR: hmc6352_driver_init+0x0 make[1]: *** [/kisskb/src/Makefile:1830: drivers] Error 2 make[1]: *** Waiting for unfinished jobs.... sound/firewire/snd-firewire-lib.prelink.o: warning: objtool: cmp_connection_establish()+0x5f: relocation to !ENDBR: pcr_set_check+0x0 sound/firewire/snd-firewire-lib.prelink.o: warning: objtool: cmp_connection_establish()+0x36: relocation to !ENDBR: ipcr_set_modify+0x0 sound/firewire/snd-firewire-lib.prelink.o: warning: objtool: cmp_connection_establish()+0x68: relocation to !ENDBR: opcr_set_modify+0x0 sound/firewire/snd-firewire-lib.prelink.o: warning: objtool: cmp_connection_update()+0x47: relocation to !ENDBR: pcr_set_check+0x0 sound/firewire/snd-firewire-lib.prelink.o: warning: objtool: cmp_connection_update()+0x91: relocation to !ENDBR: opcr_set_modify+0x0 sound/firewire/snd-firewire-lib.prelink.o: warning: objtool: cmp_connection_update()+0x50: relocation to !ENDBR: ipcr_set_modify+0x0 sound/firewire/snd-firewire-lib.prelink.o: warning: objtool: cmp_connection_break()+0x2e: relocation to !ENDBR: pcr_break_modify+0x0 sound/firewire/snd-firewire-lib.prelink.o: warning: objtool: amdtp_stream_first_callback()+0x33: relocation to !ENDBR: drop_tx_packets_initially+0x0 sound/firewire/snd-firewire-lib.prelink.o: warning: objtool: amdtp_stream_first_callback()+0x45: relocation to !ENDBR: irq_target_callback_skip+0x0 sound/firewire/snd-firewire-lib.prelink.o: warning: objtool: amdtp_stream_first_callback()+0x21: relocation to !ENDBR: skip_rx_packets+0x0 sound/firewire/snd-firewire-lib.prelink.o: warning: objtool: drop_tx_packets_initially()+0x12c: relocation to !ENDBR: process_tx_packets_intermediately+0x0 sound/firewire/snd-firewire-lib.prelink.o: warning: objtool: irq_target_callback_skip()+0x57: relocation to !ENDBR: process_rx_packets_intermediately+0x0 sound/firewire/snd-firewire-lib.prelink.o: warning: objtool: irq_target_callback_skip()+0x5e: relocation to !ENDBR: irq_target_callback_intermediately+0x0 sound/firewire/snd-firewire-lib.prelink.o: warning: objtool: process_rx_packets_intermediately()+0x1a3: relocation to !ENDBR: irq_target_callback+0x0 sound/firewire/snd-firewire-lib.prelink.o: warning: objtool: process_rx_packets_intermediately()+0x134: relocation to !ENDBR: process_rx_packets+0x0 sound/firewire/snd-firewire-lib.prelink.o: warning: objtool: process_tx_packets_intermediately()+0x17a: relocation to !ENDBR: process_tx_packets+0x0 sound/firewire/snd-firewire-lib.prelink.o: warning: objtool: amdtp_stream_add_pcm_hw_constraints()+0xb1: relocation to !ENDBR: apply_constraint_to_size+0x0 sound/firewire/snd-firewire-lib.prelink.o: warning: objtool: amdtp_stream_add_pcm_hw_constraints()+0xc9: relocation to !ENDBR: apply_constraint_to_size+0x0 sound/firewire/snd-firewire-lib.prelink.o: warning: objtool: amdtp_domain_start()+0x21e: relocation to !ENDBR: amdtp_stream_first_callback+0x0 sound/firewire/snd-firewire-lib.prelink.o: warning: objtool: amdtp_am824_init()+0xd: relocation to !ENDBR: process_it_ctx_payloads+0x0 sound/firewire/snd-firewire-lib.prelink.o: warning: objtool: amdtp_am824_init()+0x14: relocation to !ENDBR: process_ir_ctx_payloads+0x0 sound/firewire/snd-firewire-lib.prelink.o: warning: objtool: fcp_response()+0x0: data relocation to !ENDBR: fcp_response+0x0 sound/firewire/snd-firewire-lib.prelink.o: warning: objtool: __traceiter_amdtp_packet()+0x0: data relocation to !ENDBR: __traceiter_amdtp_packet+0x0 sound/firewire/snd-firewire-lib.prelink.o: warning: objtool: fcp_module_init()+0x0: data relocation to !ENDBR: fcp_module_init+0x0 sound/firewire/snd-isight.prelink.o: warning: objtool: isight_prepare()+0x15f: relocation to !ENDBR: isight_packet+0x0 sound/firewire/snd-isight.prelink.o: warning: objtool: isight_probe()+0x12e: relocation to !ENDBR: isight_card_free+0x0 sound/firewire/snd-isight.prelink.o: warning: objtool: isight_mute_get()+0x0: data relocation to !ENDBR: isight_mute_get+0x0 sound/firewire/snd-isight.prelink.o: warning: objtool: isight_mute_put()+0x0: data relocation to !ENDBR: isight_mute_put+0x0 sound/firewire/snd-isight.prelink.o: warning: objtool: isight_gain_info()+0x0: data relocation to !ENDBR: isight_gain_info+0x0 sound/firewire/snd-isight.prelink.o: warning: objtool: isight_gain_get()+0x0: data relocation to !ENDBR: isight_gain_get+0x0 sound/firewire/snd-isight.prelink.o: warning: objtool: isight_gain_put()+0x0: data relocation to !ENDBR: isight_gain_put+0x0 sound/firewire/snd-isight.prelink.o: warning: objtool: isight_open()+0x0: data relocation to !ENDBR: isight_open+0x0 sound/firewire/snd-isight.prelink.o: warning: objtool: isight_close()+0x0: data relocation to !ENDBR: isight_close+0x0 sound/firewire/snd-isight.prelink.o: warning: objtool: isight_hw_params()+0x0: data relocation to !ENDBR: isight_hw_params+0x0 sound/firewire/snd-isight.prelink.o: warning: objtool: isight_hw_free()+0x0: data relocation to !ENDBR: isight_hw_free+0x0 sound/firewire/snd-isight.prelink.o: warning: objtool: isight_prepare()+0x0: data relocation to !ENDBR: isight_prepare+0x0 sound/firewire/snd-isight.prelink.o: warning: objtool: isight_trigger()+0x0: data relocation to !ENDBR: isight_trigger+0x0 sound/firewire/snd-isight.prelink.o: warning: objtool: isight_pointer()+0x0: data relocation to !ENDBR: isight_pointer+0x0 sound/firewire/snd-isight.prelink.o: warning: objtool: isight_probe()+0x0: data relocation to !ENDBR: isight_probe+0x0 sound/firewire/snd-isight.prelink.o: warning: objtool: isight_bus_reset()+0x0: data relocation to !ENDBR: isight_bus_reset+0x0 sound/firewire/snd-isight.prelink.o: warning: objtool: isight_remove()+0x0: data relocation to !ENDBR: isight_remove+0x0 sound/firewire/snd-isight.prelink.o: warning: objtool: alsa_isight_init()+0x0: data relocation to !ENDBR: alsa_isight_init+0x0 sound/soc/generic/snd-soc-simple-card.prelink.o: warning: objtool: asoc_simple_probe()+0x5f: relocation to !ENDBR: simple_soc_probe+0x0 sound/soc/generic/snd-soc-simple-card.prelink.o: warning: objtool: asoc_simple_probe()+0x301: relocation to !ENDBR: simple_dai_link_of_dpcm+0x0 sound/soc/generic/snd-soc-simple-card.prelink.o: warning: objtool: asoc_simple_probe()+0x327: relocation to !ENDBR: simple_dai_link_of+0x0 sound/soc/generic/snd-soc-simple-card.prelink.o: warning: objtool: asoc_simple_probe()+0xac: relocation to !ENDBR: simple_count_dpcm+0x0 sound/soc/generic/snd-soc-simple-card.prelink.o: warning: objtool: asoc_simple_probe()+0xb3: relocation to !ENDBR: simple_count_noml+0x0 sound/soc/generic/snd-soc-simple-card.prelink.o: warning: objtool: asoc_simple_probe()+0x0: data relocation to !ENDBR: asoc_simple_probe+0x0 sound/soc/generic/snd-soc-simple-card.prelink.o: warning: objtool: asoc_simple_card_init()+0x0: data relocation to !ENDBR: asoc_simple_card_init+0x0 sound/soc/generic/snd-soc-test-component.prelink.o: warning: objtool: test_driver_probe()+0x146: relocation to !ENDBR: test_component_dwork+0x0 sound/soc/generic/snd-soc-test-component.prelink.o: warning: objtool: test_driver_probe()+0x40b: relocation to !ENDBR: test_component_pcm_construct+0x0 sound/soc/generic/snd-soc-test-component.prelink.o: warning: objtool: test_driver_probe()+0x414: relocation to !ENDBR: test_component_pointer+0x0 sound/soc/generic/snd-soc-test-component.prelink.o: warning: objtool: test_driver_probe()+0x420: relocation to !ENDBR: test_component_trigger+0x0 sound/soc/generic/snd-soc-test-component.prelink.o: warning: objtool: test_driver_probe()+0x19b: relocation to !ENDBR: test_component_open+0x0 sound/soc/generic/snd-soc-test-component.prelink.o: warning: objtool: test_driver_probe()+0x1c6: relocation to !ENDBR: test_component_probe+0x0 sound/soc/generic/snd-soc-test-component.prelink.o: warning: objtool: test_driver_probe()+0x1cf: relocation to !ENDBR: test_component_remove+0x0 sound/soc/generic/snd-soc-test-component.prelink.o: warning: objtool: test_driver_probe()+0x1d8: relocation to !ENDBR: test_component_suspend+0x0 sound/soc/generic/snd-soc-test-component.prelink.o: warning: objtool: test_driver_probe()+0x1e1: relocation to !ENDBR: test_component_resume+0x0 sound/soc/generic/snd-soc-test-component.prelink.o: warning: objtool: test_driver_probe()+0x1ea: relocation to !ENDBR: test_component_set_sysclk+0x0 sound/soc/generic/snd-soc-test-component.prelink.o: warning: objtool: test_driver_probe()+0x1f3: relocation to !ENDBR: test_component_set_pll+0x0 sound/soc/generic/snd-soc-test-component.prelink.o: warning: objtool: test_driver_probe()+0x1ff: relocation to !ENDBR: test_component_set_jack+0x0 sound/soc/generic/snd-soc-test-component.prelink.o: warning: objtool: test_driver_probe()+0x20b: relocation to !ENDBR: test_component_seq_notifier+0x0 sound/soc/generic/snd-soc-test-component.prelink.o: warning: objtool: test_driver_probe()+0x217: relocation to !ENDBR: test_component_stream_event+0x0 sound/soc/generic/snd-soc-test-component.prelink.o: warning: objtool: test_driver_probe()+0x223: relocation to !ENDBR: test_component_set_bias_level+0x0 sound/soc/generic/snd-soc-test-component.prelink.o: warning: objtool: test_driver_probe()+0x22f: relocation to !ENDBR: test_component_close+0x0 sound/soc/generic/snd-soc-test-component.prelink.o: warning: objtool: test_driver_probe()+0x23b: relocation to !ENDBR: test_component_ioctl+0x0 sound/soc/generic/snd-soc-test-component.prelink.o: warning: objtool: test_driver_probe()+0x247: relocation to !ENDBR: test_component_hw_params+0x0 sound/soc/generic/snd-soc-test-component.prelink.o: warning: objtool: test_driver_probe()+0x253: relocation to !ENDBR: test_component_hw_free+0x0 sound/soc/generic/snd-soc-test-component.prelink.o: warning: objtool: test_driver_probe()+0x25f: relocation to !ENDBR: test_component_prepare+0x0 sound/soc/generic/snd-soc-test-component.prelink.o: warning: objtool: test_driver_probe()+0x26b: relocation to !ENDBR: test_component_sync_stop+0x0 sound/soc/generic/snd-soc-test-component.prelink.o: warning: objtool: test_driver_probe()+0x277: relocation to !ENDBR: test_component_get_time_info+0x0 sound/soc/generic/snd-soc-test-component.prelink.o: warning: objtool: test_driver_probe()+0x283: relocation to !ENDBR: test_component_be_hw_params_fixup+0x0 sound/soc/generic/snd-soc-test-component.prelink.o: warning: objtool: test_driver_probe()+0x294: relocation to !ENDBR: test_component_pcm_destruct+0x0 sound/soc/generic/snd-soc-test-component.prelink.o: warning: objtool: test_dai_set_sysclk()+0x0: data relocation to !ENDBR: test_dai_set_sysclk+0x0 sound/soc/generic/snd-soc-test-component.prelink.o: warning: objtool: test_dai_set_pll()+0x0: data relocation to !ENDBR: test_dai_set_pll+0x0 sound/soc/generic/snd-soc-test-component.prelink.o: warning: objtool: test_dai_set_clkdiv()+0x0: data relocation to !ENDBR: test_dai_set_clkdiv+0x0 sound/soc/generic/snd-soc-test-component.prelink.o: warning: objtool: test_dai_set_fmt()+0x0: data relocation to !ENDBR: test_dai_set_fmt+0x0 sound/soc/generic/snd-soc-test-component.prelink.o: warning: objtool: test_dai_mute_stream()+0x0: data relocation to !ENDBR: test_dai_mute_stream+0x0 sound/soc/generic/snd-soc-test-component.prelink.o: warning: objtool: test_dai_startup()+0x0: data relocation to !ENDBR: test_dai_startup+0x0 sound/soc/generic/snd-soc-test-component.prelink.o: warning: objtool: test_dai_shutdown()+0x0: data relocation to !ENDBR: test_dai_shutdown+0x0 sound/soc/generic/snd-soc-test-component.prelink.o: warning: objtool: test_dai_hw_params()+0x0: data relocation to !ENDBR: test_dai_hw_params+0x0 sound/soc/generic/snd-soc-test-component.prelink.o: warning: objtool: test_dai_hw_free()+0x0: data relocation to !ENDBR: test_dai_hw_free+0x0 sound/soc/generic/snd-soc-test-component.prelink.o: warning: objtool: test_dai_trigger()+0x0: data relocation to !ENDBR: test_dai_trigger+0x0 sound/soc/generic/snd-soc-test-component.prelink.o: warning: objtool: test_dai_bespoke_trigger()+0x0: data relocation to !ENDBR: test_dai_bespoke_trigger+0x0 sound/soc/generic/snd-soc-test-component.prelink.o: warning: objtool: test_dai_set_fmt()+0x0: data relocation to !ENDBR: test_dai_set_fmt+0x0 sound/soc/generic/snd-soc-test-component.prelink.o: warning: objtool: test_dai_startup()+0x0: data relocation to !ENDBR: test_dai_startup+0x0 sound/soc/generic/snd-soc-test-component.prelink.o: warning: objtool: test_dai_shutdown()+0x0: data relocation to !ENDBR: test_dai_shutdown+0x0 sound/soc/generic/snd-soc-test-component.prelink.o: warning: objtool: test_driver_probe()+0x0: data relocation to !ENDBR: test_driver_probe+0x0 sound/soc/generic/snd-soc-test-component.prelink.o: warning: objtool: test_driver_remove()+0x0: data relocation to !ENDBR: test_driver_remove+0x0 sound/soc/generic/snd-soc-test-component.prelink.o: warning: objtool: test_driver_init()+0x0: data relocation to !ENDBR: test_driver_init+0x0 sound/soc/amd/acp/snd-acp-pcm.prelink.o: warning: objtool: acp_platform_register()+0xa: relocation to !ENDBR: i2s_irq_handler+0x0 sound/soc/amd/acp/snd-acp-pcm.prelink.o: warning: objtool: acp_dma_new()+0x0: data relocation to !ENDBR: acp_dma_new+0x0 sound/soc/amd/acp/snd-acp-pcm.prelink.o: warning: objtool: acp_dma_open()+0x0: data relocation to !ENDBR: acp_dma_open+0x0 sound/soc/amd/acp/snd-acp-pcm.prelink.o: warning: objtool: acp_dma_close()+0x0: data relocation to !ENDBR: acp_dma_close+0x0 sound/soc/amd/acp/snd-acp-pcm.prelink.o: warning: objtool: acp_dma_hw_params()+0x0: data relocation to !ENDBR: acp_dma_hw_params+0x0 sound/soc/amd/acp/snd-acp-pcm.prelink.o: warning: objtool: acp_dma_pointer()+0x0: data relocation to !ENDBR: acp_dma_pointer+0x0 sound/soc/amd/acp/snd-acp-pcm.prelink.o: warning: objtool: acp_dma_mmap()+0x0: data relocation to !ENDBR: acp_dma_mmap+0x0 sound/soc/amd/acp/snd-acp-i2s.prelink.o: warning: objtool: acp_i2s_startup()+0x0: data relocation to !ENDBR: acp_i2s_startup+0x0 sound/soc/amd/acp/snd-acp-i2s.prelink.o: warning: objtool: acp_i2s_hwparams()+0x0: data relocation to !ENDBR: acp_i2s_hwparams+0x0 sound/soc/amd/acp/snd-acp-i2s.prelink.o: warning: objtool: acp_i2s_prepare()+0x0: data relocation to !ENDBR: acp_i2s_prepare+0x0 sound/soc/amd/acp/snd-acp-i2s.prelink.o: warning: objtool: acp_i2s_trigger()+0x0: data relocation to !ENDBR: acp_i2s_trigger+0x0 sound/soc/amd/acp/snd-acp-pdm.prelink.o: warning: objtool: acp_dmic_dai_startup()+0x0: data relocation to !ENDBR: acp_dmic_dai_startup+0x0 sound/soc/amd/acp/snd-acp-pdm.prelink.o: warning: objtool: acp_dmic_dai_shutdown()+0x0: data relocation to !ENDBR: acp_dmic_dai_shutdown+0x0 sound/soc/amd/acp/snd-acp-pdm.prelink.o: warning: objtool: acp_dmic_hwparams()+0x0: data relocation to !ENDBR: acp_dmic_hwparams+0x0 sound/soc/amd/acp/snd-acp-pdm.prelink.o: warning: objtool: acp_dmic_prepare()+0x0: data relocation to !ENDBR: acp_dmic_prepare+0x0 sound/soc/amd/acp/snd-acp-pdm.prelink.o: warning: objtool: acp_dmic_dai_trigger()+0x0: data relocation to !ENDBR: acp_dmic_dai_trigger+0x0 sound/soc/amd/acp/snd-acp-renoir.prelink.o: warning: objtool: renoir_audio_probe()+0x0: data relocation to !ENDBR: renoir_audio_probe+0x0 sound/soc/amd/acp/snd-acp-renoir.prelink.o: warning: objtool: renoir_audio_remove()+0x0: data relocation to !ENDBR: renoir_audio_remove+0x0 sound/soc/amd/acp/snd-acp-renoir.prelink.o: warning: objtool: renoir_driver_init()+0x0: data relocation to !ENDBR: renoir_driver_init+0x0 sound/soc/fsl/snd-soc-fsl-audmix.prelink.o: warning: objtool: fsl_audmix_runtime_suspend()+0x0: data relocation to !ENDBR: fsl_audmix_runtime_suspend+0x0 sound/soc/fsl/snd-soc-fsl-audmix.prelink.o: warning: objtool: fsl_audmix_runtime_resume()+0x0: data relocation to !ENDBR: fsl_audmix_runtime_resume+0x0 sound/soc/fsl/snd-soc-fsl-audmix.prelink.o: warning: objtool: fsl_audmix_writeable_reg()+0x0: data relocation to !ENDBR: fsl_audmix_writeable_reg+0x0 sound/soc/fsl/snd-soc-fsl-audmix.prelink.o: warning: objtool: fsl_audmix_readable_reg()+0x0: data relocation to !ENDBR: fsl_audmix_readable_reg+0x0 sound/soc/fsl/snd-soc-fsl-audmix.prelink.o: warning: objtool: fsl_audmix_dai_set_fmt()+0x0: data relocation to !ENDBR: fsl_audmix_dai_set_fmt+0x0 sound/soc/fsl/snd-soc-fsl-audmix.prelink.o: warning: objtool: fsl_audmix_dai_trigger()+0x0: data relocation to !ENDBR: fsl_audmix_dai_trigger+0x0 sound/soc/fsl/snd-soc-fsl-audmix.prelink.o: warning: objtool: fsl_audmix_put_mix_clk_src()+0x0: data relocation to !ENDBR: fsl_audmix_put_mix_clk_src+0x0 sound/soc/fsl/snd-soc-fsl-audmix.prelink.o: warning: objtool: fsl_audmix_put_out_src()+0x0: data relocation to !ENDBR: fsl_audmix_put_out_src+0x0 sound/soc/fsl/snd-soc-fsl-audmix.prelink.o: warning: objtool: fsl_audmix_probe()+0x0: data relocation to !ENDBR: fsl_audmix_probe+0x0 sound/soc/fsl/snd-soc-fsl-audmix.prelink.o: warning: objtool: fsl_audmix_remove()+0x0: data relocation to !ENDBR: fsl_audmix_remove+0x0 sound/soc/fsl/snd-soc-fsl-audmix.prelink.o: warning: objtool: fsl_audmix_driver_init()+0x0: data relocation to !ENDBR: fsl_audmix_driver_init+0x0 sound/soc/fsl/snd-soc-fsl-asrc.prelink.o: warning: objtool: fsl_asrc_probe()+0xfa: relocation to !ENDBR: fsl_asrc_isr+0x0 sound/soc/fsl/snd-soc-fsl-asrc.prelink.o: warning: objtool: fsl_asrc_probe()+0x1d8: relocation to !ENDBR: fsl_asrc_get_dma_channel+0x0 sound/soc/fsl/snd-soc-fsl-asrc.prelink.o: warning: objtool: fsl_asrc_probe()+0x1ec: relocation to !ENDBR: fsl_asrc_request_pair+0x0 sound/soc/fsl/snd-soc-fsl-asrc.prelink.o: warning: objtool: fsl_asrc_probe()+0x1f8: relocation to !ENDBR: fsl_asrc_release_pair+0x0 sound/soc/fsl/snd-soc-fsl-asrc.prelink.o: warning: objtool: fsl_asrc_probe()+0x204: relocation to !ENDBR: fsl_asrc_get_fifo_addr+0x0 sound/soc/fsl/snd-soc-fsl-asrc.prelink.o: warning: objtool: fsl_asrc_dma_trigger()+0xfc: relocation to !ENDBR: fsl_asrc_dma_complete+0x0 sound/soc/fsl/snd-soc-fsl-asrc.prelink.o: warning: objtool: fsl_asrc_runtime_suspend()+0x0: data relocation to !ENDBR: fsl_asrc_runtime_suspend+0x0 sound/soc/fsl/snd-soc-fsl-asrc.prelink.o: warning: objtool: fsl_asrc_runtime_resume()+0x0: data relocation to !ENDBR: fsl_asrc_runtime_resume+0x0 sound/soc/fsl/snd-soc-fsl-asrc.prelink.o: warning: objtool: fsl_asrc_writeable_reg()+0x0: data relocation to !ENDBR: fsl_asrc_writeable_reg+0x0 sound/soc/fsl/snd-soc-fsl-asrc.prelink.o: warning: objtool: fsl_asrc_readable_reg()+0x0: data relocation to !ENDBR: fsl_asrc_readable_reg+0x0 sound/soc/fsl/snd-soc-fsl-asrc.prelink.o: warning: objtool: fsl_asrc_volatile_reg()+0x0: data relocation to !ENDBR: fsl_asrc_volatile_reg+0x0 sound/soc/fsl/snd-soc-fsl-asrc.prelink.o: warning: objtool: fsl_asrc_dai_startup()+0x0: data relocation to !ENDBR: fsl_asrc_dai_startup+0x0 sound/soc/fsl/snd-soc-fsl-asrc.prelink.o: warning: objtool: fsl_asrc_dai_hw_params()+0x0: data relocation to !ENDBR: fsl_asrc_dai_hw_params+0x0 sound/soc/fsl/snd-soc-fsl-asrc.prelink.o: warning: objtool: fsl_asrc_dai_hw_free()+0x0: data relocation to !ENDBR: fsl_asrc_dai_hw_free+0x0 sound/soc/fsl/snd-soc-fsl-asrc.prelink.o: warning: objtool: fsl_asrc_dai_trigger()+0x0: data relocation to !ENDBR: fsl_asrc_dai_trigger+0x0 sound/soc/fsl/snd-soc-fsl-asrc.prelink.o: warning: objtool: fsl_asrc_probe()+0x0: data relocation to !ENDBR: fsl_asrc_probe+0x0 sound/soc/fsl/snd-soc-fsl-asrc.prelink.o: warning: objtool: fsl_asrc_remove()+0x0: data relocation to !ENDBR: fsl_asrc_remove+0x0 sound/soc/fsl/snd-soc-fsl-asrc.prelink.o: warning: objtool: fsl_asrc_dai_probe()+0x0: data relocation to !ENDBR: fsl_asrc_dai_probe+0x0 sound/soc/fsl/snd-soc-fsl-asrc.prelink.o: warning: objtool: fsl_asrc_dma_pcm_new()+0x0: data relocation to !ENDBR: fsl_asrc_dma_pcm_new+0x0 sound/soc/fsl/snd-soc-fsl-asrc.prelink.o: warning: objtool: fsl_asrc_dma_startup()+0x0: data relocation to !ENDBR: fsl_asrc_dma_startup+0x0 sound/soc/fsl/snd-soc-fsl-asrc.prelink.o: warning: objtool: fsl_asrc_dma_shutdown()+0x0: data relocation to !ENDBR: fsl_asrc_dma_shutdown+0x0 sound/soc/fsl/snd-soc-fsl-asrc.prelink.o: warning: objtool: fsl_asrc_dma_hw_params()+0x0: data relocation to !ENDBR: fsl_asrc_dma_hw_params+0x0 sound/soc/fsl/snd-soc-fsl-asrc.prelink.o: warning: objtool: fsl_asrc_dma_hw_free()+0x0: data relocation to !ENDBR: fsl_asrc_dma_hw_free+0x0 sound/soc/fsl/snd-soc-fsl-asrc.prelink.o: warning: objtool: fsl_asrc_dma_trigger()+0x0: data relocation to !ENDBR: fsl_asrc_dma_trigger+0x0 sound/soc/fsl/snd-soc-fsl-asrc.prelink.o: warning: objtool: fsl_asrc_dma_pcm_pointer()+0x0: data relocation to !ENDBR: fsl_asrc_dma_pcm_pointer+0x0 sound/soc/fsl/snd-soc-fsl-asrc.prelink.o: warning: objtool: fsl_asrc_driver_init()+0x0: data relocation to !ENDBR: fsl_asrc_driver_init+0x0 sound/soc/fsl/snd-soc-fsl-spdif.prelink.o: warning: objtool: fsl_spdif_probe()+0x11d: relocation to !ENDBR: spdif_isr+0x0 sound/soc/fsl/snd-soc-fsl-spdif.prelink.o: warning: objtool: fsl_spdif_runtime_suspend()+0x0: data relocation to !ENDBR: fsl_spdif_runtime_suspend+0x0 sound/soc/fsl/snd-soc-fsl-spdif.prelink.o: warning: objtool: fsl_spdif_runtime_resume()+0x0: data relocation to !ENDBR: fsl_spdif_runtime_resume+0x0 sound/soc/fsl/snd-soc-fsl-spdif.prelink.o: warning: objtool: fsl_spdif_writeable_reg()+0x0: data relocation to !ENDBR: fsl_spdif_writeable_reg+0x0 sound/soc/fsl/snd-soc-fsl-spdif.prelink.o: warning: objtool: fsl_spdif_readable_reg()+0x0: data relocation to !ENDBR: fsl_spdif_readable_reg+0x0 sound/soc/fsl/snd-soc-fsl-spdif.prelink.o: warning: objtool: fsl_spdif_volatile_reg()+0x0: data relocation to !ENDBR: fsl_spdif_volatile_reg+0x0 sound/soc/fsl/snd-soc-fsl-spdif.prelink.o: warning: objtool: fsl_spdif_startup()+0x0: data relocation to !ENDBR: fsl_spdif_startup+0x0 sound/soc/fsl/snd-soc-fsl-spdif.prelink.o: warning: objtool: fsl_spdif_shutdown()+0x0: data relocation to !ENDBR: fsl_spdif_shutdown+0x0 sound/soc/fsl/snd-soc-fsl-spdif.prelink.o: warning: objtool: fsl_spdif_hw_params()+0x0: data relocation to !ENDBR: fsl_spdif_hw_params+0x0 sound/soc/fsl/snd-soc-fsl-spdif.prelink.o: warning: objtool: fsl_spdif_trigger()+0x0: data relocation to !ENDBR: fsl_spdif_trigger+0x0 sound/soc/fsl/snd-soc-fsl-spdif.prelink.o: warning: objtool: fsl_spdif_probe()+0x0: data relocation to !ENDBR: fsl_spdif_probe+0x0 sound/soc/fsl/snd-soc-fsl-spdif.prelink.o: warning: objtool: fsl_spdif_remove()+0x0: data relocation to !ENDBR: fsl_spdif_remove+0x0 sound/soc/fsl/snd-soc-fsl-spdif.prelink.o: warning: objtool: fsl_spdif_dai_probe()+0x0: data relocation to !ENDBR: fsl_spdif_dai_probe+0x0 sound/soc/fsl/snd-soc-fsl-spdif.prelink.o: warning: objtool: fsl_spdif_rx_rcm_get()+0x0: data relocation to !ENDBR: fsl_spdif_rx_rcm_get+0x0 sound/soc/fsl/snd-soc-fsl-spdif.prelink.o: warning: objtool: fsl_spdif_rx_rcm_put()+0x0: data relocation to !ENDBR: fsl_spdif_rx_rcm_put+0x0 sound/soc/fsl/snd-soc-fsl-spdif.prelink.o: warning: objtool: fsl_spdif_info()+0x0: data relocation to !ENDBR: fsl_spdif_info+0x0 sound/soc/fsl/snd-soc-fsl-spdif.prelink.o: warning: objtool: fsl_spdif_pb_get()+0x0: data relocation to !ENDBR: fsl_spdif_pb_get+0x0 sound/soc/fsl/snd-soc-fsl-spdif.prelink.o: warning: objtool: fsl_spdif_pb_put()+0x0: data relocation to !ENDBR: fsl_spdif_pb_put+0x0 sound/soc/fsl/snd-soc-fsl-spdif.prelink.o: warning: objtool: fsl_spdif_info()+0x0: data relocation to !ENDBR: fsl_spdif_info+0x0 sound/soc/fsl/snd-soc-fsl-spdif.prelink.o: warning: objtool: fsl_spdif_capture_get()+0x0: data relocation to !ENDBR: fsl_spdif_capture_get+0x0 sound/soc/fsl/snd-soc-fsl-spdif.prelink.o: warning: objtool: fsl_spdif_info()+0x0: data relocation to !ENDBR: fsl_spdif_info+0x0 sound/soc/fsl/snd-soc-fsl-spdif.prelink.o: warning: objtool: fsl_spdif_subcode_get()+0x0: data relocation to !ENDBR: fsl_spdif_subcode_get+0x0 sound/soc/fsl/snd-soc-fsl-spdif.prelink.o: warning: objtool: fsl_spdif_qinfo()+0x0: data relocation to !ENDBR: fsl_spdif_qinfo+0x0 sound/soc/fsl/snd-soc-fsl-spdif.prelink.o: warning: objtool: fsl_spdif_qget()+0x0: data relocation to !ENDBR: fsl_spdif_qget+0x0 sound/soc/fsl/snd-soc-fsl-spdif.prelink.o: warning: objtool: fsl_spdif_rx_vbit_get()+0x0: data relocation to !ENDBR: fsl_spdif_rx_vbit_get+0x0 sound/soc/fsl/snd-soc-fsl-spdif.prelink.o: warning: objtool: fsl_spdif_tx_vbit_get()+0x0: data relocation to !ENDBR: fsl_spdif_tx_vbit_get+0x0 sound/soc/fsl/snd-soc-fsl-spdif.prelink.o: warning: objtool: fsl_spdif_tx_vbit_put()+0x0: data relocation to !ENDBR: fsl_spdif_tx_vbit_put+0x0 sound/soc/fsl/snd-soc-fsl-spdif.prelink.o: warning: objtool: fsl_spdif_rxrate_info()+0x0: data relocation to !ENDBR: fsl_spdif_rxrate_info+0x0 sound/soc/fsl/snd-soc-fsl-spdif.prelink.o: warning: objtool: fsl_spdif_rxrate_get()+0x0: data relocation to !ENDBR: fsl_spdif_rxrate_get+0x0 sound/soc/fsl/snd-soc-fsl-spdif.prelink.o: warning: objtool: fsl_spdif_bypass_get()+0x0: data relocation to !ENDBR: fsl_spdif_bypass_get+0x0 sound/soc/fsl/snd-soc-fsl-spdif.prelink.o: warning: objtool: fsl_spdif_bypass_put()+0x0: data relocation to !ENDBR: fsl_spdif_bypass_put+0x0 sound/soc/fsl/snd-soc-fsl-spdif.prelink.o: warning: objtool: fsl_spdif_usync_get()+0x0: data relocation to !ENDBR: fsl_spdif_usync_get+0x0 sound/soc/fsl/snd-soc-fsl-spdif.prelink.o: warning: objtool: fsl_spdif_usync_put()+0x0: data relocation to !ENDBR: fsl_spdif_usync_put+0x0 sound/soc/fsl/snd-soc-fsl-spdif.prelink.o: warning: objtool: fsl_spdif_driver_init()+0x0: data relocation to !ENDBR: fsl_spdif_driver_init+0x0 sound/soc/fsl/snd-soc-fsl-micfil.prelink.o: warning: objtool: fsl_micfil_probe()+0x180: relocation to !ENDBR: micfil_isr+0x0 sound/soc/fsl/snd-soc-fsl-micfil.prelink.o: warning: objtool: fsl_micfil_probe()+0x1b1: relocation to !ENDBR: micfil_err_isr+0x0 sound/soc/fsl/snd-soc-fsl-micfil.prelink.o: warning: objtool: fsl_micfil_suspend()+0x0: data relocation to !ENDBR: fsl_micfil_suspend+0x0 sound/soc/fsl/snd-soc-fsl-micfil.prelink.o: warning: objtool: fsl_micfil_resume()+0x0: data relocation to !ENDBR: fsl_micfil_resume+0x0 sound/soc/fsl/snd-soc-fsl-micfil.prelink.o: warning: objtool: fsl_micfil_suspend()+0x0: data relocation to !ENDBR: fsl_micfil_suspend+0x0 sound/soc/fsl/snd-soc-fsl-micfil.prelink.o: warning: objtool: fsl_micfil_resume()+0x0: data relocation to !ENDBR: fsl_micfil_resume+0x0 sound/soc/fsl/snd-soc-fsl-micfil.prelink.o: warning: objtool: fsl_micfil_suspend()+0x0: data relocation to !ENDBR: fsl_micfil_suspend+0x0 sound/soc/fsl/snd-soc-fsl-micfil.prelink.o: warning: objtool: fsl_micfil_resume()+0x0: data relocation to !ENDBR: fsl_micfil_resume+0x0 sound/soc/fsl/snd-soc-fsl-micfil.prelink.o: warning: objtool: fsl_micfil_runtime_suspend()+0x0: data relocation to !ENDBR: fsl_micfil_runtime_suspend+0x0 sound/soc/fsl/snd-soc-fsl-micfil.prelink.o: warning: objtool: fsl_micfil_runtime_resume()+0x0: data relocation to !ENDBR: fsl_micfil_runtime_resume+0x0 sound/soc/fsl/snd-soc-fsl-micfil.prelink.o: warning: objtool: fsl_micfil_writeable_reg()+0x0: data relocation to !ENDBR: fsl_micfil_writeable_reg+0x0 sound/soc/fsl/snd-soc-fsl-micfil.prelink.o: warning: objtool: fsl_micfil_readable_reg()+0x0: data relocation to !ENDBR: fsl_micfil_readable_reg+0x0 sound/soc/fsl/snd-soc-fsl-micfil.prelink.o: warning: objtool: fsl_micfil_volatile_reg()+0x0: data relocation to !ENDBR: fsl_micfil_volatile_reg+0x0 sound/soc/fsl/snd-soc-fsl-micfil.prelink.o: warning: objtool: fsl_micfil_set_dai_sysclk()+0x0: data relocation to !ENDBR: fsl_micfil_set_dai_sysclk+0x0 sound/soc/fsl/snd-soc-fsl-micfil.prelink.o: warning: objtool: fsl_micfil_startup()+0x0: data relocation to !ENDBR: fsl_micfil_startup+0x0 sound/soc/fsl/snd-soc-fsl-micfil.prelink.o: warning: objtool: fsl_micfil_hw_params()+0x0: data relocation to !ENDBR: fsl_micfil_hw_params+0x0 sound/soc/fsl/snd-soc-fsl-micfil.prelink.o: warning: objtool: fsl_micfil_trigger()+0x0: data relocation to !ENDBR: fsl_micfil_trigger+0x0 sound/soc/fsl/snd-soc-fsl-micfil.prelink.o: warning: objtool: fsl_micfil_probe()+0x0: data relocation to !ENDBR: fsl_micfil_probe+0x0 sound/soc/fsl/snd-soc-fsl-micfil.prelink.o: warning: objtool: fsl_micfil_dai_probe()+0x0: data relocation to !ENDBR: fsl_micfil_dai_probe+0x0 sound/soc/fsl/snd-soc-fsl-micfil.prelink.o: warning: objtool: fsl_micfil_driver_init()+0x0: data relocation to !ENDBR: fsl_micfil_driver_init+0x0 sound/soc/fsl/snd-soc-fsl-xcvr.prelink.o: warning: objtool: fsl_xcvr_runtime_suspend()+0x0: data relocation to !ENDBR: fsl_xcvr_runtime_suspend+0x0 sound/soc/fsl/snd-soc-fsl-xcvr.prelink.o: warning: objtool: fsl_xcvr_runtime_resume()+0x0: data relocation to !ENDBR: fsl_xcvr_runtime_resume+0x0 sound/soc/fsl/snd-soc-fsl-xcvr.prelink.o: warning: objtool: fsl_xcvr_writeable_reg()+0x0: data relocation to !ENDBR: fsl_xcvr_writeable_reg+0x0 sound/soc/fsl/snd-soc-fsl-xcvr.prelink.o: warning: objtool: fsl_xcvr_readable_reg()+0x0: data relocation to !ENDBR: fsl_xcvr_readable_reg+0x0 sound/soc/fsl/snd-soc-fsl-xcvr.prelink.o: warning: objtool: fsl_xcvr_volatile_reg()+0x0: data relocation to !ENDBR: fsl_xcvr_volatile_reg+0x0 sound/soc/fsl/snd-soc-fsl-xcvr.prelink.o: warning: objtool: fsl_xcvr_probe()+0x0: data relocation to !ENDBR: fsl_xcvr_probe+0x0 sound/soc/fsl/snd-soc-fsl-xcvr.prelink.o: warning: objtool: fsl_xcvr_driver_init()+0x0: data relocation to !ENDBR: fsl_xcvr_driver_init+0x0 sound/soc/fsl/snd-soc-imx-audmux.prelink.o: warning: objtool: imx_audmux_suspend()+0x0: data relocation to !ENDBR: imx_audmux_suspend+0x0 sound/soc/fsl/snd-soc-imx-audmux.prelink.o: warning: objtool: imx_audmux_resume()+0x0: data relocation to !ENDBR: imx_audmux_resume+0x0 sound/soc/fsl/snd-soc-imx-audmux.prelink.o: warning: objtool: imx_audmux_suspend()+0x0: data relocation to !ENDBR: imx_audmux_suspend+0x0 sound/soc/fsl/snd-soc-imx-audmux.prelink.o: warning: objtool: imx_audmux_resume()+0x0: data relocation to !ENDBR: imx_audmux_resume+0x0 sound/soc/fsl/snd-soc-imx-audmux.prelink.o: warning: objtool: imx_audmux_suspend()+0x0: data relocation to !ENDBR: imx_audmux_suspend+0x0 sound/soc/fsl/snd-soc-imx-audmux.prelink.o: warning: objtool: imx_audmux_resume()+0x0: data relocation to !ENDBR: imx_audmux_resume+0x0 sound/soc/fsl/snd-soc-imx-audmux.prelink.o: warning: objtool: audmux_read_file()+0x0: data relocation to !ENDBR: audmux_read_file+0x0 sound/soc/fsl/snd-soc-imx-audmux.prelink.o: warning: objtool: imx_audmux_probe()+0x0: data relocation to !ENDBR: imx_audmux_probe+0x0 sound/soc/fsl/snd-soc-imx-audmux.prelink.o: warning: objtool: imx_audmux_remove()+0x0: data relocation to !ENDBR: imx_audmux_remove+0x0 sound/soc/fsl/snd-soc-imx-audmux.prelink.o: warning: objtool: imx_audmux_init()+0x0: data relocation to !ENDBR: imx_audmux_init+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: snd_hdac_bus_init()+0xb2: relocation to !ENDBR: snd_hdac_bus_process_unsol_events+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: snd_hdac_device_init()+0x46: relocation to !ENDBR: default_release+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: snd_hdac_stream_timecounter_init()+0x8a: relocation to !ENDBR: azx_cc_read+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: snd_hdac_register_chmap_ops()+0x26: relocation to !ENDBR: hdmi_chmap_cea_alloc_validate_get_type+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: snd_hdac_register_chmap_ops()+0x31: relocation to !ENDBR: hdmi_cea_alloc_to_tlv_chmap+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: snd_hdac_register_chmap_ops()+0x39: relocation to !ENDBR: hdmi_pin_get_slot_channel+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: snd_hdac_register_chmap_ops()+0x41: relocation to !ENDBR: hdmi_pin_set_slot_channel+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: snd_hdac_register_chmap_ops()+0x49: relocation to !ENDBR: hdmi_set_channel_count+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: snd_hdac_add_chmap_ctls()+0x56: relocation to !ENDBR: hdmi_chmap_ctl_info+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: snd_hdac_add_chmap_ctls()+0x60: relocation to !ENDBR: hdmi_chmap_ctl_get+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: snd_hdac_add_chmap_ctls()+0x68: relocation to !ENDBR: hdmi_chmap_ctl_put+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: snd_hdac_add_chmap_ctls()+0x70: relocation to !ENDBR: hdmi_chmap_ctl_tlv+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: hdac_component_master_bind()+0xe: relocation to !ENDBR: hdac_acomp_release+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: hdac_component_master_unbind()+0xe: relocation to !ENDBR: hdac_acomp_release+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: snd_hdac_acomp_init()+0x12: relocation to !ENDBR: hdac_acomp_release+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: snd_hdac_acomp_init()+0x62: relocation to !ENDBR: hdac_acomp_release+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: snd_hdac_acomp_init()+0xf0: relocation to !ENDBR: hdac_acomp_release+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: snd_hdac_acomp_exit()+0x65: relocation to !ENDBR: hdac_acomp_release+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: snd_hdac_bus_send_cmd()+0x0: data relocation to !ENDBR: snd_hdac_bus_send_cmd+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: snd_hdac_bus_get_response()+0x0: data relocation to !ENDBR: snd_hdac_bus_get_response+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: snd_hdac_bus_link_power()+0x0: data relocation to !ENDBR: snd_hdac_bus_link_power+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: widget_attr_show()+0x0: data relocation to !ENDBR: widget_attr_show+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: widget_attr_store()+0x0: data relocation to !ENDBR: widget_attr_store+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: hda_writeable_reg()+0x0: data relocation to !ENDBR: hda_writeable_reg+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: hda_readable_reg()+0x0: data relocation to !ENDBR: hda_readable_reg+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: hda_volatile_reg()+0x0: data relocation to !ENDBR: hda_volatile_reg+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: hda_reg_read()+0x0: data relocation to !ENDBR: hda_reg_read+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: hda_reg_write()+0x0: data relocation to !ENDBR: hda_reg_write+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: hdac_component_master_bind()+0x0: data relocation to !ENDBR: hdac_component_master_bind+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: hdac_component_master_unbind()+0x0: data relocation to !ENDBR: hdac_component_master_unbind+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: hda_bus_match()+0x0: data relocation to !ENDBR: hda_bus_match+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: hda_uevent()+0x0: data relocation to !ENDBR: hda_uevent+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: connections_show()+0x0: data relocation to !ENDBR: connections_show+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: gpio_caps_show()+0x0: data relocation to !ENDBR: gpio_caps_show+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: power_caps_show()+0x0: data relocation to !ENDBR: power_caps_show+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: amp_out_caps_show()+0x0: data relocation to !ENDBR: amp_out_caps_show+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: amp_in_caps_show()+0x0: data relocation to !ENDBR: amp_in_caps_show+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: pcm_formats_show()+0x0: data relocation to !ENDBR: pcm_formats_show+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: pcm_caps_show()+0x0: data relocation to !ENDBR: pcm_caps_show+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: pin_cfg_show()+0x0: data relocation to !ENDBR: pin_cfg_show+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: pin_caps_show()+0x0: data relocation to !ENDBR: pin_caps_show+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: caps_show()+0x0: data relocation to !ENDBR: caps_show+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: widget_release()+0x0: data relocation to !ENDBR: widget_release+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: modalias_show()+0x0: data relocation to !ENDBR: modalias_show+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: chip_name_show()+0x0: data relocation to !ENDBR: chip_name_show+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: vendor_name_show()+0x0: data relocation to !ENDBR: vendor_name_show+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: mfg_show()+0x0: data relocation to !ENDBR: mfg_show+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: afg_show()+0x0: data relocation to !ENDBR: afg_show+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: revision_id_show()+0x0: data relocation to !ENDBR: revision_id_show+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: subsystem_id_show()+0x0: data relocation to !ENDBR: subsystem_id_show+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: vendor_id_show()+0x0: data relocation to !ENDBR: vendor_id_show+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: type_show()+0x0: data relocation to !ENDBR: type_show+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: __traceiter_snd_hdac_stream_stop()+0x0: data relocation to !ENDBR: __traceiter_snd_hdac_stream_stop+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: __traceiter_snd_hdac_stream_start()+0x0: data relocation to !ENDBR: __traceiter_snd_hdac_stream_start+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: __traceiter_hda_unsol_event()+0x0: data relocation to !ENDBR: __traceiter_hda_unsol_event+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: __traceiter_hda_get_response()+0x0: data relocation to !ENDBR: __traceiter_hda_get_response+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: __traceiter_hda_send_cmd()+0x0: data relocation to !ENDBR: __traceiter_hda_send_cmd+0x0 sound/hda/snd-hda-core.prelink.o: warning: objtool: hda_bus_init()+0x0: data relocation to !ENDBR: hda_bus_init+0x0 sound/soc/intel/atom/sst/snd-intel-sst-core.prelink.o: warning: objtool: sst_context_init()+0x200: relocation to !ENDBR: sst_process_pending_msg+0x0 sound/soc/intel/atom/sst/snd-intel-sst-core.prelink.o: warning: objtool: sst_context_init()+0x3b6: relocation to !ENDBR: sst_firmware_load_cb+0x0 sound/soc/intel/atom/sst/snd-intel-sst-core.prelink.o: warning: objtool: intel_sst_suspend()+0x0: data relocation to !ENDBR: intel_sst_suspend+0x0 sound/soc/intel/atom/sst/snd-intel-sst-core.prelink.o: warning: objtool: intel_sst_resume()+0x0: data relocation to !ENDBR: intel_sst_resume+0x0 sound/soc/intel/atom/sst/snd-intel-sst-core.prelink.o: warning: objtool: intel_sst_runtime_suspend()+0x0: data relocation to !ENDBR: intel_sst_runtime_suspend+0x0 sound/soc/intel/atom/sst/snd-intel-sst-core.prelink.o: warning: objtool: firmware_version_show()+0x0: data relocation to !ENDBR: firmware_version_show+0x0 sound/soc/intel/atom/sst/snd-intel-sst-core.prelink.o: warning: objtool: intel_sst_interrupt_mrfld()+0x0: data relocation to !ENDBR: intel_sst_interrupt_mrfld+0x0 sound/soc/intel/atom/sst/snd-intel-sst-core.prelink.o: warning: objtool: intel_sst_irq_thread_mrfld()+0x0: data relocation to !ENDBR: intel_sst_irq_thread_mrfld+0x0 sound/soc/intel/atom/sst/snd-intel-sst-core.prelink.o: warning: objtool: intel_sst_clear_intr_mrfld()+0x0: data relocation to !ENDBR: intel_sst_clear_intr_mrfld+0x0 sound/soc/intel/atom/sst/snd-intel-sst-core.prelink.o: warning: objtool: sst_start_mrfld()+0x0: data relocation to !ENDBR: sst_start_mrfld+0x0 sound/soc/intel/atom/sst/snd-intel-sst-core.prelink.o: warning: objtool: intel_sst_reset_dsp_mrfld()+0x0: data relocation to !ENDBR: intel_sst_reset_dsp_mrfld+0x0 sound/soc/intel/atom/sst/snd-intel-sst-core.prelink.o: warning: objtool: sst_process_reply_mrfld()+0x0: data relocation to !ENDBR: sst_process_reply_mrfld+0x0 sound/soc/intel/atom/sst/snd-intel-sst-core.prelink.o: warning: objtool: sst_post_message_mrfld()+0x0: data relocation to !ENDBR: sst_post_message_mrfld+0x0 sound/soc/intel/atom/sst/snd-intel-sst-core.prelink.o: warning: objtool: sst_save_dsp_context_v2()+0x0: data relocation to !ENDBR: sst_save_dsp_context_v2+0x0 sound/soc/intel/atom/sst/snd-intel-sst-core.prelink.o: warning: objtool: sst_alloc_stream_mrfld()+0x0: data relocation to !ENDBR: sst_alloc_stream_mrfld+0x0 sound/soc/intel/atom/sst/snd-intel-sst-core.prelink.o: warning: objtool: sst_post_download_mrfld()+0x0: data relocation to !ENDBR: sst_post_download_mrfld+0x0 sound/soc/intel/atom/sst/snd-intel-sst-core.prelink.o: warning: objtool: sst_cdev_open()+0x0: data relocation to !ENDBR: sst_cdev_open+0x0 sound/soc/intel/atom/sst/snd-intel-sst-core.prelink.o: warning: objtool: sst_cdev_stream_start()+0x0: data relocation to !ENDBR: sst_cdev_stream_start+0x0 sound/soc/intel/atom/sst/snd-intel-sst-core.prelink.o: warning: objtool: sst_cdev_stream_drop()+0x0: data relocation to !ENDBR: sst_cdev_stream_drop+0x0 sound/soc/intel/atom/sst/snd-intel-sst-core.prelink.o: warning: objtool: sst_cdev_stream_drain()+0x0: data relocation to !ENDBR: sst_cdev_stream_drain+0x0 sound/soc/intel/atom/sst/snd-intel-sst-core.prelink.o: warning: objtool: sst_cdev_stream_partial_drain()+0x0: data relocation to !ENDBR: sst_cdev_stream_partial_drain+0x0 sound/soc/intel/atom/sst/snd-intel-sst-core.prelink.o: warning: objtool: sst_cdev_stream_pause()+0x0: data relocation to !ENDBR: sst_cdev_stream_pause+0x0 sound/soc/intel/atom/sst/snd-intel-sst-core.prelink.o: warning: objtool: sst_cdev_stream_pause_release()+0x0: data relocation to !ENDBR: sst_cdev_stream_pause_release+0x0 sound/soc/intel/atom/sst/snd-intel-sst-core.prelink.o: warning: objtool: sst_cdev_tstamp()+0x0: data relocation to !ENDBR: sst_cdev_tstamp+0x0 sound/soc/intel/atom/sst/snd-intel-sst-core.prelink.o: warning: objtool: sst_cdev_ack()+0x0: data relocation to !ENDBR: sst_cdev_ack+0x0 sound/soc/intel/atom/sst/snd-intel-sst-core.prelink.o: warning: objtool: sst_cdev_close()+0x0: data relocation to !ENDBR: sst_cdev_close+0x0 sound/soc/intel/atom/sst/snd-intel-sst-core.prelink.o: warning: objtool: sst_cdev_caps()+0x0: data relocation to !ENDBR: sst_cdev_caps+0x0 sound/soc/intel/atom/sst/snd-intel-sst-core.prelink.o: warning: objtool: sst_cdev_codec_caps()+0x0: data relocation to !ENDBR: sst_cdev_codec_caps+0x0 sound/soc/intel/atom/sst/snd-intel-sst-core.prelink.o: warning: objtool: sst_cdev_set_metadata()+0x0: data relocation to !ENDBR: sst_cdev_set_metadata+0x0 sound/soc/intel/atom/sst/snd-intel-sst-core.prelink.o: warning: objtool: sst_power_control()+0x0: data relocation to !ENDBR: sst_power_control+0x0 sound/soc/intel/atom/sst/snd-intel-sst-core.prelink.o: warning: objtool: sst_open_pcm_stream()+0x0: data relocation to !ENDBR: sst_open_pcm_stream+0x0 sound/soc/intel/atom/sst/snd-intel-sst-core.prelink.o: warning: objtool: sst_stream_init()+0x0: data relocation to !ENDBR: sst_stream_init+0x0 sound/soc/intel/atom/sst/snd-intel-sst-core.prelink.o: warning: objtool: sst_stream_start()+0x0: data relocation to !ENDBR: sst_stream_start+0x0 sound/soc/intel/atom/sst/snd-intel-sst-core.prelink.o: warning: objtool: sst_stream_drop()+0x0: data relocation to !ENDBR: sst_stream_drop+0x0 sound/soc/intel/atom/sst/snd-intel-sst-core.prelink.o: warning: objtool: sst_stream_pause()+0x0: data relocation to !ENDBR: sst_stream_pause+0x0 sound/soc/intel/atom/sst/snd-intel-sst-core.prelink.o: warning: objtool: sst_stream_resume()+0x0: data relocation to !ENDBR: sst_stream_resume+0x0 sound/soc/intel/atom/sst/snd-intel-sst-core.prelink.o: warning: objtool: sst_read_timestamp()+0x0: data relocation to !ENDBR: sst_read_timestamp+0x0 sound/soc/intel/atom/sst/snd-intel-sst-core.prelink.o: warning: objtool: sst_send_byte_stream()+0x0: data relocation to !ENDBR: sst_send_byte_stream+0x0 sound/soc/intel/atom/sst/snd-intel-sst-core.prelink.o: warning: objtool: sst_close_pcm_stream()+0x0: data relocation to !ENDBR: sst_close_pcm_stream+0x0 sound/soc/intel/atom/sst/snd-intel-sst-core.prelink.o: warning: objtool: sst_power_control()+0x0: data relocation to !ENDBR: sst_power_control+0x0 sound/soc/intel/atom/sst/snd-intel-sst-pci.prelink.o: warning: objtool: intel_sst_probe()+0x0: data relocation to !ENDBR: intel_sst_probe+0x0 sound/soc/intel/atom/sst/snd-intel-sst-pci.prelink.o: warning: objtool: intel_sst_remove()+0x0: data relocation to !ENDBR: intel_sst_remove+0x0 sound/soc/intel/atom/sst/snd-intel-sst-pci.prelink.o: warning: objtool: sst_driver_init()+0x0: data relocation to !ENDBR: sst_driver_init+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_media_prepare()+0xac: relocation to !ENDBR: sst_period_elapsed+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_platform_compr_set_params()+0xf6: relocation to !ENDBR: sst_compr_fragment_elapsed+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_platform_compr_set_params()+0x117: relocation to !ENDBR: sst_drain_notify+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_soc_prepare()+0x0: data relocation to !ENDBR: sst_soc_prepare+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_soc_complete()+0x0: data relocation to !ENDBR: sst_soc_complete+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_soc_probe()+0x0: data relocation to !ENDBR: sst_soc_probe+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_soc_remove()+0x0: data relocation to !ENDBR: sst_soc_remove+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_soc_pcm_new()+0x0: data relocation to !ENDBR: sst_soc_pcm_new+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_soc_open()+0x0: data relocation to !ENDBR: sst_soc_open+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_soc_trigger()+0x0: data relocation to !ENDBR: sst_soc_trigger+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_soc_pointer()+0x0: data relocation to !ENDBR: sst_soc_pointer+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_soc_delay()+0x0: data relocation to !ENDBR: sst_soc_delay+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_set_format()+0x0: data relocation to !ENDBR: sst_set_format+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_platform_set_ssp_slot()+0x0: data relocation to !ENDBR: sst_platform_set_ssp_slot+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_enable_ssp()+0x0: data relocation to !ENDBR: sst_enable_ssp+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_disable_ssp()+0x0: data relocation to !ENDBR: sst_disable_ssp+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_be_hw_params()+0x0: data relocation to !ENDBR: sst_be_hw_params+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_media_digital_mute()+0x0: data relocation to !ENDBR: sst_media_digital_mute+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_media_digital_mute()+0x0: data relocation to !ENDBR: sst_media_digital_mute+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_media_open()+0x0: data relocation to !ENDBR: sst_media_open+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_media_close()+0x0: data relocation to !ENDBR: sst_media_close+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_media_prepare()+0x0: data relocation to !ENDBR: sst_media_prepare+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_platform_compr_open()+0x0: data relocation to !ENDBR: sst_platform_compr_open+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_platform_compr_free()+0x0: data relocation to !ENDBR: sst_platform_compr_free+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_platform_compr_set_params()+0x0: data relocation to !ENDBR: sst_platform_compr_set_params+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_platform_compr_set_metadata()+0x0: data relocation to !ENDBR: sst_platform_compr_set_metadata+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_platform_compr_trigger()+0x0: data relocation to !ENDBR: sst_platform_compr_trigger+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_platform_compr_pointer()+0x0: data relocation to !ENDBR: sst_platform_compr_pointer+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_platform_compr_ack()+0x0: data relocation to !ENDBR: sst_platform_compr_ack+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_platform_compr_get_caps()+0x0: data relocation to !ENDBR: sst_platform_compr_get_caps+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_platform_compr_get_codec_caps()+0x0: data relocation to !ENDBR: sst_platform_compr_get_codec_caps+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_algo_bytes_ctl_info()+0x0: data relocation to !ENDBR: sst_algo_bytes_ctl_info+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_algo_control_get()+0x0: data relocation to !ENDBR: sst_algo_control_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_algo_control_set()+0x0: data relocation to !ENDBR: sst_algo_control_set+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_algo_bytes_ctl_info()+0x0: data relocation to !ENDBR: sst_algo_bytes_ctl_info+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_algo_control_get()+0x0: data relocation to !ENDBR: sst_algo_control_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_algo_control_set()+0x0: data relocation to !ENDBR: sst_algo_control_set+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_algo_bytes_ctl_info()+0x0: data relocation to !ENDBR: sst_algo_bytes_ctl_info+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_algo_control_get()+0x0: data relocation to !ENDBR: sst_algo_control_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_algo_control_set()+0x0: data relocation to !ENDBR: sst_algo_control_set+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_algo_bytes_ctl_info()+0x0: data relocation to !ENDBR: sst_algo_bytes_ctl_info+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_algo_control_get()+0x0: data relocation to !ENDBR: sst_algo_control_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_algo_control_set()+0x0: data relocation to !ENDBR: sst_algo_control_set+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_algo_bytes_ctl_info()+0x0: data relocation to !ENDBR: sst_algo_bytes_ctl_info+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_algo_control_get()+0x0: data relocation to !ENDBR: sst_algo_control_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_algo_control_set()+0x0: data relocation to !ENDBR: sst_algo_control_set+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_algo_bytes_ctl_info()+0x0: data relocation to !ENDBR: sst_algo_bytes_ctl_info+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_algo_control_get()+0x0: data relocation to !ENDBR: sst_algo_control_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_algo_control_set()+0x0: data relocation to !ENDBR: sst_algo_control_set+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_algo_bytes_ctl_info()+0x0: data relocation to !ENDBR: sst_algo_bytes_ctl_info+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_algo_control_get()+0x0: data relocation to !ENDBR: sst_algo_control_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_algo_control_set()+0x0: data relocation to !ENDBR: sst_algo_control_set+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_algo_bytes_ctl_info()+0x0: data relocation to !ENDBR: sst_algo_bytes_ctl_info+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_algo_control_get()+0x0: data relocation to !ENDBR: sst_algo_control_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_algo_control_set()+0x0: data relocation to !ENDBR: sst_algo_control_set+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_algo_bytes_ctl_info()+0x0: data relocation to !ENDBR: sst_algo_bytes_ctl_info+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_algo_control_get()+0x0: data relocation to !ENDBR: sst_algo_control_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_algo_control_set()+0x0: data relocation to !ENDBR: sst_algo_control_set+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_ctl_info()+0x0: data relocation to !ENDBR: sst_gain_ctl_info+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_get()+0x0: data relocation to !ENDBR: sst_gain_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_put()+0x0: data relocation to !ENDBR: sst_gain_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_get()+0x0: data relocation to !ENDBR: sst_gain_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_put()+0x0: data relocation to !ENDBR: sst_gain_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_ctl_info()+0x0: data relocation to !ENDBR: sst_gain_ctl_info+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_get()+0x0: data relocation to !ENDBR: sst_gain_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_put()+0x0: data relocation to !ENDBR: sst_gain_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_ctl_info()+0x0: data relocation to !ENDBR: sst_gain_ctl_info+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_get()+0x0: data relocation to !ENDBR: sst_gain_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_put()+0x0: data relocation to !ENDBR: sst_gain_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_get()+0x0: data relocation to !ENDBR: sst_gain_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_put()+0x0: data relocation to !ENDBR: sst_gain_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_ctl_info()+0x0: data relocation to !ENDBR: sst_gain_ctl_info+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_get()+0x0: data relocation to !ENDBR: sst_gain_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_put()+0x0: data relocation to !ENDBR: sst_gain_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_ctl_info()+0x0: data relocation to !ENDBR: sst_gain_ctl_info+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_get()+0x0: data relocation to !ENDBR: sst_gain_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_put()+0x0: data relocation to !ENDBR: sst_gain_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_get()+0x0: data relocation to !ENDBR: sst_gain_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_put()+0x0: data relocation to !ENDBR: sst_gain_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_ctl_info()+0x0: data relocation to !ENDBR: sst_gain_ctl_info+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_get()+0x0: data relocation to !ENDBR: sst_gain_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_put()+0x0: data relocation to !ENDBR: sst_gain_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_ctl_info()+0x0: data relocation to !ENDBR: sst_gain_ctl_info+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_get()+0x0: data relocation to !ENDBR: sst_gain_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_put()+0x0: data relocation to !ENDBR: sst_gain_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_get()+0x0: data relocation to !ENDBR: sst_gain_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_put()+0x0: data relocation to !ENDBR: sst_gain_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_ctl_info()+0x0: data relocation to !ENDBR: sst_gain_ctl_info+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_get()+0x0: data relocation to !ENDBR: sst_gain_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_put()+0x0: data relocation to !ENDBR: sst_gain_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_ctl_info()+0x0: data relocation to !ENDBR: sst_gain_ctl_info+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_get()+0x0: data relocation to !ENDBR: sst_gain_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_put()+0x0: data relocation to !ENDBR: sst_gain_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_get()+0x0: data relocation to !ENDBR: sst_gain_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_put()+0x0: data relocation to !ENDBR: sst_gain_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_ctl_info()+0x0: data relocation to !ENDBR: sst_gain_ctl_info+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_get()+0x0: data relocation to !ENDBR: sst_gain_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_put()+0x0: data relocation to !ENDBR: sst_gain_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_ctl_info()+0x0: data relocation to !ENDBR: sst_gain_ctl_info+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_get()+0x0: data relocation to !ENDBR: sst_gain_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_put()+0x0: data relocation to !ENDBR: sst_gain_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_get()+0x0: data relocation to !ENDBR: sst_gain_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_put()+0x0: data relocation to !ENDBR: sst_gain_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_ctl_info()+0x0: data relocation to !ENDBR: sst_gain_ctl_info+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_get()+0x0: data relocation to !ENDBR: sst_gain_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_put()+0x0: data relocation to !ENDBR: sst_gain_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_ctl_info()+0x0: data relocation to !ENDBR: sst_gain_ctl_info+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_get()+0x0: data relocation to !ENDBR: sst_gain_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_put()+0x0: data relocation to !ENDBR: sst_gain_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_get()+0x0: data relocation to !ENDBR: sst_gain_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_put()+0x0: data relocation to !ENDBR: sst_gain_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_ctl_info()+0x0: data relocation to !ENDBR: sst_gain_ctl_info+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_get()+0x0: data relocation to !ENDBR: sst_gain_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_put()+0x0: data relocation to !ENDBR: sst_gain_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_ctl_info()+0x0: data relocation to !ENDBR: sst_gain_ctl_info+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_get()+0x0: data relocation to !ENDBR: sst_gain_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_put()+0x0: data relocation to !ENDBR: sst_gain_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_get()+0x0: data relocation to !ENDBR: sst_gain_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_put()+0x0: data relocation to !ENDBR: sst_gain_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_ctl_info()+0x0: data relocation to !ENDBR: sst_gain_ctl_info+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_get()+0x0: data relocation to !ENDBR: sst_gain_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_put()+0x0: data relocation to !ENDBR: sst_gain_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_ctl_info()+0x0: data relocation to !ENDBR: sst_gain_ctl_info+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_get()+0x0: data relocation to !ENDBR: sst_gain_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_put()+0x0: data relocation to !ENDBR: sst_gain_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_get()+0x0: data relocation to !ENDBR: sst_gain_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_put()+0x0: data relocation to !ENDBR: sst_gain_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_ctl_info()+0x0: data relocation to !ENDBR: sst_gain_ctl_info+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_get()+0x0: data relocation to !ENDBR: sst_gain_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_put()+0x0: data relocation to !ENDBR: sst_gain_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_ctl_info()+0x0: data relocation to !ENDBR: sst_gain_ctl_info+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_get()+0x0: data relocation to !ENDBR: sst_gain_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_put()+0x0: data relocation to !ENDBR: sst_gain_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_get()+0x0: data relocation to !ENDBR: sst_gain_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_put()+0x0: data relocation to !ENDBR: sst_gain_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_ctl_info()+0x0: data relocation to !ENDBR: sst_gain_ctl_info+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_get()+0x0: data relocation to !ENDBR: sst_gain_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_put()+0x0: data relocation to !ENDBR: sst_gain_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_ctl_info()+0x0: data relocation to !ENDBR: sst_gain_ctl_info+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_get()+0x0: data relocation to !ENDBR: sst_gain_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_put()+0x0: data relocation to !ENDBR: sst_gain_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_get()+0x0: data relocation to !ENDBR: sst_gain_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_put()+0x0: data relocation to !ENDBR: sst_gain_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_ctl_info()+0x0: data relocation to !ENDBR: sst_gain_ctl_info+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_get()+0x0: data relocation to !ENDBR: sst_gain_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_put()+0x0: data relocation to !ENDBR: sst_gain_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_ctl_info()+0x0: data relocation to !ENDBR: sst_gain_ctl_info+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_get()+0x0: data relocation to !ENDBR: sst_gain_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_put()+0x0: data relocation to !ENDBR: sst_gain_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_get()+0x0: data relocation to !ENDBR: sst_gain_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_put()+0x0: data relocation to !ENDBR: sst_gain_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_ctl_info()+0x0: data relocation to !ENDBR: sst_gain_ctl_info+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_get()+0x0: data relocation to !ENDBR: sst_gain_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_put()+0x0: data relocation to !ENDBR: sst_gain_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_ctl_info()+0x0: data relocation to !ENDBR: sst_gain_ctl_info+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_get()+0x0: data relocation to !ENDBR: sst_gain_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_put()+0x0: data relocation to !ENDBR: sst_gain_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_get()+0x0: data relocation to !ENDBR: sst_gain_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_put()+0x0: data relocation to !ENDBR: sst_gain_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_ctl_info()+0x0: data relocation to !ENDBR: sst_gain_ctl_info+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_get()+0x0: data relocation to !ENDBR: sst_gain_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_put()+0x0: data relocation to !ENDBR: sst_gain_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_ctl_info()+0x0: data relocation to !ENDBR: sst_gain_ctl_info+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_get()+0x0: data relocation to !ENDBR: sst_gain_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_put()+0x0: data relocation to !ENDBR: sst_gain_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_get()+0x0: data relocation to !ENDBR: sst_gain_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_put()+0x0: data relocation to !ENDBR: sst_gain_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_ctl_info()+0x0: data relocation to !ENDBR: sst_gain_ctl_info+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_get()+0x0: data relocation to !ENDBR: sst_gain_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_put()+0x0: data relocation to !ENDBR: sst_gain_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_ctl_info()+0x0: data relocation to !ENDBR: sst_gain_ctl_info+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_get()+0x0: data relocation to !ENDBR: sst_gain_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_put()+0x0: data relocation to !ENDBR: sst_gain_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_get()+0x0: data relocation to !ENDBR: sst_gain_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_put()+0x0: data relocation to !ENDBR: sst_gain_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_ctl_info()+0x0: data relocation to !ENDBR: sst_gain_ctl_info+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_get()+0x0: data relocation to !ENDBR: sst_gain_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_put()+0x0: data relocation to !ENDBR: sst_gain_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_ctl_info()+0x0: data relocation to !ENDBR: sst_gain_ctl_info+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_get()+0x0: data relocation to !ENDBR: sst_gain_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_put()+0x0: data relocation to !ENDBR: sst_gain_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_get()+0x0: data relocation to !ENDBR: sst_gain_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_put()+0x0: data relocation to !ENDBR: sst_gain_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_ctl_info()+0x0: data relocation to !ENDBR: sst_gain_ctl_info+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_get()+0x0: data relocation to !ENDBR: sst_gain_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_put()+0x0: data relocation to !ENDBR: sst_gain_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_ctl_info()+0x0: data relocation to !ENDBR: sst_gain_ctl_info+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_get()+0x0: data relocation to !ENDBR: sst_gain_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_put()+0x0: data relocation to !ENDBR: sst_gain_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_get()+0x0: data relocation to !ENDBR: sst_gain_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_put()+0x0: data relocation to !ENDBR: sst_gain_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_ctl_info()+0x0: data relocation to !ENDBR: sst_gain_ctl_info+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_get()+0x0: data relocation to !ENDBR: sst_gain_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_put()+0x0: data relocation to !ENDBR: sst_gain_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_ctl_info()+0x0: data relocation to !ENDBR: sst_gain_ctl_info+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_get()+0x0: data relocation to !ENDBR: sst_gain_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_put()+0x0: data relocation to !ENDBR: sst_gain_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_get()+0x0: data relocation to !ENDBR: sst_gain_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_put()+0x0: data relocation to !ENDBR: sst_gain_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_ctl_info()+0x0: data relocation to !ENDBR: sst_gain_ctl_info+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_get()+0x0: data relocation to !ENDBR: sst_gain_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_gain_put()+0x0: data relocation to !ENDBR: sst_gain_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_slot_enum_info()+0x0: data relocation to !ENDBR: sst_slot_enum_info+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_slot_get()+0x0: data relocation to !ENDBR: sst_slot_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_slot_put()+0x0: data relocation to !ENDBR: sst_slot_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_slot_enum_info()+0x0: data relocation to !ENDBR: sst_slot_enum_info+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_slot_get()+0x0: data relocation to !ENDBR: sst_slot_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_slot_put()+0x0: data relocation to !ENDBR: sst_slot_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_slot_enum_info()+0x0: data relocation to !ENDBR: sst_slot_enum_info+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_slot_get()+0x0: data relocation to !ENDBR: sst_slot_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_slot_put()+0x0: data relocation to !ENDBR: sst_slot_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_slot_enum_info()+0x0: data relocation to !ENDBR: sst_slot_enum_info+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_slot_get()+0x0: data relocation to !ENDBR: sst_slot_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_slot_put()+0x0: data relocation to !ENDBR: sst_slot_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_slot_enum_info()+0x0: data relocation to !ENDBR: sst_slot_enum_info+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_slot_get()+0x0: data relocation to !ENDBR: sst_slot_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_slot_put()+0x0: data relocation to !ENDBR: sst_slot_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_slot_enum_info()+0x0: data relocation to !ENDBR: sst_slot_enum_info+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_slot_get()+0x0: data relocation to !ENDBR: sst_slot_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_slot_put()+0x0: data relocation to !ENDBR: sst_slot_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_slot_enum_info()+0x0: data relocation to !ENDBR: sst_slot_enum_info+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_slot_get()+0x0: data relocation to !ENDBR: sst_slot_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_slot_put()+0x0: data relocation to !ENDBR: sst_slot_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_slot_enum_info()+0x0: data relocation to !ENDBR: sst_slot_enum_info+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_slot_get()+0x0: data relocation to !ENDBR: sst_slot_get+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_slot_put()+0x0: data relocation to !ENDBR: sst_slot_put+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_set_be_modules()+0x0: data relocation to !ENDBR: sst_set_be_modules+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_set_be_modules()+0x0: data relocation to !ENDBR: sst_set_be_modules+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_set_be_modules()+0x0: data relocation to !ENDBR: sst_set_be_modules+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_set_be_modules()+0x0: data relocation to !ENDBR: sst_set_be_modules+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_set_be_modules()+0x0: data relocation to !ENDBR: sst_set_be_modules+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_set_be_modules()+0x0: data relocation to !ENDBR: sst_set_be_modules+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_generic_modules_event()+0x0: data relocation to !ENDBR: sst_generic_modules_event+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_set_media_path()+0x0: data relocation to !ENDBR: sst_set_media_path+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_set_media_path()+0x0: data relocation to !ENDBR: sst_set_media_path+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_set_media_path()+0x0: data relocation to !ENDBR: sst_set_media_path+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_set_media_path()+0x0: data relocation to !ENDBR: sst_set_media_path+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_set_media_path()+0x0: data relocation to !ENDBR: sst_set_media_path+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_set_media_path()+0x0: data relocation to !ENDBR: sst_set_media_path+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_set_media_path()+0x0: data relocation to !ENDBR: sst_set_media_path+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_set_media_path()+0x0: data relocation to !ENDBR: sst_set_media_path+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_set_media_loop()+0x0: data relocation to !ENDBR: sst_set_media_loop+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_set_media_loop()+0x0: data relocation to !ENDBR: sst_set_media_loop+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_set_media_loop()+0x0: data relocation to !ENDBR: sst_set_media_loop+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_swm_mixer_event()+0x0: data relocation to !ENDBR: sst_swm_mixer_event+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_swm_mixer_event()+0x0: data relocation to !ENDBR: sst_swm_mixer_event+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_swm_mixer_event()+0x0: data relocation to !ENDBR: sst_swm_mixer_event+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_swm_mixer_event()+0x0: data relocation to !ENDBR: sst_swm_mixer_event+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_swm_mixer_event()+0x0: data relocation to !ENDBR: sst_swm_mixer_event+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_swm_mixer_event()+0x0: data relocation to !ENDBR: sst_swm_mixer_event+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_swm_mixer_event()+0x0: data relocation to !ENDBR: sst_swm_mixer_event+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_swm_mixer_event()+0x0: data relocation to !ENDBR: sst_swm_mixer_event+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_swm_mixer_event()+0x0: data relocation to !ENDBR: sst_swm_mixer_event+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_swm_mixer_event()+0x0: data relocation to !ENDBR: sst_swm_mixer_event+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_swm_mixer_event()+0x0: data relocation to !ENDBR: sst_swm_mixer_event+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_platform_probe()+0x0: data relocation to !ENDBR: sst_platform_probe+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_platform_remove()+0x0: data relocation to !ENDBR: sst_platform_remove+0x0 sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.prelink.o: warning: objtool: sst_platform_driver_init()+0x0: data relocation to !ENDBR: sst_platform_driver_init+0x0 sound/soc/xilinx/snd-soc-xlnx-formatter-pcm.prelink.o: warning: objtool: xlnx_formatter_pcm_probe()+0x150: relocation to !ENDBR: xlnx_mm2s_irq_handler+0x0 sound/soc/xilinx/snd-soc-xlnx-formatter-pcm.prelink.o: warning: objtool: xlnx_formatter_pcm_probe()+0x1ab: relocation to !ENDBR: xlnx_s2mm_irq_handler+0x0 sound/soc/xilinx/snd-soc-xlnx-formatter-pcm.prelink.o: warning: objtool: xlnx_formatter_pcm_new()+0x0: data relocation to !ENDBR: xlnx_formatter_pcm_new+0x0 sound/soc/xilinx/snd-soc-xlnx-formatter-pcm.prelink.o: warning: objtool: xlnx_formatter_set_sysclk()+0x0: data relocation to !ENDBR: xlnx_formatter_set_sysclk+0x0 sound/soc/xilinx/snd-soc-xlnx-formatter-pcm.prelink.o: warning: objtool: xlnx_formatter_pcm_open()+0x0: data relocation to !ENDBR: xlnx_formatter_pcm_open+0x0 sound/soc/xilinx/snd-soc-xlnx-formatter-pcm.prelink.o: warning: objtool: xlnx_formatter_pcm_close()+0x0: data relocation to !ENDBR: xlnx_formatter_pcm_close+0x0 sound/soc/xilinx/snd-soc-xlnx-formatter-pcm.prelink.o: warning: objtool: xlnx_formatter_pcm_hw_params()+0x0: data relocation to !ENDBR: xlnx_formatter_pcm_hw_params+0x0 sound/soc/xilinx/snd-soc-xlnx-formatter-pcm.prelink.o: warning: objtool: xlnx_formatter_pcm_trigger()+0x0: data relocation to !ENDBR: xlnx_formatter_pcm_trigger+0x0 sound/soc/xilinx/snd-soc-xlnx-formatter-pcm.prelink.o: warning: objtool: xlnx_formatter_pcm_pointer()+0x0: data relocation to !ENDBR: xlnx_formatter_pcm_pointer+0x0 sound/soc/xilinx/snd-soc-xlnx-formatter-pcm.prelink.o: warning: objtool: xlnx_formatter_pcm_probe()+0x0: data relocation to !ENDBR: xlnx_formatter_pcm_probe+0x0 sound/soc/xilinx/snd-soc-xlnx-formatter-pcm.prelink.o: warning: objtool: xlnx_formatter_pcm_remove()+0x0: data relocation to !ENDBR: xlnx_formatter_pcm_remove+0x0 sound/soc/xilinx/snd-soc-xlnx-formatter-pcm.prelink.o: warning: objtool: xlnx_formatter_pcm_driver_init()+0x0: data relocation to !ENDBR: xlnx_formatter_pcm_driver_init+0x0 sound/soc/codecs/snd-soc-adau1372-i2c.prelink.o: warning: objtool: adau1372_i2c_probe()+0x0: data relocation to !ENDBR: adau1372_i2c_probe+0x0 sound/soc/codecs/snd-soc-adau1372-i2c.prelink.o: warning: objtool: adau1372_i2c_driver_init()+0x0: data relocation to !ENDBR: adau1372_i2c_driver_init+0x0 sound/soc/codecs/snd-soc-adau1701.prelink.o: warning: objtool: adau1701_volatile_reg()+0x0: data relocation to !ENDBR: adau1701_volatile_reg+0x0 sound/soc/codecs/snd-soc-adau1701.prelink.o: warning: objtool: adau1701_reg_read()+0x0: data relocation to !ENDBR: adau1701_reg_read+0x0 sound/soc/codecs/snd-soc-adau1701.prelink.o: warning: objtool: adau1701_reg_write()+0x0: data relocation to !ENDBR: adau1701_reg_write+0x0 sound/soc/codecs/snd-soc-adau1701.prelink.o: warning: objtool: adau1701_probe()+0x0: data relocation to !ENDBR: adau1701_probe+0x0 sound/soc/codecs/snd-soc-adau1701.prelink.o: warning: objtool: adau1701_remove()+0x0: data relocation to !ENDBR: adau1701_remove+0x0 sound/soc/codecs/snd-soc-adau1701.prelink.o: warning: objtool: adau1701_suspend()+0x0: data relocation to !ENDBR: adau1701_suspend+0x0 sound/soc/codecs/snd-soc-adau1701.prelink.o: warning: objtool: adau1701_resume()+0x0: data relocation to !ENDBR: adau1701_resume+0x0 sound/soc/codecs/snd-soc-adau1701.prelink.o: warning: objtool: adau1701_set_sysclk()+0x0: data relocation to !ENDBR: adau1701_set_sysclk+0x0 sound/soc/codecs/snd-soc-adau1701.prelink.o: warning: objtool: adau1701_set_bias_level()+0x0: data relocation to !ENDBR: adau1701_set_bias_level+0x0 sound/soc/codecs/snd-soc-adau1701.prelink.o: warning: objtool: adau1701_set_dai_fmt()+0x0: data relocation to !ENDBR: adau1701_set_dai_fmt+0x0 sound/soc/codecs/snd-soc-adau1701.prelink.o: warning: objtool: adau1701_mute_stream()+0x0: data relocation to !ENDBR: adau1701_mute_stream+0x0 sound/soc/codecs/snd-soc-adau1701.prelink.o: warning: objtool: adau1701_startup()+0x0: data relocation to !ENDBR: adau1701_startup+0x0 sound/soc/codecs/snd-soc-adau1701.prelink.o: warning: objtool: adau1701_hw_params()+0x0: data relocation to !ENDBR: adau1701_hw_params+0x0 sound/soc/codecs/snd-soc-adau1701.prelink.o: warning: objtool: adau1701_safeload()+0x0: data relocation to !ENDBR: adau1701_safeload+0x0 sound/soc/codecs/snd-soc-adau1701.prelink.o: warning: objtool: adau1701_i2c_probe()+0x0: data relocation to !ENDBR: adau1701_i2c_probe+0x0 sound/soc/codecs/snd-soc-adau1701.prelink.o: warning: objtool: adau1701_i2c_driver_init()+0x0: data relocation to !ENDBR: adau1701_i2c_driver_init+0x0 sound/soc/codecs/snd-soc-adau7118-i2c.prelink.o: warning: objtool: adau7118_volatile()+0x0: data relocation to !ENDBR: adau7118_volatile+0x0 sound/soc/codecs/snd-soc-adau7118-i2c.prelink.o: warning: objtool: adau7118_probe_i2c()+0x0: data relocation to !ENDBR: adau7118_probe_i2c+0x0 sound/soc/codecs/snd-soc-adau7118-i2c.prelink.o: warning: objtool: adau7118_driver_init()+0x0: data relocation to !ENDBR: adau7118_driver_init+0x0 sound/soc/codecs/snd-soc-ak4104.prelink.o: warning: objtool: ak4104_probe()+0x0: data relocation to !ENDBR: ak4104_probe+0x0 sound/soc/codecs/snd-soc-ak4104.prelink.o: warning: objtool: ak4104_remove()+0x0: data relocation to !ENDBR: ak4104_remove+0x0 sound/soc/codecs/snd-soc-ak4104.prelink.o: warning: objtool: ak4104_soc_suspend()+0x0: data relocation to !ENDBR: ak4104_soc_suspend+0x0 sound/soc/codecs/snd-soc-ak4104.prelink.o: warning: objtool: ak4104_soc_resume()+0x0: data relocation to !ENDBR: ak4104_soc_resume+0x0 sound/soc/codecs/snd-soc-ak4104.prelink.o: warning: objtool: ak4104_set_dai_fmt()+0x0: data relocation to !ENDBR: ak4104_set_dai_fmt+0x0 sound/soc/codecs/snd-soc-ak4104.prelink.o: warning: objtool: ak4104_hw_params()+0x0: data relocation to !ENDBR: ak4104_hw_params+0x0 sound/soc/codecs/snd-soc-ak4104.prelink.o: warning: objtool: ak4104_spi_probe()+0x0: data relocation to !ENDBR: ak4104_spi_probe+0x0 sound/soc/codecs/snd-soc-ak4104.prelink.o: warning: objtool: ak4104_spi_driver_init()+0x0: data relocation to !ENDBR: ak4104_spi_driver_init+0x0 sound/soc/codecs/snd-soc-ak4458.prelink.o: warning: objtool: ak4458_runtime_suspend()+0x0: data relocation to !ENDBR: ak4458_runtime_suspend+0x0 sound/soc/codecs/snd-soc-ak4458.prelink.o: warning: objtool: ak4458_runtime_resume()+0x0: data relocation to !ENDBR: ak4458_runtime_resume+0x0 sound/soc/codecs/snd-soc-ak4458.prelink.o: warning: objtool: ak4458_probe()+0x0: data relocation to !ENDBR: ak4458_probe+0x0 sound/soc/codecs/snd-soc-ak4458.prelink.o: warning: objtool: ak4458_remove()+0x0: data relocation to !ENDBR: ak4458_remove+0x0 sound/soc/codecs/snd-soc-ak4458.prelink.o: warning: objtool: ak4458_probe()+0x0: data relocation to !ENDBR: ak4458_probe+0x0 sound/soc/codecs/snd-soc-ak4458.prelink.o: warning: objtool: ak4458_remove()+0x0: data relocation to !ENDBR: ak4458_remove+0x0 sound/soc/codecs/snd-soc-ak4458.prelink.o: warning: objtool: ak4458_set_dai_fmt()+0x0: data relocation to !ENDBR: ak4458_set_dai_fmt+0x0 sound/soc/codecs/snd-soc-ak4458.prelink.o: warning: objtool: ak4458_set_tdm_slot()+0x0: data relocation to !ENDBR: ak4458_set_tdm_slot+0x0 sound/soc/codecs/snd-soc-ak4458.prelink.o: warning: objtool: ak4458_set_dai_mute()+0x0: data relocation to !ENDBR: ak4458_set_dai_mute+0x0 sound/soc/codecs/snd-soc-ak4458.prelink.o: warning: objtool: ak4458_startup()+0x0: data relocation to !ENDBR: ak4458_startup+0x0 sound/soc/codecs/snd-soc-ak4458.prelink.o: warning: objtool: ak4458_hw_params()+0x0: data relocation to !ENDBR: ak4458_hw_params+0x0 sound/soc/codecs/snd-soc-ak4458.prelink.o: warning: objtool: get_digfil()+0x0: data relocation to !ENDBR: get_digfil+0x0 sound/soc/codecs/snd-soc-ak4458.prelink.o: warning: objtool: set_digfil()+0x0: data relocation to !ENDBR: set_digfil+0x0 sound/soc/codecs/snd-soc-ak4458.prelink.o: warning: objtool: get_digfil()+0x0: data relocation to !ENDBR: get_digfil+0x0 sound/soc/codecs/snd-soc-ak4458.prelink.o: warning: objtool: set_digfil()+0x0: data relocation to !ENDBR: set_digfil+0x0 sound/soc/codecs/snd-soc-ak4458.prelink.o: warning: objtool: ak4458_i2c_remove()+0x0: data relocation to !ENDBR: ak4458_i2c_remove+0x0 sound/soc/codecs/snd-soc-ak4458.prelink.o: warning: objtool: ak4458_i2c_probe()+0x0: data relocation to !ENDBR: ak4458_i2c_probe+0x0 sound/soc/codecs/snd-soc-ak4458.prelink.o: warning: objtool: ak4458_i2c_driver_init()+0x0: data relocation to !ENDBR: ak4458_i2c_driver_init+0x0 sound/soc/codecs/snd-soc-cs35l41-spi.prelink.o: warning: objtool: cs35l41_spi_probe()+0x0: data relocation to !ENDBR: cs35l41_spi_probe+0x0 sound/soc/codecs/snd-soc-cs35l41-spi.prelink.o: warning: objtool: cs35l41_spi_remove()+0x0: data relocation to !ENDBR: cs35l41_spi_remove+0x0 sound/soc/codecs/snd-soc-cs35l41-spi.prelink.o: warning: objtool: cs35l41_spi_driver_init()+0x0: data relocation to !ENDBR: cs35l41_spi_driver_init+0x0 sound/soc/codecs/snd-soc-cs42l56.prelink.o: warning: objtool: cs42l56_probe()+0x6c: relocation to !ENDBR: cs42l56_beep_work+0x0 sound/soc/codecs/snd-soc-cs42l56.prelink.o: warning: objtool: cs42l56_probe()+0xf3: relocation to !ENDBR: cs42l56_beep_event+0x0 sound/soc/codecs/snd-soc-cs42l56.prelink.o: warning: objtool: cs42l56_readable_register()+0x0: data relocation to !ENDBR: cs42l56_readable_register+0x0 sound/soc/codecs/snd-soc-cs42l56.prelink.o: warning: objtool: cs42l56_volatile_register()+0x0: data relocation to !ENDBR: cs42l56_volatile_register+0x0 sound/soc/codecs/snd-soc-cs42l56.prelink.o: warning: objtool: cs42l56_probe()+0x0: data relocation to !ENDBR: cs42l56_probe+0x0 sound/soc/codecs/snd-soc-cs42l56.prelink.o: warning: objtool: cs42l56_remove()+0x0: data relocation to !ENDBR: cs42l56_remove+0x0 sound/soc/codecs/snd-soc-cs42l56.prelink.o: warning: objtool: cs42l56_set_bias_level()+0x0: data relocation to !ENDBR: cs42l56_set_bias_level+0x0 sound/soc/codecs/snd-soc-cs42l56.prelink.o: warning: objtool: cs42l56_set_sysclk()+0x0: data relocation to !ENDBR: cs42l56_set_sysclk+0x0 sound/soc/codecs/snd-soc-cs42l56.prelink.o: warning: objtool: cs42l56_set_dai_fmt()+0x0: data relocation to !ENDBR: cs42l56_set_dai_fmt+0x0 sound/soc/codecs/snd-soc-cs42l56.prelink.o: warning: objtool: cs42l56_mute()+0x0: data relocation to !ENDBR: cs42l56_mute+0x0 sound/soc/codecs/snd-soc-cs42l56.prelink.o: warning: objtool: cs42l56_pcm_hw_params()+0x0: data relocation to !ENDBR: cs42l56_pcm_hw_params+0x0 sound/soc/codecs/snd-soc-cs42l56.prelink.o: warning: objtool: cs42l56_i2c_probe()+0x0: data relocation to !ENDBR: cs42l56_i2c_probe+0x0 sound/soc/codecs/snd-soc-cs42l56.prelink.o: warning: objtool: cs42l56_i2c_remove()+0x0: data relocation to !ENDBR: cs42l56_i2c_remove+0x0 sound/soc/codecs/snd-soc-cs42l56.prelink.o: warning: objtool: beep_store()+0x0: data relocation to !ENDBR: beep_store+0x0 sound/soc/codecs/snd-soc-cs42l56.prelink.o: warning: objtool: cs42l56_i2c_driver_init()+0x0: data relocation to !ENDBR: cs42l56_i2c_driver_init+0x0 sound/soc/codecs/snd-soc-cs42l73.prelink.o: warning: objtool: cs42l73_readable_register()+0x0: data relocation to !ENDBR: cs42l73_readable_register+0x0 sound/soc/codecs/snd-soc-cs42l73.prelink.o: warning: objtool: cs42l73_volatile_register()+0x0: data relocation to !ENDBR: cs42l73_volatile_register+0x0 sound/soc/codecs/snd-soc-cs42l73.prelink.o: warning: objtool: cs42l73_probe()+0x0: data relocation to !ENDBR: cs42l73_probe+0x0 sound/soc/codecs/snd-soc-cs42l73.prelink.o: warning: objtool: cs42l73_set_bias_level()+0x0: data relocation to !ENDBR: cs42l73_set_bias_level+0x0 sound/soc/codecs/snd-soc-cs42l73.prelink.o: warning: objtool: cs42l73_set_sysclk()+0x0: data relocation to !ENDBR: cs42l73_set_sysclk+0x0 sound/soc/codecs/snd-soc-cs42l73.prelink.o: warning: objtool: cs42l73_set_dai_fmt()+0x0: data relocation to !ENDBR: cs42l73_set_dai_fmt+0x0 sound/soc/codecs/snd-soc-cs42l73.prelink.o: warning: objtool: cs42l73_set_tristate()+0x0: data relocation to !ENDBR: cs42l73_set_tristate+0x0 sound/soc/codecs/snd-soc-cs42l73.prelink.o: warning: objtool: cs42l73_pcm_startup()+0x0: data relocation to !ENDBR: cs42l73_pcm_startup+0x0 sound/soc/codecs/snd-soc-cs42l73.prelink.o: warning: objtool: cs42l73_pcm_hw_params()+0x0: data relocation to !ENDBR: cs42l73_pcm_hw_params+0x0 sound/soc/codecs/snd-soc-cs42l73.prelink.o: warning: objtool: cs42l73_hp_amp_event()+0x0: data relocation to !ENDBR: cs42l73_hp_amp_event+0x0 sound/soc/codecs/snd-soc-cs42l73.prelink.o: warning: objtool: cs42l73_spklo_spk_amp_event()+0x0: data relocation to !ENDBR: cs42l73_spklo_spk_amp_event+0x0 sound/soc/codecs/snd-soc-cs42l73.prelink.o: warning: objtool: cs42l73_ear_amp_event()+0x0: data relocation to !ENDBR: cs42l73_ear_amp_event+0x0 sound/soc/codecs/snd-soc-cs42l73.prelink.o: warning: objtool: cs42l73_spklo_spk_amp_event()+0x0: data relocation to !ENDBR: cs42l73_spklo_spk_amp_event+0x0 sound/soc/codecs/snd-soc-cs42l73.prelink.o: warning: objtool: cs42l73_i2c_probe()+0x0: data relocation to !ENDBR: cs42l73_i2c_probe+0x0 sound/soc/codecs/snd-soc-cs42l73.prelink.o: warning: objtool: cs42l73_i2c_driver_init()+0x0: data relocation to !ENDBR: cs42l73_i2c_driver_init+0x0 sound/soc/codecs/snd-soc-cs42xx8.prelink.o: warning: objtool: cs42xx8_runtime_suspend()+0x0: data relocation to !ENDBR: cs42xx8_runtime_suspend+0x0 sound/soc/codecs/snd-soc-cs42xx8.prelink.o: warning: objtool: cs42xx8_runtime_resume()+0x0: data relocation to !ENDBR: cs42xx8_runtime_resume+0x0 sound/soc/codecs/snd-soc-cs42xx8.prelink.o: warning: objtool: cs42xx8_component_probe()+0x0: data relocation to !ENDBR: cs42xx8_component_probe+0x0 sound/soc/codecs/snd-soc-cs42xx8.prelink.o: warning: objtool: cs42xx8_writeable_register()+0x0: data relocation to !ENDBR: cs42xx8_writeable_register+0x0 sound/soc/codecs/snd-soc-cs42xx8.prelink.o: warning: objtool: cs42xx8_volatile_register()+0x0: data relocation to !ENDBR: cs42xx8_volatile_register+0x0 sound/soc/codecs/snd-soc-cs42xx8.prelink.o: warning: objtool: cs42xx8_set_dai_sysclk()+0x0: data relocation to !ENDBR: cs42xx8_set_dai_sysclk+0x0 sound/soc/codecs/snd-soc-cs42xx8.prelink.o: warning: objtool: cs42xx8_set_dai_fmt()+0x0: data relocation to !ENDBR: cs42xx8_set_dai_fmt+0x0 sound/soc/codecs/snd-soc-cs42xx8.prelink.o: warning: objtool: cs42xx8_mute()+0x0: data relocation to !ENDBR: cs42xx8_mute+0x0 sound/soc/codecs/snd-soc-cs42xx8.prelink.o: warning: objtool: cs42xx8_hw_params()+0x0: data relocation to !ENDBR: cs42xx8_hw_params+0x0 sound/soc/codecs/snd-soc-cs42xx8.prelink.o: warning: objtool: cs42xx8_hw_free()+0x0: data relocation to !ENDBR: cs42xx8_hw_free+0x0 sound/soc/codecs/snd-soc-cs42xx8-i2c.prelink.o: warning: objtool: cs42xx8_i2c_probe()+0x0: data relocation to !ENDBR: cs42xx8_i2c_probe+0x0 sound/soc/codecs/snd-soc-cs42xx8-i2c.prelink.o: warning: objtool: cs42xx8_i2c_remove()+0x0: data relocation to !ENDBR: cs42xx8_i2c_remove+0x0 sound/soc/codecs/snd-soc-cs42xx8-i2c.prelink.o: warning: objtool: cs42xx8_i2c_driver_init()+0x0: data relocation to !ENDBR: cs42xx8_i2c_driver_init+0x0 sound/soc/codecs/snd-soc-cs43130.prelink.o: warning: objtool: cs43130_probe()+0x1b3: relocation to !ENDBR: cs43130_imp_meas+0x0 sound/soc/codecs/snd-soc-cs43130.prelink.o: warning: objtool: cs43130_i2c_probe()+0x357: relocation to !ENDBR: cs43130_irq_thread+0x0 sound/soc/codecs/snd-soc-cs43130.prelink.o: warning: objtool: cs43130_runtime_suspend()+0x0: data relocation to !ENDBR: cs43130_runtime_suspend+0x0 sound/soc/codecs/snd-soc-cs43130.prelink.o: warning: objtool: cs43130_runtime_resume()+0x0: data relocation to !ENDBR: cs43130_runtime_resume+0x0 sound/soc/codecs/snd-soc-cs43130.prelink.o: warning: objtool: cs43130_readable_register()+0x0: data relocation to !ENDBR: cs43130_readable_register+0x0 sound/soc/codecs/snd-soc-cs43130.prelink.o: warning: objtool: cs43130_volatile_register()+0x0: data relocation to !ENDBR: cs43130_volatile_register+0x0 sound/soc/codecs/snd-soc-cs43130.prelink.o: warning: objtool: cs43130_precious_register()+0x0: data relocation to !ENDBR: cs43130_precious_register+0x0 sound/soc/codecs/snd-soc-cs43130.prelink.o: warning: objtool: cs43130_dsd_set_fmt()+0x0: data relocation to !ENDBR: cs43130_dsd_set_fmt+0x0 sound/soc/codecs/snd-soc-cs43130.prelink.o: warning: objtool: cs43130_dop_startup()+0x0: data relocation to !ENDBR: cs43130_dop_startup+0x0 sound/soc/codecs/snd-soc-cs43130.prelink.o: warning: objtool: cs43130_dsd_hw_params()+0x0: data relocation to !ENDBR: cs43130_dsd_hw_params+0x0 sound/soc/codecs/snd-soc-cs43130.prelink.o: warning: objtool: cs43130_hw_free()+0x0: data relocation to !ENDBR: cs43130_hw_free+0x0 sound/soc/codecs/snd-soc-cs43130.prelink.o: warning: objtool: cs43130_set_sysclk()+0x0: data relocation to !ENDBR: cs43130_set_sysclk+0x0 sound/soc/codecs/snd-soc-cs43130.prelink.o: warning: objtool: cs43130_pcm_set_fmt()+0x0: data relocation to !ENDBR: cs43130_pcm_set_fmt+0x0 sound/soc/codecs/snd-soc-cs43130.prelink.o: warning: objtool: cs43130_dop_startup()+0x0: data relocation to !ENDBR: cs43130_dop_startup+0x0 sound/soc/codecs/snd-soc-cs43130.prelink.o: warning: objtool: cs43130_hw_params()+0x0: data relocation to !ENDBR: cs43130_hw_params+0x0 sound/soc/codecs/snd-soc-cs43130.prelink.o: warning: objtool: cs43130_hw_free()+0x0: data relocation to !ENDBR: cs43130_hw_free+0x0 sound/soc/codecs/snd-soc-cs43130.prelink.o: warning: objtool: cs43130_set_sysclk()+0x0: data relocation to !ENDBR: cs43130_set_sysclk+0x0 sound/soc/codecs/snd-soc-cs43130.prelink.o: warning: objtool: cs43130_pcm_set_fmt()+0x0: data relocation to !ENDBR: cs43130_pcm_set_fmt+0x0 sound/soc/codecs/snd-soc-cs43130.prelink.o: warning: objtool: cs43130_pcm_startup()+0x0: data relocation to !ENDBR: cs43130_pcm_startup+0x0 sound/soc/codecs/snd-soc-cs43130.prelink.o: warning: objtool: cs43130_hw_params()+0x0: data relocation to !ENDBR: cs43130_hw_params+0x0 sound/soc/codecs/snd-soc-cs43130.prelink.o: warning: objtool: cs43130_hw_free()+0x0: data relocation to !ENDBR: cs43130_hw_free+0x0 sound/soc/codecs/snd-soc-cs43130.prelink.o: warning: objtool: cs43130_hpin_event()+0x0: data relocation to !ENDBR: cs43130_hpin_event+0x0 sound/soc/codecs/snd-soc-cs43130.prelink.o: warning: objtool: cs43130_pcm_event()+0x0: data relocation to !ENDBR: cs43130_pcm_event+0x0 sound/soc/codecs/snd-soc-cs43130.prelink.o: warning: objtool: cs43130_dsd_event()+0x0: data relocation to !ENDBR: cs43130_dsd_event+0x0 sound/soc/codecs/snd-soc-cs43130.prelink.o: warning: objtool: cs43130_dsd_event()+0x0: data relocation to !ENDBR: cs43130_dsd_event+0x0 sound/soc/codecs/snd-soc-cs43130.prelink.o: warning: objtool: cs43130_dsd_event()+0x0: data relocation to !ENDBR: cs43130_dsd_event+0x0 sound/soc/codecs/snd-soc-cs43130.prelink.o: warning: objtool: cs43130_dac_event()+0x0: data relocation to !ENDBR: cs43130_dac_event+0x0 sound/soc/codecs/snd-soc-cs43130.prelink.o: warning: objtool: cs43130_pcm_ch_get()+0x0: data relocation to !ENDBR: cs43130_pcm_ch_get+0x0 sound/soc/codecs/snd-soc-cs43130.prelink.o: warning: objtool: cs43130_pcm_ch_put()+0x0: data relocation to !ENDBR: cs43130_pcm_ch_put+0x0 sound/soc/codecs/snd-soc-cs43130.prelink.o: warning: objtool: cs43130_i2c_probe()+0x0: data relocation to !ENDBR: cs43130_i2c_probe+0x0 sound/soc/codecs/snd-soc-cs43130.prelink.o: warning: objtool: cs43130_i2c_remove()+0x0: data relocation to !ENDBR: cs43130_i2c_remove+0x0 sound/soc/codecs/snd-soc-cs43130.prelink.o: warning: objtool: cs43130_probe()+0x0: data relocation to !ENDBR: cs43130_probe+0x0 sound/soc/codecs/snd-soc-cs43130.prelink.o: warning: objtool: cs43130_component_set_sysclk()+0x0: data relocation to !ENDBR: cs43130_component_set_sysclk+0x0 sound/soc/codecs/snd-soc-cs43130.prelink.o: warning: objtool: cs43130_set_pll()+0x0: data relocation to !ENDBR: cs43130_set_pll+0x0 sound/soc/codecs/snd-soc-cs43130.prelink.o: warning: objtool: hpload_ac_r_show()+0x0: data relocation to !ENDBR: hpload_ac_r_show+0x0 sound/soc/codecs/snd-soc-cs43130.prelink.o: warning: objtool: hpload_ac_l_show()+0x0: data relocation to !ENDBR: hpload_ac_l_show+0x0 sound/soc/codecs/snd-soc-cs43130.prelink.o: warning: objtool: hpload_dc_r_show()+0x0: data relocation to !ENDBR: hpload_dc_r_show+0x0 sound/soc/codecs/snd-soc-cs43130.prelink.o: warning: objtool: hpload_dc_l_show()+0x0: data relocation to !ENDBR: hpload_dc_l_show+0x0 sound/soc/codecs/snd-soc-cs43130.prelink.o: warning: objtool: cs43130_i2c_driver_init()+0x0: data relocation to !ENDBR: cs43130_i2c_driver_init+0x0 sound/soc/codecs/snd-soc-cx2072x.prelink.o: warning: objtool: cx2072x_set_jack()+0x13c: relocation to !ENDBR: cx2072x_jack_status_check+0x0 sound/soc/codecs/snd-soc-cx2072x.prelink.o: warning: objtool: cx2072x_runtime_suspend()+0x0: data relocation to !ENDBR: cx2072x_runtime_suspend+0x0 sound/soc/codecs/snd-soc-cx2072x.prelink.o: warning: objtool: cx2072x_runtime_resume()+0x0: data relocation to !ENDBR: cx2072x_runtime_resume+0x0 sound/soc/codecs/snd-soc-cx2072x.prelink.o: warning: objtool: cx2072x_readable_register()+0x0: data relocation to !ENDBR: cx2072x_readable_register+0x0 sound/soc/codecs/snd-soc-cx2072x.prelink.o: warning: objtool: cx2072x_volatile_register()+0x0: data relocation to !ENDBR: cx2072x_volatile_register+0x0 sound/soc/codecs/snd-soc-cx2072x.prelink.o: warning: objtool: cx2072x_reg_read()+0x0: data relocation to !ENDBR: cx2072x_reg_read+0x0 sound/soc/codecs/snd-soc-cx2072x.prelink.o: warning: objtool: cx2072x_reg_write()+0x0: data relocation to !ENDBR: cx2072x_reg_write+0x0 sound/soc/codecs/snd-soc-cx2072x.prelink.o: warning: objtool: cx2072x_set_dai_sysclk()+0x0: data relocation to !ENDBR: cx2072x_set_dai_sysclk+0x0 sound/soc/codecs/snd-soc-cx2072x.prelink.o: warning: objtool: cx2072x_set_dai_bclk_ratio()+0x0: data relocation to !ENDBR: cx2072x_set_dai_bclk_ratio+0x0 sound/soc/codecs/snd-soc-cx2072x.prelink.o: warning: objtool: cx2072x_set_dai_fmt()+0x0: data relocation to !ENDBR: cx2072x_set_dai_fmt+0x0 sound/soc/codecs/snd-soc-cx2072x.prelink.o: warning: objtool: cx2072x_hw_params()+0x0: data relocation to !ENDBR: cx2072x_hw_params+0x0 sound/soc/codecs/snd-soc-cx2072x.prelink.o: warning: objtool: cx2072x_probe()+0x0: data relocation to !ENDBR: cx2072x_probe+0x0 sound/soc/codecs/snd-soc-cx2072x.prelink.o: warning: objtool: cx2072x_set_jack()+0x0: data relocation to !ENDBR: cx2072x_set_jack+0x0 sound/soc/codecs/snd-soc-cx2072x.prelink.o: warning: objtool: cx2072x_set_bias_level()+0x0: data relocation to !ENDBR: cx2072x_set_bias_level+0x0 sound/soc/codecs/snd-soc-cx2072x.prelink.o: warning: objtool: afg_power_ev()+0x0: data relocation to !ENDBR: afg_power_ev+0x0 sound/soc/codecs/snd-soc-cx2072x.prelink.o: warning: objtool: cx2072x_i2c_probe()+0x0: data relocation to !ENDBR: cx2072x_i2c_probe+0x0 sound/soc/codecs/snd-soc-cx2072x.prelink.o: warning: objtool: cx2072x_i2c_remove()+0x0: data relocation to !ENDBR: cx2072x_i2c_remove+0x0 sound/soc/codecs/snd-soc-cx2072x.prelink.o: warning: objtool: cx2072x_dsp_dai_probe()+0x0: data relocation to !ENDBR: cx2072x_dsp_dai_probe+0x0 sound/soc/codecs/snd-soc-cx2072x.prelink.o: warning: objtool: cx2072x_i2c_driver_init()+0x0: data relocation to !ENDBR: cx2072x_i2c_driver_init+0x0 sound/soc/codecs/snd-soc-da7213.prelink.o: warning: objtool: da7213_i2c_probe()+0x8d: relocation to !ENDBR: da7213_power_off+0x0 sound/soc/codecs/snd-soc-da7213.prelink.o: warning: objtool: da7213_runtime_suspend()+0x0: data relocation to !ENDBR: da7213_runtime_suspend+0x0 sound/soc/codecs/snd-soc-da7213.prelink.o: warning: objtool: da7213_runtime_resume()+0x0: data relocation to !ENDBR: da7213_runtime_resume+0x0 sound/soc/codecs/snd-soc-da7213.prelink.o: warning: objtool: da7213_volatile_register()+0x0: data relocation to !ENDBR: da7213_volatile_register+0x0 sound/soc/codecs/snd-soc-da7213.prelink.o: warning: objtool: da7213_probe()+0x0: data relocation to !ENDBR: da7213_probe+0x0 sound/soc/codecs/snd-soc-da7213.prelink.o: warning: objtool: da7213_set_component_sysclk()+0x0: data relocation to !ENDBR: da7213_set_component_sysclk+0x0 sound/soc/codecs/snd-soc-da7213.prelink.o: warning: objtool: da7213_set_component_pll()+0x0: data relocation to !ENDBR: da7213_set_component_pll+0x0 sound/soc/codecs/snd-soc-da7213.prelink.o: warning: objtool: da7213_set_bias_level()+0x0: data relocation to !ENDBR: da7213_set_bias_level+0x0 sound/soc/codecs/snd-soc-da7213.prelink.o: warning: objtool: da7213_set_dai_fmt()+0x0: data relocation to !ENDBR: da7213_set_dai_fmt+0x0 sound/soc/codecs/snd-soc-da7213.prelink.o: warning: objtool: da7213_mute()+0x0: data relocation to !ENDBR: da7213_mute+0x0 sound/soc/codecs/snd-soc-da7213.prelink.o: warning: objtool: da7213_hw_params()+0x0: data relocation to !ENDBR: da7213_hw_params+0x0 sound/soc/codecs/snd-soc-da7213.prelink.o: warning: objtool: da7213_dai_event()+0x0: data relocation to !ENDBR: da7213_dai_event+0x0 sound/soc/codecs/snd-soc-da7213.prelink.o: warning: objtool: da7213_put_mixin_gain()+0x0: data relocation to !ENDBR: da7213_put_mixin_gain+0x0 sound/soc/codecs/snd-soc-da7213.prelink.o: warning: objtool: da7213_put_alc_sw()+0x0: data relocation to !ENDBR: da7213_put_alc_sw+0x0 sound/soc/codecs/snd-soc-da7213.prelink.o: warning: objtool: da7213_i2c_probe()+0x0: data relocation to !ENDBR: da7213_i2c_probe+0x0 sound/soc/codecs/snd-soc-da7213.prelink.o: warning: objtool: da7213_i2c_driver_init()+0x0: data relocation to !ENDBR: da7213_i2c_driver_init+0x0 sound/soc/codecs/snd-soc-es7134.prelink.o: warning: objtool: es7134_component_probe()+0x0: data relocation to !ENDBR: es7134_component_probe+0x0 sound/soc/codecs/snd-soc-es7134.prelink.o: warning: objtool: es7134_set_sysclk()+0x0: data relocation to !ENDBR: es7134_set_sysclk+0x0 sound/soc/codecs/snd-soc-es7134.prelink.o: warning: objtool: es7134_set_fmt()+0x0: data relocation to !ENDBR: es7134_set_fmt+0x0 sound/soc/codecs/snd-soc-es7134.prelink.o: warning: objtool: es7134_hw_params()+0x0: data relocation to !ENDBR: es7134_hw_params+0x0 sound/soc/codecs/snd-soc-es7134.prelink.o: warning: objtool: es7134_probe()+0x0: data relocation to !ENDBR: es7134_probe+0x0 sound/soc/codecs/snd-soc-es7134.prelink.o: warning: objtool: es7134_driver_init()+0x0: data relocation to !ENDBR: es7134_driver_init+0x0 sound/soc/codecs/snd-soc-es8316.prelink.o: warning: objtool: es8316_i2c_probe()+0xb3: relocation to !ENDBR: es8316_irq+0x0 sound/soc/codecs/snd-soc-es8316.prelink.o: warning: objtool: es8316_probe()+0x0: data relocation to !ENDBR: es8316_probe+0x0 sound/soc/codecs/snd-soc-es8316.prelink.o: warning: objtool: es8316_remove()+0x0: data relocation to !ENDBR: es8316_remove+0x0 sound/soc/codecs/snd-soc-es8316.prelink.o: warning: objtool: es8316_set_jack()+0x0: data relocation to !ENDBR: es8316_set_jack+0x0 sound/soc/codecs/snd-soc-es8316.prelink.o: warning: objtool: es8316_set_dai_sysclk()+0x0: data relocation to !ENDBR: es8316_set_dai_sysclk+0x0 sound/soc/codecs/snd-soc-es8316.prelink.o: warning: objtool: es8316_set_dai_fmt()+0x0: data relocation to !ENDBR: es8316_set_dai_fmt+0x0 sound/soc/codecs/snd-soc-es8316.prelink.o: warning: objtool: es8316_mute()+0x0: data relocation to !ENDBR: es8316_mute+0x0 sound/soc/codecs/snd-soc-es8316.prelink.o: warning: objtool: es8316_pcm_startup()+0x0: data relocation to !ENDBR: es8316_pcm_startup+0x0 sound/soc/codecs/snd-soc-es8316.prelink.o: warning: objtool: es8316_pcm_hw_params()+0x0: data relocation to !ENDBR: es8316_pcm_hw_params+0x0 sound/soc/codecs/snd-soc-es8316.prelink.o: warning: objtool: es8316_i2c_probe()+0x0: data relocation to !ENDBR: es8316_i2c_probe+0x0 sound/soc/codecs/snd-soc-es8316.prelink.o: warning: objtool: es8316_i2c_driver_init()+0x0: data relocation to !ENDBR: es8316_i2c_driver_init+0x0 sound/soc/codecs/snd-soc-es8328-spi.prelink.o: warning: objtool: es8328_spi_probe()+0x0: data relocation to !ENDBR: es8328_spi_probe+0x0 sound/soc/codecs/snd-soc-es8328-spi.prelink.o: warning: objtool: es8328_spi_driver_init()+0x0: data relocation to !ENDBR: es8328_spi_driver_init+0x0 sound/soc/codecs/snd-soc-max98373.prelink.o: warning: objtool: max98373_probe()+0x0: data relocation to !ENDBR: max98373_probe+0x0 sound/soc/codecs/snd-soc-max98373.prelink.o: warning: objtool: max98373_feedback_get()+0x0: data relocation to !ENDBR: max98373_feedback_get+0x0 sound/soc/codecs/snd-soc-max98373.prelink.o: warning: objtool: max98373_feedback_get()+0x0: data relocation to !ENDBR: max98373_feedback_get+0x0 sound/soc/codecs/snd-soc-max98373.prelink.o: warning: objtool: max98373_feedback_get()+0x0: data relocation to !ENDBR: max98373_feedback_get+0x0 sound/soc/codecs/snd-soc-max98373.prelink.o: warning: objtool: max98373_dac_event()+0x0: data relocation to !ENDBR: max98373_dac_event+0x0 sound/soc/codecs/snd-soc-max98373-i2c.prelink.o: warning: objtool: max98373_readable_register()+0x0: data relocation to !ENDBR: max98373_readable_register+0x0 sound/soc/codecs/snd-soc-max98373-i2c.prelink.o: warning: objtool: max98373_volatile_reg()+0x0: data relocation to !ENDBR: max98373_volatile_reg+0x0 sound/soc/codecs/snd-soc-max98373-i2c.prelink.o: warning: objtool: max98373_suspend()+0x0: data relocation to !ENDBR: max98373_suspend+0x0 sound/soc/codecs/snd-soc-max98373-i2c.prelink.o: warning: objtool: max98373_resume()+0x0: data relocation to !ENDBR: max98373_resume+0x0 sound/soc/codecs/snd-soc-max98373-i2c.prelink.o: warning: objtool: max98373_suspend()+0x0: data relocation to !ENDBR: max98373_suspend+0x0 sound/soc/codecs/snd-soc-max98373-i2c.prelink.o: warning: objtool: max98373_resume()+0x0: data relocation to !ENDBR: max98373_resume+0x0 sound/soc/codecs/snd-soc-max98373-i2c.prelink.o: warning: objtool: max98373_suspend()+0x0: data relocation to !ENDBR: max98373_suspend+0x0 sound/soc/codecs/snd-soc-max98373-i2c.prelink.o: warning: objtool: max98373_resume()+0x0: data relocation to !ENDBR: max98373_resume+0x0 sound/soc/codecs/snd-soc-max98373-i2c.prelink.o: warning: objtool: max98373_dai_set_fmt()+0x0: data relocation to !ENDBR: max98373_dai_set_fmt+0x0 sound/soc/codecs/snd-soc-max98373-i2c.prelink.o: warning: objtool: max98373_dai_tdm_slot()+0x0: data relocation to !ENDBR: max98373_dai_tdm_slot+0x0 sound/soc/codecs/snd-soc-max98373-i2c.prelink.o: warning: objtool: max98373_dai_hw_params()+0x0: data relocation to !ENDBR: max98373_dai_hw_params+0x0 sound/soc/codecs/snd-soc-max98373-i2c.prelink.o: warning: objtool: max98373_i2c_probe()+0x0: data relocation to !ENDBR: max98373_i2c_probe+0x0 sound/soc/codecs/snd-soc-max98373-i2c.prelink.o: warning: objtool: max98373_i2c_driver_init()+0x0: data relocation to !ENDBR: max98373_i2c_driver_init+0x0 sound/soc/codecs/snd-soc-mt6351.prelink.o: warning: objtool: mt6351_codec_probe()+0x0: data relocation to !ENDBR: mt6351_codec_probe+0x0 sound/soc/codecs/snd-soc-mt6351.prelink.o: warning: objtool: mt_ncp_event()+0x0: data relocation to !ENDBR: mt_ncp_event+0x0 sound/soc/codecs/snd-soc-mt6351.prelink.o: warning: objtool: mt_reg_set_clr_event()+0x0: data relocation to !ENDBR: mt_reg_set_clr_event+0x0 sound/soc/codecs/snd-soc-mt6351.prelink.o: warning: objtool: mt_reg_set_clr_event()+0x0: data relocation to !ENDBR: mt_reg_set_clr_event+0x0 sound/soc/codecs/snd-soc-mt6351.prelink.o: warning: objtool: mt_reg_set_clr_event()+0x0: data relocation to !ENDBR: mt_reg_set_clr_event+0x0 sound/soc/codecs/snd-soc-mt6351.prelink.o: warning: objtool: mt_reg_set_clr_event()+0x0: data relocation to !ENDBR: mt_reg_set_clr_event+0x0 sound/soc/codecs/snd-soc-mt6351.prelink.o: warning: objtool: mt_reg_set_clr_event()+0x0: data relocation to !ENDBR: mt_reg_set_clr_event+0x0 sound/soc/codecs/snd-soc-mt6351.prelink.o: warning: objtool: mt_aif_in_event()+0x0: data relocation to !ENDBR: mt_aif_in_event+0x0 sound/soc/codecs/snd-soc-mt6351.prelink.o: warning: objtool: mt_hp_event()+0x0: data relocation to !ENDBR: mt_hp_event+0x0 sound/soc/codecs/snd-soc-mt6351.prelink.o: warning: objtool: mt_hp_event()+0x0: data relocation to !ENDBR: mt_hp_event+0x0 sound/soc/codecs/snd-soc-mt6351.prelink.o: warning: objtool: mt_sgen_event()+0x0: data relocation to !ENDBR: mt_sgen_event+0x0 sound/soc/codecs/snd-soc-mt6351.prelink.o: warning: objtool: mt_aif_out_event()+0x0: data relocation to !ENDBR: mt_aif_out_event+0x0 sound/soc/codecs/snd-soc-mt6351.prelink.o: warning: objtool: mt_adc_clkgen_event()+0x0: data relocation to !ENDBR: mt_adc_clkgen_event+0x0 sound/soc/codecs/snd-soc-mt6351.prelink.o: warning: objtool: mt_pga_left_event()+0x0: data relocation to !ENDBR: mt_pga_left_event+0x0 sound/soc/codecs/snd-soc-mt6351.prelink.o: warning: objtool: mt_pga_right_event()+0x0: data relocation to !ENDBR: mt_pga_right_event+0x0 sound/soc/codecs/snd-soc-mt6351.prelink.o: warning: objtool: mt_mic_bias_0_event()+0x0: data relocation to !ENDBR: mt_mic_bias_0_event+0x0 sound/soc/codecs/snd-soc-mt6351.prelink.o: warning: objtool: mt_mic_bias_2_event()+0x0: data relocation to !ENDBR: mt_mic_bias_2_event+0x0 sound/soc/codecs/snd-soc-mt6351.prelink.o: warning: objtool: mt_mic_bias_1_event()+0x0: data relocation to !ENDBR: mt_mic_bias_1_event+0x0 sound/soc/codecs/snd-soc-mt6351.prelink.o: warning: objtool: mt6351_codec_dai_hw_params()+0x0: data relocation to !ENDBR: mt6351_codec_dai_hw_params+0x0 sound/soc/codecs/snd-soc-mt6351.prelink.o: warning: objtool: mt6351_codec_driver_probe()+0x0: data relocation to !ENDBR: mt6351_codec_driver_probe+0x0 sound/soc/codecs/snd-soc-mt6351.prelink.o: warning: objtool: mt6351_codec_driver_init()+0x0: data relocation to !ENDBR: mt6351_codec_driver_init+0x0 sound/soc/codecs/snd-soc-mt6358.prelink.o: warning: objtool: mt6358_codec_probe()+0x0: data relocation to !ENDBR: mt6358_codec_probe+0x0 sound/soc/codecs/snd-soc-mt6358.prelink.o: warning: objtool: mt6358_codec_dai_hw_params()+0x0: data relocation to !ENDBR: mt6358_codec_dai_hw_params+0x0 sound/soc/codecs/snd-soc-mt6358.prelink.o: warning: objtool: mt_clksq_event()+0x0: data relocation to !ENDBR: mt_clksq_event+0x0 sound/soc/codecs/snd-soc-mt6358.prelink.o: warning: objtool: mt_delay_250_event()+0x0: data relocation to !ENDBR: mt_delay_250_event+0x0 sound/soc/codecs/snd-soc-mt6358.prelink.o: warning: objtool: mt_delay_250_event()+0x0: data relocation to !ENDBR: mt_delay_250_event+0x0 sound/soc/codecs/snd-soc-mt6358.prelink.o: warning: objtool: mt_aif_in_event()+0x0: data relocation to !ENDBR: mt_aif_in_event+0x0 sound/soc/codecs/snd-soc-mt6358.prelink.o: warning: objtool: mt_hp_event()+0x0: data relocation to !ENDBR: mt_hp_event+0x0 sound/soc/codecs/snd-soc-mt6358.prelink.o: warning: objtool: mt_hp_event()+0x0: data relocation to !ENDBR: mt_hp_event+0x0 sound/soc/codecs/snd-soc-mt6358.prelink.o: warning: objtool: mt_rcv_event()+0x0: data relocation to !ENDBR: mt_rcv_event+0x0 sound/soc/codecs/snd-soc-mt6358.prelink.o: warning: objtool: mt_sgen_event()+0x0: data relocation to !ENDBR: mt_sgen_event+0x0 sound/soc/codecs/snd-soc-mt6358.prelink.o: warning: objtool: mt_aif_out_event()+0x0: data relocation to !ENDBR: mt_aif_out_event+0x0 sound/soc/codecs/snd-soc-mt6358.prelink.o: warning: objtool: mt_adc_supply_event()+0x0: data relocation to !ENDBR: mt_adc_supply_event+0x0 sound/soc/codecs/snd-soc-mt6358.prelink.o: warning: objtool: mt_mic_type_event()+0x0: data relocation to !ENDBR: mt_mic_type_event+0x0 sound/soc/codecs/snd-soc-mt6358.prelink.o: warning: objtool: mt_adc_l_event()+0x0: data relocation to !ENDBR: mt_adc_l_event+0x0 sound/soc/codecs/snd-soc-mt6358.prelink.o: warning: objtool: mt_adc_r_event()+0x0: data relocation to !ENDBR: mt_adc_r_event+0x0 sound/soc/codecs/snd-soc-mt6358.prelink.o: warning: objtool: mt_pga_left_event()+0x0: data relocation to !ENDBR: mt_pga_left_event+0x0 sound/soc/codecs/snd-soc-mt6358.prelink.o: warning: objtool: mt_pga_right_event()+0x0: data relocation to !ENDBR: mt_pga_right_event+0x0 sound/soc/codecs/snd-soc-mt6358.prelink.o: warning: objtool: mt6358_put_volsw()+0x0: data relocation to !ENDBR: mt6358_put_volsw+0x0 sound/soc/codecs/snd-soc-mt6358.prelink.o: warning: objtool: mt6358_put_volsw()+0x0: data relocation to !ENDBR: mt6358_put_volsw+0x0 sound/soc/codecs/snd-soc-mt6358.prelink.o: warning: objtool: mt6358_put_volsw()+0x0: data relocation to !ENDBR: mt6358_put_volsw+0x0 sound/soc/codecs/snd-soc-mt6358.prelink.o: warning: objtool: mt6358_put_volsw()+0x0: data relocation to !ENDBR: mt6358_put_volsw+0x0 sound/soc/codecs/snd-soc-mt6358.prelink.o: warning: objtool: mt6358_get_wov()+0x0: data relocation to !ENDBR: mt6358_get_wov+0x0 sound/soc/codecs/snd-soc-mt6358.prelink.o: warning: objtool: mt6358_put_wov()+0x0: data relocation to !ENDBR: mt6358_put_wov+0x0 sound/soc/codecs/snd-soc-mt6358.prelink.o: warning: objtool: mt6358_platform_driver_probe()+0x0: data relocation to !ENDBR: mt6358_platform_driver_probe+0x0 sound/soc/codecs/snd-soc-mt6358.prelink.o: warning: objtool: mt6358_platform_driver_init()+0x0: data relocation to !ENDBR: mt6358_platform_driver_init+0x0 sound/soc/codecs/snd-soc-nau8315.prelink.o: warning: objtool: nau8315_daiops_trigger()+0x0: data relocation to !ENDBR: nau8315_daiops_trigger+0x0 sound/soc/codecs/snd-soc-nau8315.prelink.o: warning: objtool: nau8315_enpin_event()+0x0: data relocation to !ENDBR: nau8315_enpin_event+0x0 sound/soc/codecs/snd-soc-nau8315.prelink.o: warning: objtool: nau8315_platform_probe()+0x0: data relocation to !ENDBR: nau8315_platform_probe+0x0 sound/soc/codecs/snd-soc-nau8315.prelink.o: warning: objtool: nau8315_platform_driver_init()+0x0: data relocation to !ENDBR: nau8315_platform_driver_init+0x0 sound/soc/codecs/snd-soc-nau8810.prelink.o: warning: objtool: nau8810_set_bias_level()+0x0: data relocation to !ENDBR: nau8810_set_bias_level+0x0 sound/soc/codecs/snd-soc-nau8810.prelink.o: warning: objtool: nau8810_writeable_reg()+0x0: data relocation to !ENDBR: nau8810_writeable_reg+0x0 sound/soc/codecs/snd-soc-nau8810.prelink.o: warning: objtool: nau8810_readable_reg()+0x0: data relocation to !ENDBR: nau8810_readable_reg+0x0 sound/soc/codecs/snd-soc-nau8810.prelink.o: warning: objtool: nau8810_volatile_reg()+0x0: data relocation to !ENDBR: nau8810_volatile_reg+0x0 sound/soc/codecs/snd-soc-nau8810.prelink.o: warning: objtool: nau8810_set_sysclk()+0x0: data relocation to !ENDBR: nau8810_set_sysclk+0x0 sound/soc/codecs/snd-soc-nau8810.prelink.o: warning: objtool: nau8810_set_pll()+0x0: data relocation to !ENDBR: nau8810_set_pll+0x0 sound/soc/codecs/snd-soc-nau8810.prelink.o: warning: objtool: nau8810_set_dai_fmt()+0x0: data relocation to !ENDBR: nau8810_set_dai_fmt+0x0 sound/soc/codecs/snd-soc-nau8810.prelink.o: warning: objtool: nau8810_pcm_hw_params()+0x0: data relocation to !ENDBR: nau8810_pcm_hw_params+0x0 sound/soc/codecs/snd-soc-nau8810.prelink.o: warning: objtool: check_mclk_select_pll()+0x0: data relocation to !ENDBR: check_mclk_select_pll+0x0 sound/soc/codecs/snd-soc-nau8810.prelink.o: warning: objtool: check_mclk_select_pll()+0x0: data relocation to !ENDBR: check_mclk_select_pll+0x0 sound/soc/codecs/snd-soc-nau8810.prelink.o: warning: objtool: check_mic_enabled()+0x0: data relocation to !ENDBR: check_mic_enabled+0x0 sound/soc/codecs/snd-soc-nau8810.prelink.o: warning: objtool: nau8810_eq_get()+0x0: data relocation to !ENDBR: nau8810_eq_get+0x0 sound/soc/codecs/snd-soc-nau8810.prelink.o: warning: objtool: nau8810_eq_put()+0x0: data relocation to !ENDBR: nau8810_eq_put+0x0 sound/soc/codecs/snd-soc-nau8810.prelink.o: warning: objtool: nau8810_i2c_probe()+0x0: data relocation to !ENDBR: nau8810_i2c_probe+0x0 sound/soc/codecs/snd-soc-nau8810.prelink.o: warning: objtool: nau8810_i2c_driver_init()+0x0: data relocation to !ENDBR: nau8810_i2c_driver_init+0x0 sound/soc/codecs/snd-soc-nau8822.prelink.o: warning: objtool: nau8822_writeable_reg()+0x0: data relocation to !ENDBR: nau8822_writeable_reg+0x0 sound/soc/codecs/snd-soc-nau8822.prelink.o: warning: objtool: nau8822_readable_reg()+0x0: data relocation to !ENDBR: nau8822_readable_reg+0x0 sound/soc/codecs/snd-soc-nau8822.prelink.o: warning: objtool: nau8822_volatile()+0x0: data relocation to !ENDBR: nau8822_volatile+0x0 sound/soc/codecs/snd-soc-nau8822.prelink.o: warning: objtool: nau8822_probe()+0x0: data relocation to !ENDBR: nau8822_probe+0x0 sound/soc/codecs/snd-soc-nau8822.prelink.o: warning: objtool: nau8822_suspend()+0x0: data relocation to !ENDBR: nau8822_suspend+0x0 sound/soc/codecs/snd-soc-nau8822.prelink.o: warning: objtool: nau8822_resume()+0x0: data relocation to !ENDBR: nau8822_resume+0x0 sound/soc/codecs/snd-soc-nau8822.prelink.o: warning: objtool: nau8822_set_bias_level()+0x0: data relocation to !ENDBR: nau8822_set_bias_level+0x0 sound/soc/codecs/snd-soc-nau8822.prelink.o: warning: objtool: nau8822_set_dai_sysclk()+0x0: data relocation to !ENDBR: nau8822_set_dai_sysclk+0x0 sound/soc/codecs/snd-soc-nau8822.prelink.o: warning: objtool: nau8822_set_pll()+0x0: data relocation to !ENDBR: nau8822_set_pll+0x0 sound/soc/codecs/snd-soc-nau8822.prelink.o: warning: objtool: nau8822_set_dai_fmt()+0x0: data relocation to !ENDBR: nau8822_set_dai_fmt+0x0 sound/soc/codecs/snd-soc-nau8822.prelink.o: warning: objtool: nau8822_mute()+0x0: data relocation to !ENDBR: nau8822_mute+0x0 sound/soc/codecs/snd-soc-nau8822.prelink.o: warning: objtool: nau8822_hw_params()+0x0: data relocation to !ENDBR: nau8822_hw_params+0x0 sound/soc/codecs/snd-soc-nau8822.prelink.o: warning: objtool: check_mclk_select_pll()+0x0: data relocation to !ENDBR: check_mclk_select_pll+0x0 sound/soc/codecs/snd-soc-nau8822.prelink.o: warning: objtool: check_mclk_select_pll()+0x0: data relocation to !ENDBR: check_mclk_select_pll+0x0 sound/soc/codecs/snd-soc-nau8822.prelink.o: warning: objtool: check_mclk_select_pll()+0x0: data relocation to !ENDBR: check_mclk_select_pll+0x0 sound/soc/codecs/snd-soc-nau8822.prelink.o: warning: objtool: check_mclk_select_pll()+0x0: data relocation to !ENDBR: check_mclk_select_pll+0x0 sound/soc/codecs/snd-soc-nau8822.prelink.o: warning: objtool: nau8822_eq_get()+0x0: data relocation to !ENDBR: nau8822_eq_get+0x0 sound/soc/codecs/snd-soc-nau8822.prelink.o: warning: objtool: nau8822_eq_put()+0x0: data relocation to !ENDBR: nau8822_eq_put+0x0 sound/soc/codecs/snd-soc-nau8822.prelink.o: warning: objtool: nau8822_i2c_probe()+0x0: data relocation to !ENDBR: nau8822_i2c_probe+0x0 sound/soc/codecs/snd-soc-nau8822.prelink.o: warning: objtool: nau8822_i2c_driver_init()+0x0: data relocation to !ENDBR: nau8822_i2c_driver_init+0x0 sound/soc/codecs/snd-soc-nau8824.prelink.o: warning: objtool: nau8824_enable_jack_detect()+0x4f: relocation to !ENDBR: nau8824_jdet_work+0x0 sound/soc/codecs/snd-soc-nau8824.prelink.o: warning: objtool: nau8824_enable_jack_detect()+0x72: relocation to !ENDBR: nau8824_interrupt+0x0 sound/soc/codecs/snd-soc-nau8824.prelink.o: warning: objtool: nau8824_writeable_reg()+0x0: data relocation to !ENDBR: nau8824_writeable_reg+0x0 sound/soc/codecs/snd-soc-nau8824.prelink.o: warning: objtool: nau8824_readable_reg()+0x0: data relocation to !ENDBR: nau8824_readable_reg+0x0 sound/soc/codecs/snd-soc-nau8824.prelink.o: warning: objtool: nau8824_volatile_reg()+0x0: data relocation to !ENDBR: nau8824_volatile_reg+0x0 sound/soc/codecs/snd-soc-nau8824.prelink.o: warning: objtool: nau8824_set_fmt()+0x0: data relocation to !ENDBR: nau8824_set_fmt+0x0 sound/soc/codecs/snd-soc-nau8824.prelink.o: warning: objtool: nau8824_set_tdm_slot()+0x0: data relocation to !ENDBR: nau8824_set_tdm_slot+0x0 sound/soc/codecs/snd-soc-nau8824.prelink.o: warning: objtool: nau8824_hw_params()+0x0: data relocation to !ENDBR: nau8824_hw_params+0x0 sound/soc/codecs/snd-soc-nau8824.prelink.o: warning: objtool: nau8824_component_probe()+0x0: data relocation to !ENDBR: nau8824_component_probe+0x0 sound/soc/codecs/snd-soc-nau8824.prelink.o: warning: objtool: nau8824_suspend()+0x0: data relocation to !ENDBR: nau8824_suspend+0x0 sound/soc/codecs/snd-soc-nau8824.prelink.o: warning: objtool: nau8824_resume()+0x0: data relocation to !ENDBR: nau8824_resume+0x0 sound/soc/codecs/snd-soc-nau8824.prelink.o: warning: objtool: nau8824_set_sysclk()+0x0: data relocation to !ENDBR: nau8824_set_sysclk+0x0 sound/soc/codecs/snd-soc-nau8824.prelink.o: warning: objtool: nau8824_set_pll()+0x0: data relocation to !ENDBR: nau8824_set_pll+0x0 sound/soc/codecs/snd-soc-nau8824.prelink.o: warning: objtool: nau8824_set_bias_level()+0x0: data relocation to !ENDBR: nau8824_set_bias_level+0x0 sound/soc/codecs/snd-soc-nau8824.prelink.o: warning: objtool: system_clock_control()+0x0: data relocation to !ENDBR: system_clock_control+0x0 sound/soc/codecs/snd-soc-nau8824.prelink.o: warning: objtool: dmic_clock_control()+0x0: data relocation to !ENDBR: dmic_clock_control+0x0 sound/soc/codecs/snd-soc-nau8824.prelink.o: warning: objtool: nau8824_output_dac_event()+0x0: data relocation to !ENDBR: nau8824_output_dac_event+0x0 sound/soc/codecs/snd-soc-nau8824.prelink.o: warning: objtool: nau8824_output_dac_event()+0x0: data relocation to !ENDBR: nau8824_output_dac_event+0x0 sound/soc/codecs/snd-soc-nau8824.prelink.o: warning: objtool: nau8824_spk_event()+0x0: data relocation to !ENDBR: nau8824_spk_event+0x0 sound/soc/codecs/snd-soc-nau8824.prelink.o: warning: objtool: nau8824_pump_event()+0x0: data relocation to !ENDBR: nau8824_pump_event+0x0 sound/soc/codecs/snd-soc-nau8824.prelink.o: warning: objtool: nau8824_i2c_probe()+0x0: data relocation to !ENDBR: nau8824_i2c_probe+0x0 sound/soc/codecs/snd-soc-nau8824.prelink.o: warning: objtool: nau8824_i2c_driver_init()+0x0: data relocation to !ENDBR: nau8824_i2c_driver_init+0x0 sound/soc/codecs/snd-soc-pcm1681.prelink.o: warning: objtool: pcm1681_writeable_reg()+0x0: data relocation to !ENDBR: pcm1681_writeable_reg+0x0 sound/soc/codecs/snd-soc-pcm1681.prelink.o: warning: objtool: pcm1681_accessible_reg()+0x0: data relocation to !ENDBR: pcm1681_accessible_reg+0x0 sound/soc/codecs/snd-soc-pcm1681.prelink.o: warning: objtool: pcm1681_get_deemph()+0x0: data relocation to !ENDBR: pcm1681_get_deemph+0x0 sound/soc/codecs/snd-soc-pcm1681.prelink.o: warning: objtool: pcm1681_put_deemph()+0x0: data relocation to !ENDBR: pcm1681_put_deemph+0x0 sound/soc/codecs/snd-soc-pcm1681.prelink.o: warning: objtool: pcm1681_set_dai_fmt()+0x0: data relocation to !ENDBR: pcm1681_set_dai_fmt+0x0 sound/soc/codecs/snd-soc-pcm1681.prelink.o: warning: objtool: pcm1681_mute()+0x0: data relocation to !ENDBR: pcm1681_mute+0x0 sound/soc/codecs/snd-soc-pcm1681.prelink.o: warning: objtool: pcm1681_hw_params()+0x0: data relocation to !ENDBR: pcm1681_hw_params+0x0 sound/soc/codecs/snd-soc-pcm1681.prelink.o: warning: objtool: pcm1681_i2c_probe()+0x0: data relocation to !ENDBR: pcm1681_i2c_probe+0x0 sound/soc/codecs/snd-soc-pcm1681.prelink.o: warning: objtool: pcm1681_i2c_driver_init()+0x0: data relocation to !ENDBR: pcm1681_i2c_driver_init+0x0 sound/soc/codecs/snd-soc-pcm186x.prelink.o: warning: objtool: pcm186x_volatile()+0x0: data relocation to !ENDBR: pcm186x_volatile+0x0 sound/soc/codecs/snd-soc-pcm186x.prelink.o: warning: objtool: pcm186x_set_dai_sysclk()+0x0: data relocation to !ENDBR: pcm186x_set_dai_sysclk+0x0 sound/soc/codecs/snd-soc-pcm186x.prelink.o: warning: objtool: pcm186x_set_fmt()+0x0: data relocation to !ENDBR: pcm186x_set_fmt+0x0 sound/soc/codecs/snd-soc-pcm186x.prelink.o: warning: objtool: pcm186x_set_tdm_slot()+0x0: data relocation to !ENDBR: pcm186x_set_tdm_slot+0x0 sound/soc/codecs/snd-soc-pcm186x.prelink.o: warning: objtool: pcm186x_hw_params()+0x0: data relocation to !ENDBR: pcm186x_hw_params+0x0 sound/soc/codecs/snd-soc-pcm186x.prelink.o: warning: objtool: pcm186x_set_bias_level()+0x0: data relocation to !ENDBR: pcm186x_set_bias_level+0x0 sound/soc/codecs/snd-soc-pcm186x.prelink.o: warning: objtool: pcm186x_set_bias_level()+0x0: data relocation to !ENDBR: pcm186x_set_bias_level+0x0 sound/soc/codecs/snd-soc-pcm186x-i2c.prelink.o: warning: objtool: pcm186x_i2c_probe()+0x0: data relocation to !ENDBR: pcm186x_i2c_probe+0x0 sound/soc/codecs/snd-soc-pcm186x-i2c.prelink.o: warning: objtool: pcm186x_i2c_driver_init()+0x0: data relocation to !ENDBR: pcm186x_i2c_driver_init+0x0 sound/soc/codecs/snd-soc-pcm3060-i2c.prelink.o: warning: objtool: pcm3060_i2c_probe()+0x0: data relocation to !ENDBR: pcm3060_i2c_probe+0x0 sound/soc/codecs/snd-soc-pcm3060-i2c.prelink.o: warning: objtool: pcm3060_i2c_driver_init()+0x0: data relocation to !ENDBR: pcm3060_i2c_driver_init+0x0 sound/soc/codecs/snd-soc-pcm3168a-spi.prelink.o: warning: objtool: pcm3168a_spi_probe()+0x0: data relocation to !ENDBR: pcm3168a_spi_probe+0x0 sound/soc/codecs/snd-soc-pcm3168a-spi.prelink.o: warning: objtool: pcm3168a_spi_remove()+0x0: data relocation to !ENDBR: pcm3168a_spi_remove+0x0 sound/soc/codecs/snd-soc-pcm3168a-spi.prelink.o: warning: objtool: pcm3168a_spi_driver_init()+0x0: data relocation to !ENDBR: pcm3168a_spi_driver_init+0x0 sound/soc/codecs/snd-soc-pcm512x.prelink.o: warning: objtool: pcm512x_dai_startup()+0x15a: relocation to !ENDBR: pcm512x_hw_rule_rate+0x0 sound/soc/codecs/snd-soc-pcm512x.prelink.o: warning: objtool: pcm512x_probe()+0x8f: relocation to !ENDBR: pcm512x_regulator_event_0+0x0 sound/soc/codecs/snd-soc-pcm512x.prelink.o: warning: objtool: pcm512x_probe()+0x9f: relocation to !ENDBR: pcm512x_regulator_event_1+0x0 sound/soc/codecs/snd-soc-pcm512x.prelink.o: warning: objtool: pcm512x_probe()+0xa7: relocation to !ENDBR: pcm512x_regulator_event_2+0x0 sound/soc/codecs/snd-soc-pcm512x.prelink.o: warning: objtool: pcm512x_suspend()+0x0: data relocation to !ENDBR: pcm512x_suspend+0x0 sound/soc/codecs/snd-soc-pcm512x.prelink.o: warning: objtool: pcm512x_resume()+0x0: data relocation to !ENDBR: pcm512x_resume+0x0 sound/soc/codecs/snd-soc-pcm512x.prelink.o: warning: objtool: pcm512x_readable()+0x0: data relocation to !ENDBR: pcm512x_readable+0x0 sound/soc/codecs/snd-soc-pcm512x.prelink.o: warning: objtool: pcm512x_volatile()+0x0: data relocation to !ENDBR: pcm512x_volatile+0x0 sound/soc/codecs/snd-soc-pcm512x.prelink.o: warning: objtool: pcm512x_set_bias_level()+0x0: data relocation to !ENDBR: pcm512x_set_bias_level+0x0 sound/soc/codecs/snd-soc-pcm512x.prelink.o: warning: objtool: pcm512x_set_bclk_ratio()+0x0: data relocation to !ENDBR: pcm512x_set_bclk_ratio+0x0 sound/soc/codecs/snd-soc-pcm512x.prelink.o: warning: objtool: pcm512x_set_fmt()+0x0: data relocation to !ENDBR: pcm512x_set_fmt+0x0 sound/soc/codecs/snd-soc-pcm512x.prelink.o: warning: objtool: pcm512x_mute()+0x0: data relocation to !ENDBR: pcm512x_mute+0x0 sound/soc/codecs/snd-soc-pcm512x.prelink.o: warning: objtool: pcm512x_dai_startup()+0x0: data relocation to !ENDBR: pcm512x_dai_startup+0x0 sound/soc/codecs/snd-soc-pcm512x.prelink.o: warning: objtool: pcm512x_hw_params()+0x0: data relocation to !ENDBR: pcm512x_hw_params+0x0 sound/soc/codecs/snd-soc-pcm512x.prelink.o: warning: objtool: pcm512x_digital_playback_switch_get()+0x0: data relocation to !ENDBR: pcm512x_digital_playback_switch_get+0x0 sound/soc/codecs/snd-soc-pcm512x.prelink.o: warning: objtool: pcm512x_digital_playback_switch_put()+0x0: data relocation to !ENDBR: pcm512x_digital_playback_switch_put+0x0 sound/soc/codecs/snd-soc-pcm512x.prelink.o: warning: objtool: pcm512x_overclock_pll_get()+0x0: data relocation to !ENDBR: pcm512x_overclock_pll_get+0x0 sound/soc/codecs/snd-soc-pcm512x.prelink.o: warning: objtool: pcm512x_overclock_pll_put()+0x0: data relocation to !ENDBR: pcm512x_overclock_pll_put+0x0 sound/soc/codecs/snd-soc-pcm512x.prelink.o: warning: objtool: pcm512x_overclock_dsp_get()+0x0: data relocation to !ENDBR: pcm512x_overclock_dsp_get+0x0 sound/soc/codecs/snd-soc-pcm512x.prelink.o: warning: objtool: pcm512x_overclock_dsp_put()+0x0: data relocation to !ENDBR: pcm512x_overclock_dsp_put+0x0 sound/soc/codecs/snd-soc-pcm512x.prelink.o: warning: objtool: pcm512x_overclock_dac_get()+0x0: data relocation to !ENDBR: pcm512x_overclock_dac_get+0x0 sound/soc/codecs/snd-soc-pcm512x.prelink.o: warning: objtool: pcm512x_overclock_dac_put()+0x0: data relocation to !ENDBR: pcm512x_overclock_dac_put+0x0 sound/soc/codecs/snd-soc-pcm512x-i2c.prelink.o: warning: objtool: pcm512x_i2c_probe()+0x0: data relocation to !ENDBR: pcm512x_i2c_probe+0x0 sound/soc/codecs/snd-soc-pcm512x-i2c.prelink.o: warning: objtool: pcm512x_i2c_remove()+0x0: data relocation to !ENDBR: pcm512x_i2c_remove+0x0 sound/soc/codecs/snd-soc-pcm512x-i2c.prelink.o: warning: objtool: pcm512x_i2c_driver_init()+0x0: data relocation to !ENDBR: pcm512x_i2c_driver_init+0x0 sound/soc/codecs/snd-soc-pcm512x-spi.prelink.o: warning: objtool: pcm512x_spi_probe()+0x0: data relocation to !ENDBR: pcm512x_spi_probe+0x0 sound/soc/codecs/snd-soc-pcm512x-spi.prelink.o: warning: objtool: pcm512x_spi_remove()+0x0: data relocation to !ENDBR: pcm512x_spi_remove+0x0 sound/soc/codecs/snd-soc-pcm512x-spi.prelink.o: warning: objtool: pcm512x_spi_driver_init()+0x0: data relocation to !ENDBR: pcm512x_spi_driver_init+0x0 sound/soc/codecs/snd-soc-rt1316-sdw.prelink.o: warning: objtool: rt1316_dev_suspend()+0x0: data relocation to !ENDBR: rt1316_dev_suspend+0x0 sound/soc/codecs/snd-soc-rt1316-sdw.prelink.o: warning: objtool: rt1316_dev_resume()+0x0: data relocation to !ENDBR: rt1316_dev_resume+0x0 sound/soc/codecs/snd-soc-rt1316-sdw.prelink.o: warning: objtool: rt1316_dev_suspend()+0x0: data relocation to !ENDBR: rt1316_dev_suspend+0x0 sound/soc/codecs/snd-soc-rt1316-sdw.prelink.o: warning: objtool: rt1316_dev_resume()+0x0: data relocation to !ENDBR: rt1316_dev_resume+0x0 sound/soc/codecs/snd-soc-rt1316-sdw.prelink.o: warning: objtool: rt1316_dev_suspend()+0x0: data relocation to !ENDBR: rt1316_dev_suspend+0x0 sound/soc/codecs/snd-soc-rt1316-sdw.prelink.o: warning: objtool: rt1316_dev_resume()+0x0: data relocation to !ENDBR: rt1316_dev_resume+0x0 sound/soc/codecs/snd-soc-rt1316-sdw.prelink.o: warning: objtool: rt1316_dev_suspend()+0x0: data relocation to !ENDBR: rt1316_dev_suspend+0x0 sound/soc/codecs/snd-soc-rt1316-sdw.prelink.o: warning: objtool: rt1316_dev_resume()+0x0: data relocation to !ENDBR: rt1316_dev_resume+0x0 sound/soc/codecs/snd-soc-rt1316-sdw.prelink.o: warning: objtool: rt1316_set_sdw_stream()+0x0: data relocation to !ENDBR: rt1316_set_sdw_stream+0x0 sound/soc/codecs/snd-soc-rt1316-sdw.prelink.o: warning: objtool: rt1316_sdw_shutdown()+0x0: data relocation to !ENDBR: rt1316_sdw_shutdown+0x0 sound/soc/codecs/snd-soc-rt1316-sdw.prelink.o: warning: objtool: rt1316_sdw_hw_params()+0x0: data relocation to !ENDBR: rt1316_sdw_hw_params+0x0 sound/soc/codecs/snd-soc-rt1316-sdw.prelink.o: warning: objtool: rt1316_sdw_pcm_hw_free()+0x0: data relocation to !ENDBR: rt1316_sdw_pcm_hw_free+0x0 sound/soc/codecs/snd-soc-rt1316-sdw.prelink.o: warning: objtool: rt1316_classd_event()+0x0: data relocation to !ENDBR: rt1316_classd_event+0x0 sound/soc/codecs/snd-soc-rt1316-sdw.prelink.o: warning: objtool: rt1316_pde24_event()+0x0: data relocation to !ENDBR: rt1316_pde24_event+0x0 sound/soc/codecs/snd-soc-rt1316-sdw.prelink.o: warning: objtool: rt1316_readable_register()+0x0: data relocation to !ENDBR: rt1316_readable_register+0x0 sound/soc/codecs/snd-soc-rt1316-sdw.prelink.o: warning: objtool: rt1316_volatile_register()+0x0: data relocation to !ENDBR: rt1316_volatile_register+0x0 sound/soc/codecs/snd-soc-rt1316-sdw.prelink.o: warning: objtool: rt1316_sdw_probe()+0x0: data relocation to !ENDBR: rt1316_sdw_probe+0x0 sound/soc/codecs/snd-soc-rt1316-sdw.prelink.o: warning: objtool: rt1316_read_prop()+0x0: data relocation to !ENDBR: rt1316_read_prop+0x0 sound/soc/codecs/snd-soc-rt1316-sdw.prelink.o: warning: objtool: rt1316_update_status()+0x0: data relocation to !ENDBR: rt1316_update_status+0x0 sound/soc/codecs/snd-soc-rt1316-sdw.prelink.o: warning: objtool: rt1316_sdw_driver_init()+0x0: data relocation to !ENDBR: rt1316_sdw_driver_init+0x0 sound/soc/codecs/snd-soc-rt5616.prelink.o: warning: objtool: rt5616_readable_register()+0x0: data relocation to !ENDBR: rt5616_readable_register+0x0 sound/soc/codecs/snd-soc-rt5616.prelink.o: warning: objtool: rt5616_volatile_register()+0x0: data relocation to !ENDBR: rt5616_volatile_register+0x0 sound/soc/codecs/snd-soc-rt5616.prelink.o: warning: objtool: rt5616_probe()+0x0: data relocation to !ENDBR: rt5616_probe+0x0 sound/soc/codecs/snd-soc-rt5616.prelink.o: warning: objtool: rt5616_suspend()+0x0: data relocation to !ENDBR: rt5616_suspend+0x0 sound/soc/codecs/snd-soc-rt5616.prelink.o: warning: objtool: rt5616_resume()+0x0: data relocation to !ENDBR: rt5616_resume+0x0 sound/soc/codecs/snd-soc-rt5616.prelink.o: warning: objtool: rt5616_set_bias_level()+0x0: data relocation to !ENDBR: rt5616_set_bias_level+0x0 sound/soc/codecs/snd-soc-rt5616.prelink.o: warning: objtool: rt5616_set_dai_sysclk()+0x0: data relocation to !ENDBR: rt5616_set_dai_sysclk+0x0 sound/soc/codecs/snd-soc-rt5616.prelink.o: warning: objtool: rt5616_set_dai_pll()+0x0: data relocation to !ENDBR: rt5616_set_dai_pll+0x0 sound/soc/codecs/snd-soc-rt5616.prelink.o: warning: objtool: rt5616_set_dai_fmt()+0x0: data relocation to !ENDBR: rt5616_set_dai_fmt+0x0 sound/soc/codecs/snd-soc-rt5616.prelink.o: warning: objtool: rt5616_hw_params()+0x0: data relocation to !ENDBR: rt5616_hw_params+0x0 sound/soc/codecs/snd-soc-rt5616.prelink.o: warning: objtool: is_sys_clk_from_pll()+0x0: data relocation to !ENDBR: is_sys_clk_from_pll+0x0 sound/soc/codecs/snd-soc-rt5616.prelink.o: warning: objtool: is_sys_clk_from_pll()+0x0: data relocation to !ENDBR: is_sys_clk_from_pll+0x0 sound/soc/codecs/snd-soc-rt5616.prelink.o: warning: objtool: is_sys_clk_from_pll()+0x0: data relocation to !ENDBR: is_sys_clk_from_pll+0x0 sound/soc/codecs/snd-soc-rt5616.prelink.o: warning: objtool: is_sys_clk_from_pll()+0x0: data relocation to !ENDBR: is_sys_clk_from_pll+0x0 sound/soc/codecs/snd-soc-rt5616.prelink.o: warning: objtool: rt5616_bst1_event()+0x0: data relocation to !ENDBR: rt5616_bst1_event+0x0 sound/soc/codecs/snd-soc-rt5616.prelink.o: warning: objtool: rt5616_bst2_event()+0x0: data relocation to !ENDBR: rt5616_bst2_event+0x0 sound/soc/codecs/snd-soc-rt5616.prelink.o: warning: objtool: rt5616_adc_event()+0x0: data relocation to !ENDBR: rt5616_adc_event+0x0 sound/soc/codecs/snd-soc-rt5616.prelink.o: warning: objtool: rt5616_adc_event()+0x0: data relocation to !ENDBR: rt5616_adc_event+0x0 sound/soc/codecs/snd-soc-rt5616.prelink.o: warning: objtool: rt5616_hp_event()+0x0: data relocation to !ENDBR: rt5616_hp_event+0x0 sound/soc/codecs/snd-soc-rt5616.prelink.o: warning: objtool: rt5616_lout_event()+0x0: data relocation to !ENDBR: rt5616_lout_event+0x0 sound/soc/codecs/snd-soc-rt5616.prelink.o: warning: objtool: rt5616_charge_pump_event()+0x0: data relocation to !ENDBR: rt5616_charge_pump_event+0x0 sound/soc/codecs/snd-soc-rt5616.prelink.o: warning: objtool: rt5616_i2c_probe()+0x0: data relocation to !ENDBR: rt5616_i2c_probe+0x0 sound/soc/codecs/snd-soc-rt5616.prelink.o: warning: objtool: rt5616_i2c_remove()+0x0: data relocation to !ENDBR: rt5616_i2c_remove+0x0 sound/soc/codecs/snd-soc-rt5616.prelink.o: warning: objtool: rt5616_i2c_shutdown()+0x0: data relocation to !ENDBR: rt5616_i2c_shutdown+0x0 sound/soc/codecs/snd-soc-rt5616.prelink.o: warning: objtool: rt5616_i2c_driver_init()+0x0: data relocation to !ENDBR: rt5616_i2c_driver_init+0x0 sound/soc/codecs/snd-soc-rt5631.prelink.o: warning: objtool: rt5631_readable_register()+0x0: data relocation to !ENDBR: rt5631_readable_register+0x0 sound/soc/codecs/snd-soc-rt5631.prelink.o: warning: objtool: rt5631_volatile_register()+0x0: data relocation to !ENDBR: rt5631_volatile_register+0x0 sound/soc/codecs/snd-soc-rt5631.prelink.o: warning: objtool: rt5631_probe()+0x0: data relocation to !ENDBR: rt5631_probe+0x0 sound/soc/codecs/snd-soc-rt5631.prelink.o: warning: objtool: rt5631_set_bias_level()+0x0: data relocation to !ENDBR: rt5631_set_bias_level+0x0 sound/soc/codecs/snd-soc-rt5631.prelink.o: warning: objtool: rt5631_hifi_codec_set_dai_sysclk()+0x0: data relocation to !ENDBR: rt5631_hifi_codec_set_dai_sysclk+0x0 sound/soc/codecs/snd-soc-rt5631.prelink.o: warning: objtool: rt5631_codec_set_dai_pll()+0x0: data relocation to !ENDBR: rt5631_codec_set_dai_pll+0x0 sound/soc/codecs/snd-soc-rt5631.prelink.o: warning: objtool: rt5631_hifi_codec_set_dai_fmt()+0x0: data relocation to !ENDBR: rt5631_hifi_codec_set_dai_fmt+0x0 sound/soc/codecs/snd-soc-rt5631.prelink.o: warning: objtool: rt5631_hifi_pcm_params()+0x0: data relocation to !ENDBR: rt5631_hifi_pcm_params+0x0 sound/soc/codecs/snd-soc-rt5631.prelink.o: warning: objtool: check_adcl_select()+0x0: data relocation to !ENDBR: check_adcl_select+0x0 sound/soc/codecs/snd-soc-rt5631.prelink.o: warning: objtool: check_sysclk1_source()+0x0: data relocation to !ENDBR: check_sysclk1_source+0x0 sound/soc/codecs/snd-soc-rt5631.prelink.o: warning: objtool: check_adcr_select()+0x0: data relocation to !ENDBR: check_adcr_select+0x0 sound/soc/codecs/snd-soc-rt5631.prelink.o: warning: objtool: check_sysclk1_source()+0x0: data relocation to !ENDBR: check_sysclk1_source+0x0 sound/soc/codecs/snd-soc-rt5631.prelink.o: warning: objtool: check_dmic_used()+0x0: data relocation to !ENDBR: check_dmic_used+0x0 sound/soc/codecs/snd-soc-rt5631.prelink.o: warning: objtool: check_sysclk1_source()+0x0: data relocation to !ENDBR: check_sysclk1_source+0x0 sound/soc/codecs/snd-soc-rt5631.prelink.o: warning: objtool: check_sysclk1_source()+0x0: data relocation to !ENDBR: check_sysclk1_source+0x0 sound/soc/codecs/snd-soc-rt5631.prelink.o: warning: objtool: check_dacl_to_spkmixl()+0x0: data relocation to !ENDBR: check_dacl_to_spkmixl+0x0 sound/soc/codecs/snd-soc-rt5631.prelink.o: warning: objtool: check_dacr_to_spkmixr()+0x0: data relocation to !ENDBR: check_dacr_to_spkmixr+0x0 sound/soc/codecs/snd-soc-rt5631.prelink.o: warning: objtool: check_dacl_to_outmixl()+0x0: data relocation to !ENDBR: check_dacl_to_outmixl+0x0 sound/soc/codecs/snd-soc-rt5631.prelink.o: warning: objtool: check_dacr_to_outmixr()+0x0: data relocation to !ENDBR: check_dacr_to_outmixr+0x0 sound/soc/codecs/snd-soc-rt5631.prelink.o: warning: objtool: set_dmic_params()+0x0: data relocation to !ENDBR: set_dmic_params+0x0 sound/soc/codecs/snd-soc-rt5631.prelink.o: warning: objtool: hp_event()+0x0: data relocation to !ENDBR: hp_event+0x0 sound/soc/codecs/snd-soc-rt5631.prelink.o: warning: objtool: rt5631_dmic_get()+0x0: data relocation to !ENDBR: rt5631_dmic_get+0x0 sound/soc/codecs/snd-soc-rt5631.prelink.o: warning: objtool: rt5631_dmic_put()+0x0: data relocation to !ENDBR: rt5631_dmic_put+0x0 sound/soc/codecs/snd-soc-rt5631.prelink.o: warning: objtool: rt5631_i2c_probe()+0x0: data relocation to !ENDBR: rt5631_i2c_probe+0x0 sound/soc/codecs/snd-soc-rt5631.prelink.o: warning: objtool: rt5631_i2c_remove()+0x0: data relocation to !ENDBR: rt5631_i2c_remove+0x0 sound/soc/codecs/snd-soc-rt5631.prelink.o: warning: objtool: rt5631_i2c_driver_init()+0x0: data relocation to !ENDBR: rt5631_i2c_driver_init+0x0 sound/soc/codecs/snd-soc-rt715.prelink.o: warning: objtool: rt715_set_sdw_stream()+0x0: data relocation to !ENDBR: rt715_set_sdw_stream+0x0 sound/soc/codecs/snd-soc-rt715.prelink.o: warning: objtool: rt715_shutdown()+0x0: data relocation to !ENDBR: rt715_shutdown+0x0 sound/soc/codecs/snd-soc-rt715.prelink.o: warning: objtool: rt715_pcm_hw_params()+0x0: data relocation to !ENDBR: rt715_pcm_hw_params+0x0 sound/soc/codecs/snd-soc-rt715.prelink.o: warning: objtool: rt715_pcm_hw_free()+0x0: data relocation to !ENDBR: rt715_pcm_hw_free+0x0 sound/soc/codecs/snd-soc-rt715.prelink.o: warning: objtool: rt715_set_bias_level()+0x0: data relocation to !ENDBR: rt715_set_bias_level+0x0 sound/soc/codecs/snd-soc-rt715.prelink.o: warning: objtool: rt715_mux_get()+0x0: data relocation to !ENDBR: rt715_mux_get+0x0 sound/soc/codecs/snd-soc-rt715.prelink.o: warning: objtool: rt715_mux_put()+0x0: data relocation to !ENDBR: rt715_mux_put+0x0 sound/soc/codecs/snd-soc-rt715.prelink.o: warning: objtool: rt715_mux_get()+0x0: data relocation to !ENDBR: rt715_mux_get+0x0 sound/soc/codecs/snd-soc-rt715.prelink.o: warning: objtool: rt715_mux_put()+0x0: data relocation to !ENDBR: rt715_mux_put+0x0 sound/soc/codecs/snd-soc-rt715.prelink.o: warning: objtool: rt715_mux_get()+0x0: data relocation to !ENDBR: rt715_mux_get+0x0 sound/soc/codecs/snd-soc-rt715.prelink.o: warning: objtool: rt715_mux_put()+0x0: data relocation to !ENDBR: rt715_mux_put+0x0 sound/soc/codecs/snd-soc-rt715.prelink.o: warning: objtool: rt715_mux_get()+0x0: data relocation to !ENDBR: rt715_mux_get+0x0 sound/soc/codecs/snd-soc-rt715.prelink.o: warning: objtool: rt715_mux_put()+0x0: data relocation to !ENDBR: rt715_mux_put+0x0 sound/soc/codecs/snd-soc-rt715.prelink.o: warning: objtool: rt715_switch_info()+0x0: data relocation to !ENDBR: rt715_switch_info+0x0 sound/soc/codecs/snd-soc-rt715.prelink.o: warning: objtool: rt715_set_main_switch_get()+0x0: data relocation to !ENDBR: rt715_set_main_switch_get+0x0 sound/soc/codecs/snd-soc-rt715.prelink.o: warning: objtool: rt715_set_main_switch_put()+0x0: data relocation to !ENDBR: rt715_set_main_switch_put+0x0 sound/soc/codecs/snd-soc-rt715.prelink.o: warning: objtool: rt715_vol_info()+0x0: data relocation to !ENDBR: rt715_vol_info+0x0 sound/soc/codecs/snd-soc-rt715.prelink.o: warning: objtool: rt715_set_main_vol_get()+0x0: data relocation to !ENDBR: rt715_set_main_vol_get+0x0 sound/soc/codecs/snd-soc-rt715.prelink.o: warning: objtool: rt715_set_main_vol_put()+0x0: data relocation to !ENDBR: rt715_set_main_vol_put+0x0 sound/soc/codecs/snd-soc-rt715.prelink.o: warning: objtool: rt715_set_amp_gain_get()+0x0: data relocation to !ENDBR: rt715_set_amp_gain_get+0x0 sound/soc/codecs/snd-soc-rt715.prelink.o: warning: objtool: rt715_set_amp_gain_put()+0x0: data relocation to !ENDBR: rt715_set_amp_gain_put+0x0 sound/soc/codecs/snd-soc-rt715.prelink.o: warning: objtool: rt715_set_amp_gain_get()+0x0: data relocation to !ENDBR: rt715_set_amp_gain_get+0x0 sound/soc/codecs/snd-soc-rt715.prelink.o: warning: objtool: rt715_set_amp_gain_put()+0x0: data relocation to !ENDBR: rt715_set_amp_gain_put+0x0 sound/soc/codecs/snd-soc-rt715.prelink.o: warning: objtool: rt715_set_amp_gain_get()+0x0: data relocation to !ENDBR: rt715_set_amp_gain_get+0x0 sound/soc/codecs/snd-soc-rt715.prelink.o: warning: objtool: rt715_set_amp_gain_put()+0x0: data relocation to !ENDBR: rt715_set_amp_gain_put+0x0 sound/soc/codecs/snd-soc-rt715.prelink.o: warning: objtool: rt715_set_amp_gain_get()+0x0: data relocation to !ENDBR: rt715_set_amp_gain_get+0x0 sound/soc/codecs/snd-soc-rt715.prelink.o: warning: objtool: rt715_set_amp_gain_put()+0x0: data relocation to !ENDBR: rt715_set_amp_gain_put+0x0 sound/soc/codecs/snd-soc-rt715.prelink.o: warning: objtool: rt715_set_amp_gain_get()+0x0: data relocation to !ENDBR: rt715_set_amp_gain_get+0x0 sound/soc/codecs/snd-soc-rt715.prelink.o: warning: objtool: rt715_set_amp_gain_put()+0x0: data relocation to !ENDBR: rt715_set_amp_gain_put+0x0 sound/soc/codecs/snd-soc-rt715.prelink.o: warning: objtool: rt715_set_amp_gain_get()+0x0: data relocation to !ENDBR: rt715_set_amp_gain_get+0x0 sound/soc/codecs/snd-soc-rt715.prelink.o: warning: objtool: rt715_set_amp_gain_put()+0x0: data relocation to !ENDBR: rt715_set_amp_gain_put+0x0 sound/soc/codecs/snd-soc-rt715.prelink.o: warning: objtool: rt715_set_amp_gain_get()+0x0: data relocation to !ENDBR: rt715_set_amp_gain_get+0x0 sound/soc/codecs/snd-soc-rt715.prelink.o: warning: objtool: rt715_set_amp_gain_put()+0x0: data relocation to !ENDBR: rt715_set_amp_gain_put+0x0 sound/soc/codecs/snd-soc-rt715.prelink.o: warning: objtool: rt715_set_amp_gain_get()+0x0: data relocation to !ENDBR: rt715_set_amp_gain_get+0x0 sound/soc/codecs/snd-soc-rt715.prelink.o: warning: objtool: rt715_set_amp_gain_put()+0x0: data relocation to !ENDBR: rt715_set_amp_gain_put+0x0 sound/soc/codecs/snd-soc-rt715.prelink.o: warning: objtool: rt715_dev_suspend()+0x0: data relocation to !ENDBR: rt715_dev_suspend+0x0 sound/soc/codecs/snd-soc-rt715.prelink.o: warning: objtool: rt715_dev_resume()+0x0: data relocation to !ENDBR: rt715_dev_resume+0x0 sound/soc/codecs/snd-soc-rt715.prelink.o: warning: objtool: rt715_dev_suspend()+0x0: data relocation to !ENDBR: rt715_dev_suspend+0x0 sound/soc/codecs/snd-soc-rt715.prelink.o: warning: objtool: rt715_dev_resume()+0x0: data relocation to !ENDBR: rt715_dev_resume+0x0 sound/soc/codecs/snd-soc-rt715.prelink.o: warning: objtool: rt715_dev_suspend()+0x0: data relocation to !ENDBR: rt715_dev_suspend+0x0 sound/soc/codecs/snd-soc-rt715.prelink.o: warning: objtool: rt715_dev_resume()+0x0: data relocation to !ENDBR: rt715_dev_resume+0x0 sound/soc/codecs/snd-soc-rt715.prelink.o: warning: objtool: rt715_dev_suspend()+0x0: data relocation to !ENDBR: rt715_dev_suspend+0x0 sound/soc/codecs/snd-soc-rt715.prelink.o: warning: objtool: rt715_dev_resume()+0x0: data relocation to !ENDBR: rt715_dev_resume+0x0 sound/soc/codecs/snd-soc-rt715.prelink.o: warning: objtool: rt715_read_prop()+0x0: data relocation to !ENDBR: rt715_read_prop+0x0 sound/soc/codecs/snd-soc-rt715.prelink.o: warning: objtool: rt715_update_status()+0x0: data relocation to !ENDBR: rt715_update_status+0x0 sound/soc/codecs/snd-soc-rt715.prelink.o: warning: objtool: rt715_bus_config()+0x0: data relocation to !ENDBR: rt715_bus_config+0x0 sound/soc/codecs/snd-soc-rt715.prelink.o: warning: objtool: rt715_readable_register()+0x0: data relocation to !ENDBR: rt715_readable_register+0x0 sound/soc/codecs/snd-soc-rt715.prelink.o: warning: objtool: rt715_volatile_register()+0x0: data relocation to !ENDBR: rt715_volatile_register+0x0 sound/soc/codecs/snd-soc-rt715.prelink.o: warning: objtool: rt715_sdw_read()+0x0: data relocation to !ENDBR: rt715_sdw_read+0x0 sound/soc/codecs/snd-soc-rt715.prelink.o: warning: objtool: rt715_sdw_write()+0x0: data relocation to !ENDBR: rt715_sdw_write+0x0 sound/soc/codecs/snd-soc-rt715.prelink.o: warning: objtool: rt715_sdw_probe()+0x0: data relocation to !ENDBR: rt715_sdw_probe+0x0 sound/soc/codecs/snd-soc-rt715.prelink.o: warning: objtool: rt715_sdw_driver_init()+0x0: data relocation to !ENDBR: rt715_sdw_driver_init+0x0 sound/soc/codecs/snd-soc-sdw-mockup.prelink.o: warning: objtool: sdw_mockup_read_prop()+0x0: data relocation to !ENDBR: sdw_mockup_read_prop+0x0 sound/soc/codecs/snd-soc-sdw-mockup.prelink.o: warning: objtool: sdw_mockup_interrupt_callback()+0x0: data relocation to !ENDBR: sdw_mockup_interrupt_callback+0x0 sound/soc/codecs/snd-soc-sdw-mockup.prelink.o: warning: objtool: sdw_mockup_update_status()+0x0: data relocation to !ENDBR: sdw_mockup_update_status+0x0 sound/soc/codecs/snd-soc-sdw-mockup.prelink.o: warning: objtool: sdw_mockup_bus_config()+0x0: data relocation to !ENDBR: sdw_mockup_bus_config+0x0 sound/soc/codecs/snd-soc-sdw-mockup.prelink.o: warning: objtool: sdw_mockup_set_sdw_stream()+0x0: data relocation to !ENDBR: sdw_mockup_set_sdw_stream+0x0 sound/soc/codecs/snd-soc-sdw-mockup.prelink.o: warning: objtool: sdw_mockup_shutdown()+0x0: data relocation to !ENDBR: sdw_mockup_shutdown+0x0 sound/soc/codecs/snd-soc-sdw-mockup.prelink.o: warning: objtool: sdw_mockup_pcm_hw_params()+0x0: data relocation to !ENDBR: sdw_mockup_pcm_hw_params+0x0 sound/soc/codecs/snd-soc-sdw-mockup.prelink.o: warning: objtool: sdw_mockup_pcm_hw_free()+0x0: data relocation to !ENDBR: sdw_mockup_pcm_hw_free+0x0 sound/soc/codecs/snd-soc-sdw-mockup.prelink.o: warning: objtool: sdw_mockup_component_probe()+0x0: data relocation to !ENDBR: sdw_mockup_component_probe+0x0 sound/soc/codecs/snd-soc-sdw-mockup.prelink.o: warning: objtool: sdw_mockup_component_remove()+0x0: data relocation to !ENDBR: sdw_mockup_component_remove+0x0 sound/soc/codecs/snd-soc-sdw-mockup.prelink.o: warning: objtool: sdw_mockup_sdw_probe()+0x0: data relocation to !ENDBR: sdw_mockup_sdw_probe+0x0 sound/soc/codecs/snd-soc-sdw-mockup.prelink.o: warning: objtool: sdw_mockup_sdw_remove()+0x0: data relocation to !ENDBR: sdw_mockup_sdw_remove+0x0 sound/soc/codecs/snd-soc-sdw-mockup.prelink.o: warning: objtool: sdw_mockup_sdw_driver_init()+0x0: data relocation to !ENDBR: sdw_mockup_sdw_driver_init+0x0 sound/soc/codecs/snd-soc-sigmadsp-i2c.prelink.o: warning: objtool: devm_sigmadsp_init_i2c()+0x29: relocation to !ENDBR: sigmadsp_write_i2c+0x0 sound/soc/codecs/snd-soc-sigmadsp-i2c.prelink.o: warning: objtool: devm_sigmadsp_init_i2c()+0x34: relocation to !ENDBR: sigmadsp_read_i2c+0x0 sound/soc/codecs/snd-soc-spdif-rx.prelink.o: warning: objtool: spdif_dir_probe()+0x0: data relocation to !ENDBR: spdif_dir_probe+0x0 sound/soc/codecs/snd-soc-spdif-rx.prelink.o: warning: objtool: spdif_dir_driver_init()+0x0: data relocation to !ENDBR: spdif_dir_driver_init+0x0 sound/soc/codecs/snd-soc-spdif-tx.prelink.o: warning: objtool: spdif_dit_probe()+0x0: data relocation to !ENDBR: spdif_dit_probe+0x0 sound/soc/codecs/snd-soc-spdif-tx.prelink.o: warning: objtool: spdif_dit_driver_init()+0x0: data relocation to !ENDBR: spdif_dit_driver_init+0x0 sound/soc/codecs/snd-soc-tas2552.prelink.o: warning: objtool: tas2552_component_probe()+0x0: data relocation to !ENDBR: tas2552_component_probe+0x0 sound/soc/codecs/snd-soc-tas2552.prelink.o: warning: objtool: tas2552_component_remove()+0x0: data relocation to !ENDBR: tas2552_component_remove+0x0 sound/soc/codecs/snd-soc-tas2552.prelink.o: warning: objtool: tas2552_suspend()+0x0: data relocation to !ENDBR: tas2552_suspend+0x0 sound/soc/codecs/snd-soc-tas2552.prelink.o: warning: objtool: tas2552_resume()+0x0: data relocation to !ENDBR: tas2552_resume+0x0 sound/soc/codecs/snd-soc-tas2552.prelink.o: warning: objtool: tas2552_set_dai_sysclk()+0x0: data relocation to !ENDBR: tas2552_set_dai_sysclk+0x0 sound/soc/codecs/snd-soc-tas2552.prelink.o: warning: objtool: tas2552_set_dai_fmt()+0x0: data relocation to !ENDBR: tas2552_set_dai_fmt+0x0 sound/soc/codecs/snd-soc-tas2552.prelink.o: warning: objtool: tas2552_set_dai_tdm_slot()+0x0: data relocation to !ENDBR: tas2552_set_dai_tdm_slot+0x0 sound/soc/codecs/snd-soc-tas2552.prelink.o: warning: objtool: tas2552_mute()+0x0: data relocation to !ENDBR: tas2552_mute+0x0 sound/soc/codecs/snd-soc-tas2552.prelink.o: warning: objtool: tas2552_hw_params()+0x0: data relocation to !ENDBR: tas2552_hw_params+0x0 sound/soc/codecs/snd-soc-tas2552.prelink.o: warning: objtool: tas2552_prepare()+0x0: data relocation to !ENDBR: tas2552_prepare+0x0 sound/soc/codecs/snd-soc-tas2552.prelink.o: warning: objtool: tas2552_runtime_suspend()+0x0: data relocation to !ENDBR: tas2552_runtime_suspend+0x0 sound/soc/codecs/snd-soc-tas2552.prelink.o: warning: objtool: tas2552_runtime_resume()+0x0: data relocation to !ENDBR: tas2552_runtime_resume+0x0 sound/soc/codecs/snd-soc-tas2552.prelink.o: warning: objtool: tas2552_post_event()+0x0: data relocation to !ENDBR: tas2552_post_event+0x0 sound/soc/codecs/snd-soc-tas2552.prelink.o: warning: objtool: tas2552_probe()+0x0: data relocation to !ENDBR: tas2552_probe+0x0 sound/soc/codecs/snd-soc-tas2552.prelink.o: warning: objtool: tas2552_i2c_remove()+0x0: data relocation to !ENDBR: tas2552_i2c_remove+0x0 sound/soc/codecs/snd-soc-tas2552.prelink.o: warning: objtool: tas2552_i2c_driver_init()+0x0: data relocation to !ENDBR: tas2552_i2c_driver_init+0x0 sound/soc/codecs/snd-soc-tas2764.prelink.o: warning: objtool: tas2764_codec_probe()+0x0: data relocation to !ENDBR: tas2764_codec_probe+0x0 sound/soc/codecs/snd-soc-tas2764.prelink.o: warning: objtool: tas2764_codec_suspend()+0x0: data relocation to !ENDBR: tas2764_codec_suspend+0x0 sound/soc/codecs/snd-soc-tas2764.prelink.o: warning: objtool: tas2764_codec_resume()+0x0: data relocation to !ENDBR: tas2764_codec_resume+0x0 sound/soc/codecs/snd-soc-tas2764.prelink.o: warning: objtool: tas2764_set_bias_level()+0x0: data relocation to !ENDBR: tas2764_set_bias_level+0x0 sound/soc/codecs/snd-soc-tas2764.prelink.o: warning: objtool: tas2764_set_fmt()+0x0: data relocation to !ENDBR: tas2764_set_fmt+0x0 sound/soc/codecs/snd-soc-tas2764.prelink.o: warning: objtool: tas2764_set_dai_tdm_slot()+0x0: data relocation to !ENDBR: tas2764_set_dai_tdm_slot+0x0 sound/soc/codecs/snd-soc-tas2764.prelink.o: warning: objtool: tas2764_mute()+0x0: data relocation to !ENDBR: tas2764_mute+0x0 sound/soc/codecs/snd-soc-tas2764.prelink.o: warning: objtool: tas2764_hw_params()+0x0: data relocation to !ENDBR: tas2764_hw_params+0x0 sound/soc/codecs/snd-soc-tas2764.prelink.o: warning: objtool: tas2764_dac_event()+0x0: data relocation to !ENDBR: tas2764_dac_event+0x0 sound/soc/codecs/snd-soc-tas2764.prelink.o: warning: objtool: tas2764_i2c_probe()+0x0: data relocation to !ENDBR: tas2764_i2c_probe+0x0 sound/soc/codecs/snd-soc-tas2764.prelink.o: warning: objtool: tas2764_i2c_driver_init()+0x0: data relocation to !ENDBR: tas2764_i2c_driver_init+0x0 sound/soc/codecs/snd-soc-tas5805m.prelink.o: warning: objtool: tas5805m_mute()+0x0: data relocation to !ENDBR: tas5805m_mute+0x0 sound/soc/codecs/snd-soc-tas5805m.prelink.o: warning: objtool: tas5805m_trigger()+0x0: data relocation to !ENDBR: tas5805m_trigger+0x0 sound/soc/codecs/snd-soc-tas5805m.prelink.o: warning: objtool: tas5805m_vol_info()+0x0: data relocation to !ENDBR: tas5805m_vol_info+0x0 sound/soc/codecs/snd-soc-tas5805m.prelink.o: warning: objtool: tas5805m_vol_get()+0x0: data relocation to !ENDBR: tas5805m_vol_get+0x0 sound/soc/codecs/snd-soc-tas5805m.prelink.o: warning: objtool: tas5805m_vol_put()+0x0: data relocation to !ENDBR: tas5805m_vol_put+0x0 sound/soc/codecs/snd-soc-tas5805m.prelink.o: warning: objtool: tas5805m_i2c_remove()+0x0: data relocation to !ENDBR: tas5805m_i2c_remove+0x0 sound/soc/codecs/snd-soc-tas5805m.prelink.o: warning: objtool: tas5805m_i2c_probe()+0x0: data relocation to !ENDBR: tas5805m_i2c_probe+0x0 sound/soc/codecs/snd-soc-tas5805m.prelink.o: warning: objtool: tas5805m_i2c_driver_init()+0x0: data relocation to !ENDBR: tas5805m_i2c_driver_init+0x0 sound/soc/codecs/snd-soc-tda7419.prelink.o: warning: objtool: tda7419_readable_reg()+0x0: data relocation to !ENDBR: tda7419_readable_reg+0x0 sound/soc/codecs/snd-soc-tda7419.prelink.o: warning: objtool: tda7419_probe()+0x0: data relocation to !ENDBR: tda7419_probe+0x0 sound/soc/codecs/snd-soc-tda7419.prelink.o: warning: objtool: tda7419_vol_info()+0x0: data relocation to !ENDBR: tda7419_vol_info+0x0 sound/soc/codecs/snd-soc-tda7419.prelink.o: warning: objtool: tda7419_vol_get()+0x0: data relocation to !ENDBR: tda7419_vol_get+0x0 sound/soc/codecs/snd-soc-tda7419.prelink.o: warning: objtool: tda7419_vol_put()+0x0: data relocation to !ENDBR: tda7419_vol_put+0x0 sound/soc/codecs/snd-soc-tda7419.prelink.o: warning: objtool: tda7419_vol_info()+0x0: data relocation to !ENDBR: tda7419_vol_info+0x0 sound/soc/codecs/snd-soc-tda7419.prelink.o: warning: objtool: tda7419_vol_get()+0x0: data relocation to !ENDBR: tda7419_vol_get+0x0 sound/soc/codecs/snd-soc-tda7419.prelink.o: warning: objtool: tda7419_vol_put()+0x0: data relocation to !ENDBR: tda7419_vol_put+0x0 sound/soc/codecs/snd-soc-tda7419.prelink.o: warning: objtool: tda7419_vol_info()+0x0: data relocation to !ENDBR: tda7419_vol_info+0x0 sound/soc/codecs/snd-soc-tda7419.prelink.o: warning: objtool: tda7419_vol_get()+0x0: data relocation to !ENDBR: tda7419_vol_get+0x0 sound/soc/codecs/snd-soc-tda7419.prelink.o: warning: objtool: tda7419_vol_put()+0x0: data relocation to !ENDBR: tda7419_vol_put+0x0 sound/soc/codecs/snd-soc-tda7419.prelink.o: warning: objtool: tda7419_vol_info()+0x0: data relocation to !ENDBR: tda7419_vol_info+0x0 sound/soc/codecs/snd-soc-tda7419.prelink.o: warning: objtool: tda7419_vol_get()+0x0: data relocation to !ENDBR: tda7419_vol_get+0x0 sound/soc/codecs/snd-soc-tda7419.prelink.o: warning: objtool: tda7419_vol_put()+0x0: data relocation to !ENDBR: tda7419_vol_put+0x0 sound/soc/codecs/snd-soc-tda7419.prelink.o: warning: objtool: tda7419_vol_info()+0x0: data relocation to !ENDBR: tda7419_vol_info+0x0 sound/soc/codecs/snd-soc-tda7419.prelink.o: warning: objtool: tda7419_vol_get()+0x0: data relocation to !ENDBR: tda7419_vol_get+0x0 sound/soc/codecs/snd-soc-tda7419.prelink.o: warning: objtool: tda7419_vol_put()+0x0: data relocation to !ENDBR: tda7419_vol_put+0x0 sound/soc/codecs/snd-soc-tda7419.prelink.o: warning: objtool: tda7419_vol_info()+0x0: data relocation to !ENDBR: tda7419_vol_info+0x0 sound/soc/codecs/snd-soc-tda7419.prelink.o: warning: objtool: tda7419_vol_get()+0x0: data relocation to !ENDBR: tda7419_vol_get+0x0 sound/soc/codecs/snd-soc-tda7419.prelink.o: warning: objtool: tda7419_vol_put()+0x0: data relocation to !ENDBR: tda7419_vol_put+0x0 sound/soc/codecs/snd-soc-tda7419.prelink.o: warning: objtool: tda7419_vol_info()+0x0: data relocation to !ENDBR: tda7419_vol_info+0x0 sound/soc/codecs/snd-soc-tda7419.prelink.o: warning: objtool: tda7419_vol_get()+0x0: data relocation to !ENDBR: tda7419_vol_get+0x0 sound/soc/codecs/snd-soc-tda7419.prelink.o: warning: objtool: tda7419_vol_put()+0x0: data relocation to !ENDBR: tda7419_vol_put+0x0 sound/soc/codecs/snd-soc-tda7419.prelink.o: warning: objtool: tda7419_vol_info()+0x0: data relocation to !ENDBR: tda7419_vol_info+0x0 sound/soc/codecs/snd-soc-tda7419.prelink.o: warning: objtool: tda7419_vol_get()+0x0: data relocation to !ENDBR: tda7419_vol_get+0x0 sound/soc/codecs/snd-soc-tda7419.prelink.o: warning: objtool: tda7419_vol_put()+0x0: data relocation to !ENDBR: tda7419_vol_put+0x0 sound/soc/codecs/snd-soc-tda7419.prelink.o: warning: objtool: tda7419_driver_init()+0x0: data relocation to !ENDBR: tda7419_driver_init+0x0 sound/soc/codecs/snd-soc-tlv320aic23.prelink.o: warning: objtool: tlv320aic23_component_probe()+0x0: data relocation to !ENDBR: tlv320aic23_component_probe+0x0 sound/soc/codecs/snd-soc-tlv320aic23.prelink.o: warning: objtool: tlv320aic23_resume()+0x0: data relocation to !ENDBR: tlv320aic23_resume+0x0 sound/soc/codecs/snd-soc-tlv320aic23.prelink.o: warning: objtool: tlv320aic23_set_bias_level()+0x0: data relocation to !ENDBR: tlv320aic23_set_bias_level+0x0 sound/soc/codecs/snd-soc-tlv320aic23.prelink.o: warning: objtool: tlv320aic23_set_dai_sysclk()+0x0: data relocation to !ENDBR: tlv320aic23_set_dai_sysclk+0x0 sound/soc/codecs/snd-soc-tlv320aic23.prelink.o: warning: objtool: tlv320aic23_set_dai_fmt()+0x0: data relocation to !ENDBR: tlv320aic23_set_dai_fmt+0x0 sound/soc/codecs/snd-soc-tlv320aic23.prelink.o: warning: objtool: tlv320aic23_mute()+0x0: data relocation to !ENDBR: tlv320aic23_mute+0x0 sound/soc/codecs/snd-soc-tlv320aic23.prelink.o: warning: objtool: tlv320aic23_shutdown()+0x0: data relocation to !ENDBR: tlv320aic23_shutdown+0x0 sound/soc/codecs/snd-soc-tlv320aic23.prelink.o: warning: objtool: tlv320aic23_hw_params()+0x0: data relocation to !ENDBR: tlv320aic23_hw_params+0x0 sound/soc/codecs/snd-soc-tlv320aic23.prelink.o: warning: objtool: tlv320aic23_pcm_prepare()+0x0: data relocation to !ENDBR: tlv320aic23_pcm_prepare+0x0 sound/soc/codecs/snd-soc-tlv320aic23.prelink.o: warning: objtool: snd_soc_tlv320aic23_get_volsw()+0x0: data relocation to !ENDBR: snd_soc_tlv320aic23_get_volsw+0x0 sound/soc/codecs/snd-soc-tlv320aic23.prelink.o: warning: objtool: snd_soc_tlv320aic23_put_volsw()+0x0: data relocation to !ENDBR: snd_soc_tlv320aic23_put_volsw+0x0 sound/soc/codecs/snd-soc-tlv320aic23-spi.prelink.o: warning: objtool: aic23_spi_probe()+0x0: data relocation to !ENDBR: aic23_spi_probe+0x0 sound/soc/codecs/snd-soc-tlv320aic23-spi.prelink.o: warning: objtool: aic23_spi_init()+0x0: data relocation to !ENDBR: aic23_spi_init+0x0 sound/soc/codecs/snd-soc-tlv320adcx140.prelink.o: warning: objtool: adcx140_codec_probe()+0x0: data relocation to !ENDBR: adcx140_codec_probe+0x0 sound/soc/codecs/snd-soc-tlv320adcx140.prelink.o: warning: objtool: adcx140_set_bias_level()+0x0: data relocation to !ENDBR: adcx140_set_bias_level+0x0 sound/soc/codecs/snd-soc-tlv320adcx140.prelink.o: warning: objtool: adcx140_set_dai_fmt()+0x0: data relocation to !ENDBR: adcx140_set_dai_fmt+0x0 sound/soc/codecs/snd-soc-tlv320adcx140.prelink.o: warning: objtool: adcx140_set_dai_tdm_slot()+0x0: data relocation to !ENDBR: adcx140_set_dai_tdm_slot+0x0 sound/soc/codecs/snd-soc-tlv320adcx140.prelink.o: warning: objtool: adcx140_hw_params()+0x0: data relocation to !ENDBR: adcx140_hw_params+0x0 sound/soc/codecs/snd-soc-tlv320adcx140.prelink.o: warning: objtool: adcx140_volatile()+0x0: data relocation to !ENDBR: adcx140_volatile+0x0 sound/soc/codecs/snd-soc-tlv320adcx140.prelink.o: warning: objtool: adcx140_i2c_probe()+0x0: data relocation to !ENDBR: adcx140_i2c_probe+0x0 sound/soc/codecs/snd-soc-tlv320adcx140.prelink.o: warning: objtool: adcx140_i2c_driver_init()+0x0: data relocation to !ENDBR: adcx140_i2c_driver_init+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: tscs42xx_probe()+0x0: data relocation to !ENDBR: tscs42xx_probe+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: tscs42xx_set_dai_bclk_ratio()+0x0: data relocation to !ENDBR: tscs42xx_set_dai_bclk_ratio+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: tscs42xx_set_dai_fmt()+0x0: data relocation to !ENDBR: tscs42xx_set_dai_fmt+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: tscs42xx_mute_stream()+0x0: data relocation to !ENDBR: tscs42xx_mute_stream+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: tscs42xx_hw_params()+0x0: data relocation to !ENDBR: tscs42xx_hw_params+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: bytes_info_ext()+0x0: data relocation to !ENDBR: bytes_info_ext+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_get()+0x0: data relocation to !ENDBR: coeff_ram_get+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_put()+0x0: data relocation to !ENDBR: coeff_ram_put+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: bytes_info_ext()+0x0: data relocation to !ENDBR: bytes_info_ext+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_get()+0x0: data relocation to !ENDBR: coeff_ram_get+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_put()+0x0: data relocation to !ENDBR: coeff_ram_put+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: bytes_info_ext()+0x0: data relocation to !ENDBR: bytes_info_ext+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_get()+0x0: data relocation to !ENDBR: coeff_ram_get+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_put()+0x0: data relocation to !ENDBR: coeff_ram_put+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: bytes_info_ext()+0x0: data relocation to !ENDBR: bytes_info_ext+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_get()+0x0: data relocation to !ENDBR: coeff_ram_get+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_put()+0x0: data relocation to !ENDBR: coeff_ram_put+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: bytes_info_ext()+0x0: data relocation to !ENDBR: bytes_info_ext+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_get()+0x0: data relocation to !ENDBR: coeff_ram_get+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_put()+0x0: data relocation to !ENDBR: coeff_ram_put+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: bytes_info_ext()+0x0: data relocation to !ENDBR: bytes_info_ext+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_get()+0x0: data relocation to !ENDBR: coeff_ram_get+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_put()+0x0: data relocation to !ENDBR: coeff_ram_put+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: bytes_info_ext()+0x0: data relocation to !ENDBR: bytes_info_ext+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_get()+0x0: data relocation to !ENDBR: coeff_ram_get+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_put()+0x0: data relocation to !ENDBR: coeff_ram_put+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: bytes_info_ext()+0x0: data relocation to !ENDBR: bytes_info_ext+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_get()+0x0: data relocation to !ENDBR: coeff_ram_get+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_put()+0x0: data relocation to !ENDBR: coeff_ram_put+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: bytes_info_ext()+0x0: data relocation to !ENDBR: bytes_info_ext+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_get()+0x0: data relocation to !ENDBR: coeff_ram_get+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_put()+0x0: data relocation to !ENDBR: coeff_ram_put+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: bytes_info_ext()+0x0: data relocation to !ENDBR: bytes_info_ext+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_get()+0x0: data relocation to !ENDBR: coeff_ram_get+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_put()+0x0: data relocation to !ENDBR: coeff_ram_put+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: bytes_info_ext()+0x0: data relocation to !ENDBR: bytes_info_ext+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_get()+0x0: data relocation to !ENDBR: coeff_ram_get+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_put()+0x0: data relocation to !ENDBR: coeff_ram_put+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: bytes_info_ext()+0x0: data relocation to !ENDBR: bytes_info_ext+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_get()+0x0: data relocation to !ENDBR: coeff_ram_get+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_put()+0x0: data relocation to !ENDBR: coeff_ram_put+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: bytes_info_ext()+0x0: data relocation to !ENDBR: bytes_info_ext+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_get()+0x0: data relocation to !ENDBR: coeff_ram_get+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_put()+0x0: data relocation to !ENDBR: coeff_ram_put+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: bytes_info_ext()+0x0: data relocation to !ENDBR: bytes_info_ext+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_get()+0x0: data relocation to !ENDBR: coeff_ram_get+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_put()+0x0: data relocation to !ENDBR: coeff_ram_put+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: bytes_info_ext()+0x0: data relocation to !ENDBR: bytes_info_ext+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_get()+0x0: data relocation to !ENDBR: coeff_ram_get+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_put()+0x0: data relocation to !ENDBR: coeff_ram_put+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: bytes_info_ext()+0x0: data relocation to !ENDBR: bytes_info_ext+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_get()+0x0: data relocation to !ENDBR: coeff_ram_get+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_put()+0x0: data relocation to !ENDBR: coeff_ram_put+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: bytes_info_ext()+0x0: data relocation to !ENDBR: bytes_info_ext+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_get()+0x0: data relocation to !ENDBR: coeff_ram_get+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_put()+0x0: data relocation to !ENDBR: coeff_ram_put+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: bytes_info_ext()+0x0: data relocation to !ENDBR: bytes_info_ext+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_get()+0x0: data relocation to !ENDBR: coeff_ram_get+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_put()+0x0: data relocation to !ENDBR: coeff_ram_put+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: bytes_info_ext()+0x0: data relocation to !ENDBR: bytes_info_ext+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_get()+0x0: data relocation to !ENDBR: coeff_ram_get+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_put()+0x0: data relocation to !ENDBR: coeff_ram_put+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: bytes_info_ext()+0x0: data relocation to !ENDBR: bytes_info_ext+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_get()+0x0: data relocation to !ENDBR: coeff_ram_get+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_put()+0x0: data relocation to !ENDBR: coeff_ram_put+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: bytes_info_ext()+0x0: data relocation to !ENDBR: bytes_info_ext+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_get()+0x0: data relocation to !ENDBR: coeff_ram_get+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_put()+0x0: data relocation to !ENDBR: coeff_ram_put+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: bytes_info_ext()+0x0: data relocation to !ENDBR: bytes_info_ext+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_get()+0x0: data relocation to !ENDBR: coeff_ram_get+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_put()+0x0: data relocation to !ENDBR: coeff_ram_put+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: bytes_info_ext()+0x0: data relocation to !ENDBR: bytes_info_ext+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_get()+0x0: data relocation to !ENDBR: coeff_ram_get+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_put()+0x0: data relocation to !ENDBR: coeff_ram_put+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: bytes_info_ext()+0x0: data relocation to !ENDBR: bytes_info_ext+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_get()+0x0: data relocation to !ENDBR: coeff_ram_get+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_put()+0x0: data relocation to !ENDBR: coeff_ram_put+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: bytes_info_ext()+0x0: data relocation to !ENDBR: bytes_info_ext+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_get()+0x0: data relocation to !ENDBR: coeff_ram_get+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_put()+0x0: data relocation to !ENDBR: coeff_ram_put+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: bytes_info_ext()+0x0: data relocation to !ENDBR: bytes_info_ext+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_get()+0x0: data relocation to !ENDBR: coeff_ram_get+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_put()+0x0: data relocation to !ENDBR: coeff_ram_put+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: bytes_info_ext()+0x0: data relocation to !ENDBR: bytes_info_ext+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_get()+0x0: data relocation to !ENDBR: coeff_ram_get+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_put()+0x0: data relocation to !ENDBR: coeff_ram_put+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: bytes_info_ext()+0x0: data relocation to !ENDBR: bytes_info_ext+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_get()+0x0: data relocation to !ENDBR: coeff_ram_get+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_put()+0x0: data relocation to !ENDBR: coeff_ram_put+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: bytes_info_ext()+0x0: data relocation to !ENDBR: bytes_info_ext+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_get()+0x0: data relocation to !ENDBR: coeff_ram_get+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_put()+0x0: data relocation to !ENDBR: coeff_ram_put+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: bytes_info_ext()+0x0: data relocation to !ENDBR: bytes_info_ext+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_get()+0x0: data relocation to !ENDBR: coeff_ram_get+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_put()+0x0: data relocation to !ENDBR: coeff_ram_put+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: bytes_info_ext()+0x0: data relocation to !ENDBR: bytes_info_ext+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_get()+0x0: data relocation to !ENDBR: coeff_ram_get+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_put()+0x0: data relocation to !ENDBR: coeff_ram_put+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: bytes_info_ext()+0x0: data relocation to !ENDBR: bytes_info_ext+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_get()+0x0: data relocation to !ENDBR: coeff_ram_get+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_put()+0x0: data relocation to !ENDBR: coeff_ram_put+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: bytes_info_ext()+0x0: data relocation to !ENDBR: bytes_info_ext+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_get()+0x0: data relocation to !ENDBR: coeff_ram_get+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_put()+0x0: data relocation to !ENDBR: coeff_ram_put+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: bytes_info_ext()+0x0: data relocation to !ENDBR: bytes_info_ext+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_get()+0x0: data relocation to !ENDBR: coeff_ram_get+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_put()+0x0: data relocation to !ENDBR: coeff_ram_put+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: bytes_info_ext()+0x0: data relocation to !ENDBR: bytes_info_ext+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_get()+0x0: data relocation to !ENDBR: coeff_ram_get+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_put()+0x0: data relocation to !ENDBR: coeff_ram_put+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: bytes_info_ext()+0x0: data relocation to !ENDBR: bytes_info_ext+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_get()+0x0: data relocation to !ENDBR: coeff_ram_get+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_put()+0x0: data relocation to !ENDBR: coeff_ram_put+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: bytes_info_ext()+0x0: data relocation to !ENDBR: bytes_info_ext+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_get()+0x0: data relocation to !ENDBR: coeff_ram_get+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_put()+0x0: data relocation to !ENDBR: coeff_ram_put+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: bytes_info_ext()+0x0: data relocation to !ENDBR: bytes_info_ext+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_get()+0x0: data relocation to !ENDBR: coeff_ram_get+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_put()+0x0: data relocation to !ENDBR: coeff_ram_put+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: bytes_info_ext()+0x0: data relocation to !ENDBR: bytes_info_ext+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_get()+0x0: data relocation to !ENDBR: coeff_ram_get+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_put()+0x0: data relocation to !ENDBR: coeff_ram_put+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: bytes_info_ext()+0x0: data relocation to !ENDBR: bytes_info_ext+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_get()+0x0: data relocation to !ENDBR: coeff_ram_get+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_put()+0x0: data relocation to !ENDBR: coeff_ram_put+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: bytes_info_ext()+0x0: data relocation to !ENDBR: bytes_info_ext+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_get()+0x0: data relocation to !ENDBR: coeff_ram_get+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_put()+0x0: data relocation to !ENDBR: coeff_ram_put+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: bytes_info_ext()+0x0: data relocation to !ENDBR: bytes_info_ext+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_get()+0x0: data relocation to !ENDBR: coeff_ram_get+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_put()+0x0: data relocation to !ENDBR: coeff_ram_put+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: bytes_info_ext()+0x0: data relocation to !ENDBR: bytes_info_ext+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_get()+0x0: data relocation to !ENDBR: coeff_ram_get+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_put()+0x0: data relocation to !ENDBR: coeff_ram_put+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: bytes_info_ext()+0x0: data relocation to !ENDBR: bytes_info_ext+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_get()+0x0: data relocation to !ENDBR: coeff_ram_get+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_put()+0x0: data relocation to !ENDBR: coeff_ram_put+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: bytes_info_ext()+0x0: data relocation to !ENDBR: bytes_info_ext+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_get()+0x0: data relocation to !ENDBR: coeff_ram_get+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_put()+0x0: data relocation to !ENDBR: coeff_ram_put+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: bytes_info_ext()+0x0: data relocation to !ENDBR: bytes_info_ext+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_get()+0x0: data relocation to !ENDBR: coeff_ram_get+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_put()+0x0: data relocation to !ENDBR: coeff_ram_put+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: bytes_info_ext()+0x0: data relocation to !ENDBR: bytes_info_ext+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_get()+0x0: data relocation to !ENDBR: coeff_ram_get+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_put()+0x0: data relocation to !ENDBR: coeff_ram_put+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: bytes_info_ext()+0x0: data relocation to !ENDBR: bytes_info_ext+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_get()+0x0: data relocation to !ENDBR: coeff_ram_get+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_put()+0x0: data relocation to !ENDBR: coeff_ram_put+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: bytes_info_ext()+0x0: data relocation to !ENDBR: bytes_info_ext+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_get()+0x0: data relocation to !ENDBR: coeff_ram_get+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_put()+0x0: data relocation to !ENDBR: coeff_ram_put+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: bytes_info_ext()+0x0: data relocation to !ENDBR: bytes_info_ext+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_get()+0x0: data relocation to !ENDBR: coeff_ram_get+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: coeff_ram_put()+0x0: data relocation to !ENDBR: coeff_ram_put+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: dapm_vref_event()+0x0: data relocation to !ENDBR: dapm_vref_event+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: pll_event()+0x0: data relocation to !ENDBR: pll_event+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: dac_event()+0x0: data relocation to !ENDBR: dac_event+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: dac_event()+0x0: data relocation to !ENDBR: dac_event+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: dac_event()+0x0: data relocation to !ENDBR: dac_event+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: dac_event()+0x0: data relocation to !ENDBR: dac_event+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: dapm_micb_event()+0x0: data relocation to !ENDBR: dapm_micb_event+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: tscs42xx_volatile()+0x0: data relocation to !ENDBR: tscs42xx_volatile+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: tscs42xx_precious()+0x0: data relocation to !ENDBR: tscs42xx_precious+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: tscs42xx_i2c_probe()+0x0: data relocation to !ENDBR: tscs42xx_i2c_probe+0x0 sound/soc/codecs/snd-soc-tscs42xx.prelink.o: warning: objtool: tscs42xx_i2c_driver_init()+0x0: data relocation to !ENDBR: tscs42xx_i2c_driver_init+0x0 sound/soc/codecs/snd-soc-wcd-mbhc.prelink.o: warning: objtool: wcd_mbhc_init()+0xee: relocation to !ENDBR: wcd_btn_long_press_fn+0x0 sound/soc/codecs/snd-soc-wcd-mbhc.prelink.o: warning: objtool: wcd_mbhc_init()+0x182: relocation to !ENDBR: wcd_correct_swch_plug+0x0 sound/soc/codecs/snd-soc-wcd-mbhc.prelink.o: warning: objtool: wcd_mbhc_init()+0x18d: relocation to !ENDBR: wcd_mbhc_mech_plug_detect_irq+0x0 sound/soc/codecs/snd-soc-wcd-mbhc.prelink.o: warning: objtool: wcd_mbhc_init()+0x1e1: relocation to !ENDBR: wcd_mbhc_btn_press_handler+0x0 sound/soc/codecs/snd-soc-wcd-mbhc.prelink.o: warning: objtool: wcd_mbhc_init()+0x20d: relocation to !ENDBR: wcd_mbhc_btn_release_handler+0x0 sound/soc/codecs/snd-soc-wcd-mbhc.prelink.o: warning: objtool: wcd_mbhc_init()+0x239: relocation to !ENDBR: wcd_mbhc_adc_hs_ins_irq+0x0 sound/soc/codecs/snd-soc-wcd-mbhc.prelink.o: warning: objtool: wcd_mbhc_init()+0x274: relocation to !ENDBR: wcd_mbhc_adc_hs_rem_irq+0x0 sound/soc/codecs/snd-soc-wcd-mbhc.prelink.o: warning: objtool: wcd_mbhc_init()+0x2a2: relocation to !ENDBR: wcd_mbhc_hphl_ocp_irq+0x0 sound/soc/codecs/snd-soc-wcd-mbhc.prelink.o: warning: objtool: wcd_mbhc_init()+0x2de: relocation to !ENDBR: wcd_mbhc_hphr_ocp_irq+0x0 sound/soc/codecs/snd-soc-wcd-mbhc.prelink.o: warning: objtool: mbhc_init()+0x0: data relocation to !ENDBR: mbhc_init+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_probe()+0x204: relocation to !ENDBR: wcd9335_slimbus_irq+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_probe()+0x0: data relocation to !ENDBR: wcd9335_codec_probe+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_remove()+0x0: data relocation to !ENDBR: wcd9335_codec_remove+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_set_sysclk()+0x0: data relocation to !ENDBR: wcd9335_codec_set_sysclk+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_slim()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_slim+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_slim()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_slim+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_slim()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_slim+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_slim()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_slim+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_mix_path()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_mix_path+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_mix_path()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_mix_path+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_mix_path()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_mix_path+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_mix_path()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_mix_path+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_mix_path()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_mix_path+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_mix_path()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_mix_path+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_mix_path()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_mix_path+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_mix_path()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_mix_path+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_mix_path()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_mix_path+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_interpolator()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_interpolator+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_interpolator()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_interpolator+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_interpolator()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_interpolator+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_interpolator()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_interpolator+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_interpolator()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_interpolator+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_interpolator()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_interpolator+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_interpolator()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_interpolator+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_interpolator()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_interpolator+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_interpolator()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_interpolator+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_ear_dac_event()+0x0: data relocation to !ENDBR: wcd9335_codec_ear_dac_event+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_hphl_dac_event()+0x0: data relocation to !ENDBR: wcd9335_codec_hphl_dac_event+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_hphr_dac_event()+0x0: data relocation to !ENDBR: wcd9335_codec_hphr_dac_event+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_lineout_dac_event()+0x0: data relocation to !ENDBR: wcd9335_codec_lineout_dac_event+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_lineout_dac_event()+0x0: data relocation to !ENDBR: wcd9335_codec_lineout_dac_event+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_lineout_dac_event()+0x0: data relocation to !ENDBR: wcd9335_codec_lineout_dac_event+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_lineout_dac_event()+0x0: data relocation to !ENDBR: wcd9335_codec_lineout_dac_event+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_hphl_pa()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_hphl_pa+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_hphr_pa()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_hphr_pa+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_ear_pa()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_ear_pa+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_lineout_pa()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_lineout_pa+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_lineout_pa()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_lineout_pa+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_lineout_pa()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_lineout_pa+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_lineout_pa()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_lineout_pa+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_rx_bias()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_rx_bias+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_mclk()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_mclk+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_slim()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_slim+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_slim()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_slim+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_slim()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_slim+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_micbias()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_micbias+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_micbias()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_micbias+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_micbias()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_micbias+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_micbias()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_micbias+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_adc()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_adc+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_adc()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_adc+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_adc()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_adc+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_adc()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_adc+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_adc()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_adc+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_adc()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_adc+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_dmic()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_dmic+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_dmic()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_dmic+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_dmic()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_dmic+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_dmic()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_dmic+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_dmic()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_dmic+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_dmic()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_dmic+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_dec()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_dec+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_dec()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_dec+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_dec()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_dec+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_dec()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_dec+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_dec()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_dec+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_dec()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_dec+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_dec()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_dec+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_dec()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_dec+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_codec_enable_dec()+0x0: data relocation to !ENDBR: wcd9335_codec_enable_dec+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_get_compander()+0x0: data relocation to !ENDBR: wcd9335_get_compander+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_set_compander()+0x0: data relocation to !ENDBR: wcd9335_set_compander+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_get_compander()+0x0: data relocation to !ENDBR: wcd9335_get_compander+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_set_compander()+0x0: data relocation to !ENDBR: wcd9335_set_compander+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_get_compander()+0x0: data relocation to !ENDBR: wcd9335_get_compander+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_set_compander()+0x0: data relocation to !ENDBR: wcd9335_set_compander+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_get_compander()+0x0: data relocation to !ENDBR: wcd9335_get_compander+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_set_compander()+0x0: data relocation to !ENDBR: wcd9335_set_compander+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_get_compander()+0x0: data relocation to !ENDBR: wcd9335_get_compander+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_set_compander()+0x0: data relocation to !ENDBR: wcd9335_set_compander+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_get_compander()+0x0: data relocation to !ENDBR: wcd9335_get_compander+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_set_compander()+0x0: data relocation to !ENDBR: wcd9335_set_compander+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_get_compander()+0x0: data relocation to !ENDBR: wcd9335_get_compander+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_set_compander()+0x0: data relocation to !ENDBR: wcd9335_set_compander+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_get_compander()+0x0: data relocation to !ENDBR: wcd9335_get_compander+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_set_compander()+0x0: data relocation to !ENDBR: wcd9335_set_compander+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_rx_hph_mode_get()+0x0: data relocation to !ENDBR: wcd9335_rx_hph_mode_get+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_rx_hph_mode_put()+0x0: data relocation to !ENDBR: wcd9335_rx_hph_mode_put+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_set_channel_map()+0x0: data relocation to !ENDBR: wcd9335_set_channel_map+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_get_channel_map()+0x0: data relocation to !ENDBR: wcd9335_get_channel_map+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_hw_params()+0x0: data relocation to !ENDBR: wcd9335_hw_params+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_trigger()+0x0: data relocation to !ENDBR: wcd9335_trigger+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_put_dec_enum()+0x0: data relocation to !ENDBR: wcd9335_put_dec_enum+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_put_dec_enum()+0x0: data relocation to !ENDBR: wcd9335_put_dec_enum+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_put_dec_enum()+0x0: data relocation to !ENDBR: wcd9335_put_dec_enum+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_put_dec_enum()+0x0: data relocation to !ENDBR: wcd9335_put_dec_enum+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_put_dec_enum()+0x0: data relocation to !ENDBR: wcd9335_put_dec_enum+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_put_dec_enum()+0x0: data relocation to !ENDBR: wcd9335_put_dec_enum+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_put_dec_enum()+0x0: data relocation to !ENDBR: wcd9335_put_dec_enum+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_put_dec_enum()+0x0: data relocation to !ENDBR: wcd9335_put_dec_enum+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_put_dec_enum()+0x0: data relocation to !ENDBR: wcd9335_put_dec_enum+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_int_dem_inp_mux_put()+0x0: data relocation to !ENDBR: wcd9335_int_dem_inp_mux_put+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_int_dem_inp_mux_put()+0x0: data relocation to !ENDBR: wcd9335_int_dem_inp_mux_put+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_int_dem_inp_mux_put()+0x0: data relocation to !ENDBR: wcd9335_int_dem_inp_mux_put+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_get()+0x0: data relocation to !ENDBR: slim_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_put()+0x0: data relocation to !ENDBR: slim_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_get()+0x0: data relocation to !ENDBR: slim_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_put()+0x0: data relocation to !ENDBR: slim_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_get()+0x0: data relocation to !ENDBR: slim_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_put()+0x0: data relocation to !ENDBR: slim_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_get()+0x0: data relocation to !ENDBR: slim_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_put()+0x0: data relocation to !ENDBR: slim_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_get()+0x0: data relocation to !ENDBR: slim_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_put()+0x0: data relocation to !ENDBR: slim_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_get()+0x0: data relocation to !ENDBR: slim_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_put()+0x0: data relocation to !ENDBR: slim_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_get()+0x0: data relocation to !ENDBR: slim_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_put()+0x0: data relocation to !ENDBR: slim_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_get()+0x0: data relocation to !ENDBR: slim_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_put()+0x0: data relocation to !ENDBR: slim_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_get()+0x0: data relocation to !ENDBR: slim_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_put()+0x0: data relocation to !ENDBR: slim_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_get()+0x0: data relocation to !ENDBR: slim_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_put()+0x0: data relocation to !ENDBR: slim_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_get()+0x0: data relocation to !ENDBR: slim_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_put()+0x0: data relocation to !ENDBR: slim_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_get()+0x0: data relocation to !ENDBR: slim_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_put()+0x0: data relocation to !ENDBR: slim_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_get()+0x0: data relocation to !ENDBR: slim_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_put()+0x0: data relocation to !ENDBR: slim_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_get()+0x0: data relocation to !ENDBR: slim_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_put()+0x0: data relocation to !ENDBR: slim_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_get()+0x0: data relocation to !ENDBR: slim_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_put()+0x0: data relocation to !ENDBR: slim_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_get()+0x0: data relocation to !ENDBR: slim_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_put()+0x0: data relocation to !ENDBR: slim_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_get()+0x0: data relocation to !ENDBR: slim_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_put()+0x0: data relocation to !ENDBR: slim_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_get()+0x0: data relocation to !ENDBR: slim_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_put()+0x0: data relocation to !ENDBR: slim_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_get()+0x0: data relocation to !ENDBR: slim_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_put()+0x0: data relocation to !ENDBR: slim_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_get()+0x0: data relocation to !ENDBR: slim_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_put()+0x0: data relocation to !ENDBR: slim_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_get()+0x0: data relocation to !ENDBR: slim_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_put()+0x0: data relocation to !ENDBR: slim_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_get()+0x0: data relocation to !ENDBR: slim_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_put()+0x0: data relocation to !ENDBR: slim_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_get()+0x0: data relocation to !ENDBR: slim_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_put()+0x0: data relocation to !ENDBR: slim_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_get()+0x0: data relocation to !ENDBR: slim_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_put()+0x0: data relocation to !ENDBR: slim_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_get()+0x0: data relocation to !ENDBR: slim_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_put()+0x0: data relocation to !ENDBR: slim_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_get()+0x0: data relocation to !ENDBR: slim_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_put()+0x0: data relocation to !ENDBR: slim_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_get()+0x0: data relocation to !ENDBR: slim_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_put()+0x0: data relocation to !ENDBR: slim_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_get()+0x0: data relocation to !ENDBR: slim_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_put()+0x0: data relocation to !ENDBR: slim_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_get()+0x0: data relocation to !ENDBR: slim_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_put()+0x0: data relocation to !ENDBR: slim_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_get()+0x0: data relocation to !ENDBR: slim_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_put()+0x0: data relocation to !ENDBR: slim_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_get()+0x0: data relocation to !ENDBR: slim_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_put()+0x0: data relocation to !ENDBR: slim_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_get()+0x0: data relocation to !ENDBR: slim_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_put()+0x0: data relocation to !ENDBR: slim_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_get()+0x0: data relocation to !ENDBR: slim_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_put()+0x0: data relocation to !ENDBR: slim_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_get()+0x0: data relocation to !ENDBR: slim_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_put()+0x0: data relocation to !ENDBR: slim_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_get()+0x0: data relocation to !ENDBR: slim_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_tx_mixer_put()+0x0: data relocation to !ENDBR: slim_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_rx_mux_get()+0x0: data relocation to !ENDBR: slim_rx_mux_get+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_rx_mux_put()+0x0: data relocation to !ENDBR: slim_rx_mux_put+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_rx_mux_get()+0x0: data relocation to !ENDBR: slim_rx_mux_get+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_rx_mux_put()+0x0: data relocation to !ENDBR: slim_rx_mux_put+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_rx_mux_get()+0x0: data relocation to !ENDBR: slim_rx_mux_get+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_rx_mux_put()+0x0: data relocation to !ENDBR: slim_rx_mux_put+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_rx_mux_get()+0x0: data relocation to !ENDBR: slim_rx_mux_get+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_rx_mux_put()+0x0: data relocation to !ENDBR: slim_rx_mux_put+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_rx_mux_get()+0x0: data relocation to !ENDBR: slim_rx_mux_get+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_rx_mux_put()+0x0: data relocation to !ENDBR: slim_rx_mux_put+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_rx_mux_get()+0x0: data relocation to !ENDBR: slim_rx_mux_get+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_rx_mux_put()+0x0: data relocation to !ENDBR: slim_rx_mux_put+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_rx_mux_get()+0x0: data relocation to !ENDBR: slim_rx_mux_get+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_rx_mux_put()+0x0: data relocation to !ENDBR: slim_rx_mux_put+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_rx_mux_get()+0x0: data relocation to !ENDBR: slim_rx_mux_get+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: slim_rx_mux_put()+0x0: data relocation to !ENDBR: slim_rx_mux_put+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_slim_probe()+0x0: data relocation to !ENDBR: wcd9335_slim_probe+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_slim_status()+0x0: data relocation to !ENDBR: wcd9335_slim_status+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_is_volatile_register()+0x0: data relocation to !ENDBR: wcd9335_is_volatile_register+0x0 sound/soc/codecs/snd-soc-wcd9335.prelink.o: warning: objtool: wcd9335_slim_driver_init()+0x0: data relocation to !ENDBR: wcd9335_slim_driver_init+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_soc_codec_probe()+0x455: relocation to !ENDBR: wcd938x_wd_handle_irq+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_soc_codec_probe()+0x47a: relocation to !ENDBR: wcd938x_wd_handle_irq+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_soc_codec_probe()+0x49f: relocation to !ENDBR: wcd938x_wd_handle_irq+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_probe()+0xde: relocation to !ENDBR: wcd938x_swap_gnd_mic+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_bind()+0x0: data relocation to !ENDBR: wcd938x_bind+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_unbind()+0x0: data relocation to !ENDBR: wcd938x_unbind+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_codec_set_sdw_stream()+0x0: data relocation to !ENDBR: wcd938x_codec_set_sdw_stream+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_codec_hw_params()+0x0: data relocation to !ENDBR: wcd938x_codec_hw_params+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_codec_free()+0x0: data relocation to !ENDBR: wcd938x_codec_free+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_soc_codec_probe()+0x0: data relocation to !ENDBR: wcd938x_soc_codec_probe+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_codec_set_jack()+0x0: data relocation to !ENDBR: wcd938x_codec_set_jack+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd_irq_chip_map()+0x0: data relocation to !ENDBR: wcd_irq_chip_map+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_codec_enable_adc()+0x0: data relocation to !ENDBR: wcd938x_codec_enable_adc+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_codec_enable_adc()+0x0: data relocation to !ENDBR: wcd938x_codec_enable_adc+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_codec_enable_adc()+0x0: data relocation to !ENDBR: wcd938x_codec_enable_adc+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_codec_enable_adc()+0x0: data relocation to !ENDBR: wcd938x_codec_enable_adc+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_codec_enable_dmic()+0x0: data relocation to !ENDBR: wcd938x_codec_enable_dmic+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_codec_enable_dmic()+0x0: data relocation to !ENDBR: wcd938x_codec_enable_dmic+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_codec_enable_dmic()+0x0: data relocation to !ENDBR: wcd938x_codec_enable_dmic+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_codec_enable_dmic()+0x0: data relocation to !ENDBR: wcd938x_codec_enable_dmic+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_codec_enable_dmic()+0x0: data relocation to !ENDBR: wcd938x_codec_enable_dmic+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_codec_enable_dmic()+0x0: data relocation to !ENDBR: wcd938x_codec_enable_dmic+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_codec_enable_dmic()+0x0: data relocation to !ENDBR: wcd938x_codec_enable_dmic+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_codec_enable_dmic()+0x0: data relocation to !ENDBR: wcd938x_codec_enable_dmic+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_adc_enable_req()+0x0: data relocation to !ENDBR: wcd938x_adc_enable_req+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_adc_enable_req()+0x0: data relocation to !ENDBR: wcd938x_adc_enable_req+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_adc_enable_req()+0x0: data relocation to !ENDBR: wcd938x_adc_enable_req+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_adc_enable_req()+0x0: data relocation to !ENDBR: wcd938x_adc_enable_req+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_tx_swr_ctrl()+0x0: data relocation to !ENDBR: wcd938x_tx_swr_ctrl+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_tx_swr_ctrl()+0x0: data relocation to !ENDBR: wcd938x_tx_swr_ctrl+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_tx_swr_ctrl()+0x0: data relocation to !ENDBR: wcd938x_tx_swr_ctrl+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_tx_swr_ctrl()+0x0: data relocation to !ENDBR: wcd938x_tx_swr_ctrl+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_tx_swr_ctrl()+0x0: data relocation to !ENDBR: wcd938x_tx_swr_ctrl+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_tx_swr_ctrl()+0x0: data relocation to !ENDBR: wcd938x_tx_swr_ctrl+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_tx_swr_ctrl()+0x0: data relocation to !ENDBR: wcd938x_tx_swr_ctrl+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_tx_swr_ctrl()+0x0: data relocation to !ENDBR: wcd938x_tx_swr_ctrl+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_tx_swr_ctrl()+0x0: data relocation to !ENDBR: wcd938x_tx_swr_ctrl+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_tx_swr_ctrl()+0x0: data relocation to !ENDBR: wcd938x_tx_swr_ctrl+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_tx_swr_ctrl()+0x0: data relocation to !ENDBR: wcd938x_tx_swr_ctrl+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_tx_swr_ctrl()+0x0: data relocation to !ENDBR: wcd938x_tx_swr_ctrl+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_codec_enable_micbias()+0x0: data relocation to !ENDBR: wcd938x_codec_enable_micbias+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_codec_enable_micbias()+0x0: data relocation to !ENDBR: wcd938x_codec_enable_micbias+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_codec_enable_micbias()+0x0: data relocation to !ENDBR: wcd938x_codec_enable_micbias+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_codec_enable_micbias()+0x0: data relocation to !ENDBR: wcd938x_codec_enable_micbias+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_codec_enable_micbias_pullup()+0x0: data relocation to !ENDBR: wcd938x_codec_enable_micbias_pullup+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_codec_enable_micbias_pullup()+0x0: data relocation to !ENDBR: wcd938x_codec_enable_micbias_pullup+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_codec_enable_micbias_pullup()+0x0: data relocation to !ENDBR: wcd938x_codec_enable_micbias_pullup+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_codec_enable_micbias_pullup()+0x0: data relocation to !ENDBR: wcd938x_codec_enable_micbias_pullup+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_codec_enable_ear_pa()+0x0: data relocation to !ENDBR: wcd938x_codec_enable_ear_pa+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_codec_enable_aux_pa()+0x0: data relocation to !ENDBR: wcd938x_codec_enable_aux_pa+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_codec_enable_hphl_pa()+0x0: data relocation to !ENDBR: wcd938x_codec_enable_hphl_pa+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_codec_enable_hphr_pa()+0x0: data relocation to !ENDBR: wcd938x_codec_enable_hphr_pa+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_codec_hphl_dac_event()+0x0: data relocation to !ENDBR: wcd938x_codec_hphl_dac_event+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_codec_hphr_dac_event()+0x0: data relocation to !ENDBR: wcd938x_codec_hphr_dac_event+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_codec_ear_dac_event()+0x0: data relocation to !ENDBR: wcd938x_codec_ear_dac_event+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_codec_aux_dac_event()+0x0: data relocation to !ENDBR: wcd938x_codec_aux_dac_event+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_codec_enable_rxclk()+0x0: data relocation to !ENDBR: wcd938x_codec_enable_rxclk+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_get_compander()+0x0: data relocation to !ENDBR: wcd938x_get_compander+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_set_compander()+0x0: data relocation to !ENDBR: wcd938x_set_compander+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_get_compander()+0x0: data relocation to !ENDBR: wcd938x_get_compander+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_set_compander()+0x0: data relocation to !ENDBR: wcd938x_set_compander+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_get_swr_port()+0x0: data relocation to !ENDBR: wcd938x_get_swr_port+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_set_swr_port()+0x0: data relocation to !ENDBR: wcd938x_set_swr_port+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_get_swr_port()+0x0: data relocation to !ENDBR: wcd938x_get_swr_port+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_set_swr_port()+0x0: data relocation to !ENDBR: wcd938x_set_swr_port+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_get_swr_port()+0x0: data relocation to !ENDBR: wcd938x_get_swr_port+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_set_swr_port()+0x0: data relocation to !ENDBR: wcd938x_set_swr_port+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_get_swr_port()+0x0: data relocation to !ENDBR: wcd938x_get_swr_port+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_set_swr_port()+0x0: data relocation to !ENDBR: wcd938x_set_swr_port+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_get_swr_port()+0x0: data relocation to !ENDBR: wcd938x_get_swr_port+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_set_swr_port()+0x0: data relocation to !ENDBR: wcd938x_set_swr_port+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_get_swr_port()+0x0: data relocation to !ENDBR: wcd938x_get_swr_port+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_set_swr_port()+0x0: data relocation to !ENDBR: wcd938x_set_swr_port+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_ear_pa_put_gain()+0x0: data relocation to !ENDBR: wcd938x_ear_pa_put_gain+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_get_swr_port()+0x0: data relocation to !ENDBR: wcd938x_get_swr_port+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_set_swr_port()+0x0: data relocation to !ENDBR: wcd938x_set_swr_port+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_get_swr_port()+0x0: data relocation to !ENDBR: wcd938x_get_swr_port+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_set_swr_port()+0x0: data relocation to !ENDBR: wcd938x_set_swr_port+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_get_swr_port()+0x0: data relocation to !ENDBR: wcd938x_get_swr_port+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_set_swr_port()+0x0: data relocation to !ENDBR: wcd938x_set_swr_port+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_get_swr_port()+0x0: data relocation to !ENDBR: wcd938x_get_swr_port+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_set_swr_port()+0x0: data relocation to !ENDBR: wcd938x_set_swr_port+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_get_swr_port()+0x0: data relocation to !ENDBR: wcd938x_get_swr_port+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_set_swr_port()+0x0: data relocation to !ENDBR: wcd938x_set_swr_port+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_get_swr_port()+0x0: data relocation to !ENDBR: wcd938x_get_swr_port+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_set_swr_port()+0x0: data relocation to !ENDBR: wcd938x_set_swr_port+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_get_swr_port()+0x0: data relocation to !ENDBR: wcd938x_get_swr_port+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_set_swr_port()+0x0: data relocation to !ENDBR: wcd938x_set_swr_port+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_get_swr_port()+0x0: data relocation to !ENDBR: wcd938x_get_swr_port+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_set_swr_port()+0x0: data relocation to !ENDBR: wcd938x_set_swr_port+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_get_swr_port()+0x0: data relocation to !ENDBR: wcd938x_get_swr_port+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_set_swr_port()+0x0: data relocation to !ENDBR: wcd938x_set_swr_port+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_get_swr_port()+0x0: data relocation to !ENDBR: wcd938x_get_swr_port+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_set_swr_port()+0x0: data relocation to !ENDBR: wcd938x_set_swr_port+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_get_swr_port()+0x0: data relocation to !ENDBR: wcd938x_get_swr_port+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_set_swr_port()+0x0: data relocation to !ENDBR: wcd938x_set_swr_port+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_get_swr_port()+0x0: data relocation to !ENDBR: wcd938x_get_swr_port+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_set_swr_port()+0x0: data relocation to !ENDBR: wcd938x_set_swr_port+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_get_swr_port()+0x0: data relocation to !ENDBR: wcd938x_get_swr_port+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_set_swr_port()+0x0: data relocation to !ENDBR: wcd938x_set_swr_port+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_ldoh_get()+0x0: data relocation to !ENDBR: wcd938x_ldoh_get+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_ldoh_put()+0x0: data relocation to !ENDBR: wcd938x_ldoh_put+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_bcs_get()+0x0: data relocation to !ENDBR: wcd938x_bcs_get+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_bcs_put()+0x0: data relocation to !ENDBR: wcd938x_bcs_put+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_hph_impedance_get()+0x0: data relocation to !ENDBR: wcd938x_hph_impedance_get+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_hph_impedance_get()+0x0: data relocation to !ENDBR: wcd938x_hph_impedance_get+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_get_hph_type()+0x0: data relocation to !ENDBR: wcd938x_get_hph_type+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_wcd_mbhc_calc_impedance()+0x0: data relocation to !ENDBR: wcd938x_wcd_mbhc_calc_impedance+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_mbhc_clk_setup()+0x0: data relocation to !ENDBR: wcd938x_mbhc_clk_setup+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_mbhc_micb_en_status()+0x0: data relocation to !ENDBR: wcd938x_mbhc_micb_en_status+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_mbhc_mbhc_bias_control()+0x0: data relocation to !ENDBR: wcd938x_mbhc_mbhc_bias_control+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_mbhc_program_btn_thr()+0x0: data relocation to !ENDBR: wcd938x_mbhc_program_btn_thr+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_mbhc_request_micbias()+0x0: data relocation to !ENDBR: wcd938x_mbhc_request_micbias+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_mbhc_micb_ramp_control()+0x0: data relocation to !ENDBR: wcd938x_mbhc_micb_ramp_control+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_mbhc_micb_ctrl_threshold_mic()+0x0: data relocation to !ENDBR: wcd938x_mbhc_micb_ctrl_threshold_mic+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_mbhc_gnd_det_ctrl()+0x0: data relocation to !ENDBR: wcd938x_mbhc_gnd_det_ctrl+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_mbhc_hph_pull_down_ctrl()+0x0: data relocation to !ENDBR: wcd938x_mbhc_hph_pull_down_ctrl+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_mbhc_moisture_config()+0x0: data relocation to !ENDBR: wcd938x_mbhc_moisture_config+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_mbhc_hph_l_pull_up_control()+0x0: data relocation to !ENDBR: wcd938x_mbhc_hph_l_pull_up_control+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_mbhc_get_moisture_status()+0x0: data relocation to !ENDBR: wcd938x_mbhc_get_moisture_status+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_mbhc_moisture_polling_ctrl()+0x0: data relocation to !ENDBR: wcd938x_mbhc_moisture_polling_ctrl+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_mbhc_moisture_detect_en()+0x0: data relocation to !ENDBR: wcd938x_mbhc_moisture_detect_en+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_rx_hph_mode_get()+0x0: data relocation to !ENDBR: wcd938x_rx_hph_mode_get+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_rx_hph_mode_put()+0x0: data relocation to !ENDBR: wcd938x_rx_hph_mode_put+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_tx_mode_get()+0x0: data relocation to !ENDBR: wcd938x_tx_mode_get+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_tx_mode_put()+0x0: data relocation to !ENDBR: wcd938x_tx_mode_put+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_tx_mode_get()+0x0: data relocation to !ENDBR: wcd938x_tx_mode_get+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_tx_mode_put()+0x0: data relocation to !ENDBR: wcd938x_tx_mode_put+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_tx_mode_get()+0x0: data relocation to !ENDBR: wcd938x_tx_mode_get+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_tx_mode_put()+0x0: data relocation to !ENDBR: wcd938x_tx_mode_put+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_tx_mode_get()+0x0: data relocation to !ENDBR: wcd938x_tx_mode_get+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_tx_mode_put()+0x0: data relocation to !ENDBR: wcd938x_tx_mode_put+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_rx_hph_mode_get()+0x0: data relocation to !ENDBR: wcd938x_rx_hph_mode_get+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_rx_hph_mode_put()+0x0: data relocation to !ENDBR: wcd938x_rx_hph_mode_put+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_tx_mode_get()+0x0: data relocation to !ENDBR: wcd938x_tx_mode_get+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_tx_mode_put()+0x0: data relocation to !ENDBR: wcd938x_tx_mode_put+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_tx_mode_get()+0x0: data relocation to !ENDBR: wcd938x_tx_mode_get+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_tx_mode_put()+0x0: data relocation to !ENDBR: wcd938x_tx_mode_put+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_tx_mode_get()+0x0: data relocation to !ENDBR: wcd938x_tx_mode_get+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_tx_mode_put()+0x0: data relocation to !ENDBR: wcd938x_tx_mode_put+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_tx_mode_get()+0x0: data relocation to !ENDBR: wcd938x_tx_mode_get+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_tx_mode_put()+0x0: data relocation to !ENDBR: wcd938x_tx_mode_put+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_probe()+0x0: data relocation to !ENDBR: wcd938x_probe+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_remove()+0x0: data relocation to !ENDBR: wcd938x_remove+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_writeable_register()+0x0: data relocation to !ENDBR: wcd938x_writeable_register+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_readable_register()+0x0: data relocation to !ENDBR: wcd938x_readable_register+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_volatile_register()+0x0: data relocation to !ENDBR: wcd938x_volatile_register+0x0 sound/soc/codecs/snd-soc-wcd938x.prelink.o: warning: objtool: wcd938x_codec_driver_init()+0x0: data relocation to !ENDBR: wcd938x_codec_driver_init+0x0 sound/soc/codecs/snd-soc-wcd938x-sdw.prelink.o: warning: objtool: wcd938x_sdw_runtime_suspend()+0x0: data relocation to !ENDBR: wcd938x_sdw_runtime_suspend+0x0 sound/soc/codecs/snd-soc-wcd938x-sdw.prelink.o: warning: objtool: wcd938x_sdw_runtime_resume()+0x0: data relocation to !ENDBR: wcd938x_sdw_runtime_resume+0x0 sound/soc/codecs/snd-soc-wcd938x-sdw.prelink.o: warning: objtool: wcd938x_sdw_component_bind()+0x0: data relocation to !ENDBR: wcd938x_sdw_component_bind+0x0 sound/soc/codecs/snd-soc-wcd938x-sdw.prelink.o: warning: objtool: wcd938x_sdw_component_unbind()+0x0: data relocation to !ENDBR: wcd938x_sdw_component_unbind+0x0 sound/soc/codecs/snd-soc-wcd938x-sdw.prelink.o: warning: objtool: wcd9380_probe()+0x0: data relocation to !ENDBR: wcd9380_probe+0x0 sound/soc/codecs/snd-soc-wcd938x-sdw.prelink.o: warning: objtool: wcd9380_interrupt_callback()+0x0: data relocation to !ENDBR: wcd9380_interrupt_callback+0x0 sound/soc/codecs/snd-soc-wcd938x-sdw.prelink.o: warning: objtool: wcd9380_update_status()+0x0: data relocation to !ENDBR: wcd9380_update_status+0x0 sound/soc/codecs/snd-soc-wcd938x-sdw.prelink.o: warning: objtool: wcd9380_bus_config()+0x0: data relocation to !ENDBR: wcd9380_bus_config+0x0 sound/soc/codecs/snd-soc-wcd938x-sdw.prelink.o: warning: objtool: wcd9380_codec_driver_init()+0x0: data relocation to !ENDBR: wcd9380_codec_driver_init+0x0 sound/soc/codecs/snd-soc-wm8524.prelink.o: warning: objtool: wm8524_probe()+0x0: data relocation to !ENDBR: wm8524_probe+0x0 sound/soc/codecs/snd-soc-wm8524.prelink.o: warning: objtool: wm8524_set_dai_sysclk()+0x0: data relocation to !ENDBR: wm8524_set_dai_sysclk+0x0 sound/soc/codecs/snd-soc-wm8524.prelink.o: warning: objtool: wm8524_set_fmt()+0x0: data relocation to !ENDBR: wm8524_set_fmt+0x0 sound/soc/codecs/snd-soc-wm8524.prelink.o: warning: objtool: wm8524_mute_stream()+0x0: data relocation to !ENDBR: wm8524_mute_stream+0x0 sound/soc/codecs/snd-soc-wm8524.prelink.o: warning: objtool: wm8524_startup()+0x0: data relocation to !ENDBR: wm8524_startup+0x0 sound/soc/codecs/snd-soc-wm8524.prelink.o: warning: objtool: wm8524_shutdown()+0x0: data relocation to !ENDBR: wm8524_shutdown+0x0 sound/soc/codecs/snd-soc-wm8524.prelink.o: warning: objtool: wm8524_codec_probe()+0x0: data relocation to !ENDBR: wm8524_codec_probe+0x0 sound/soc/codecs/snd-soc-wm8524.prelink.o: warning: objtool: wm8524_codec_driver_init()+0x0: data relocation to !ENDBR: wm8524_codec_driver_init+0x0 sound/soc/codecs/snd-soc-wm8580.prelink.o: warning: objtool: wm8580_volatile()+0x0: data relocation to !ENDBR: wm8580_volatile+0x0 sound/soc/codecs/snd-soc-wm8580.prelink.o: warning: objtool: wm8580_probe()+0x0: data relocation to !ENDBR: wm8580_probe+0x0 sound/soc/codecs/snd-soc-wm8580.prelink.o: warning: objtool: wm8580_remove()+0x0: data relocation to !ENDBR: wm8580_remove+0x0 sound/soc/codecs/snd-soc-wm8580.prelink.o: warning: objtool: wm8580_set_bias_level()+0x0: data relocation to !ENDBR: wm8580_set_bias_level+0x0 sound/soc/codecs/snd-soc-wm8580.prelink.o: warning: objtool: wm8580_set_sysclk()+0x0: data relocation to !ENDBR: wm8580_set_sysclk+0x0 sound/soc/codecs/snd-soc-wm8580.prelink.o: warning: objtool: wm8580_set_dai_pll()+0x0: data relocation to !ENDBR: wm8580_set_dai_pll+0x0 sound/soc/codecs/snd-soc-wm8580.prelink.o: warning: objtool: wm8580_set_dai_clkdiv()+0x0: data relocation to !ENDBR: wm8580_set_dai_clkdiv+0x0 sound/soc/codecs/snd-soc-wm8580.prelink.o: warning: objtool: wm8580_set_paif_dai_fmt()+0x0: data relocation to !ENDBR: wm8580_set_paif_dai_fmt+0x0 sound/soc/codecs/snd-soc-wm8580.prelink.o: warning: objtool: wm8580_paif_hw_params()+0x0: data relocation to !ENDBR: wm8580_paif_hw_params+0x0 sound/soc/codecs/snd-soc-wm8580.prelink.o: warning: objtool: wm8580_set_sysclk()+0x0: data relocation to !ENDBR: wm8580_set_sysclk+0x0 sound/soc/codecs/snd-soc-wm8580.prelink.o: warning: objtool: wm8580_set_dai_pll()+0x0: data relocation to !ENDBR: wm8580_set_dai_pll+0x0 sound/soc/codecs/snd-soc-wm8580.prelink.o: warning: objtool: wm8580_set_dai_clkdiv()+0x0: data relocation to !ENDBR: wm8580_set_dai_clkdiv+0x0 sound/soc/codecs/snd-soc-wm8580.prelink.o: warning: objtool: wm8580_set_paif_dai_fmt()+0x0: data relocation to !ENDBR: wm8580_set_paif_dai_fmt+0x0 sound/soc/codecs/snd-soc-wm8580.prelink.o: warning: objtool: wm8580_mute()+0x0: data relocation to !ENDBR: wm8580_mute+0x0 sound/soc/codecs/snd-soc-wm8580.prelink.o: warning: objtool: wm8580_playback_startup()+0x0: data relocation to !ENDBR: wm8580_playback_startup+0x0 sound/soc/codecs/snd-soc-wm8580.prelink.o: warning: objtool: wm8580_paif_hw_params()+0x0: data relocation to !ENDBR: wm8580_paif_hw_params+0x0 sound/soc/codecs/snd-soc-wm8580.prelink.o: warning: objtool: wm8580_out_vu()+0x0: data relocation to !ENDBR: wm8580_out_vu+0x0 sound/soc/codecs/snd-soc-wm8580.prelink.o: warning: objtool: wm8580_out_vu()+0x0: data relocation to !ENDBR: wm8580_out_vu+0x0 sound/soc/codecs/snd-soc-wm8580.prelink.o: warning: objtool: wm8580_out_vu()+0x0: data relocation to !ENDBR: wm8580_out_vu+0x0 sound/soc/codecs/snd-soc-wm8580.prelink.o: warning: objtool: wm8580_out_vu()+0x0: data relocation to !ENDBR: wm8580_out_vu+0x0 sound/soc/codecs/snd-soc-wm8580.prelink.o: warning: objtool: wm8580_i2c_probe()+0x0: data relocation to !ENDBR: wm8580_i2c_probe+0x0 sound/soc/codecs/snd-soc-wm8580.prelink.o: warning: objtool: wm8580_i2c_driver_init()+0x0: data relocation to !ENDBR: wm8580_i2c_driver_init+0x0 sound/soc/codecs/snd-soc-wm8731.prelink.o: warning: objtool: wm8731_volatile()+0x0: data relocation to !ENDBR: wm8731_volatile+0x0 sound/soc/codecs/snd-soc-wm8731.prelink.o: warning: objtool: wm8731_set_bias_level()+0x0: data relocation to !ENDBR: wm8731_set_bias_level+0x0 sound/soc/codecs/snd-soc-wm8731.prelink.o: warning: objtool: wm8731_set_dai_sysclk()+0x0: data relocation to !ENDBR: wm8731_set_dai_sysclk+0x0 sound/soc/codecs/snd-soc-wm8731.prelink.o: warning: objtool: wm8731_set_dai_fmt()+0x0: data relocation to !ENDBR: wm8731_set_dai_fmt+0x0 sound/soc/codecs/snd-soc-wm8731.prelink.o: warning: objtool: wm8731_mute()+0x0: data relocation to !ENDBR: wm8731_mute+0x0 sound/soc/codecs/snd-soc-wm8731.prelink.o: warning: objtool: wm8731_startup()+0x0: data relocation to !ENDBR: wm8731_startup+0x0 sound/soc/codecs/snd-soc-wm8731.prelink.o: warning: objtool: wm8731_hw_params()+0x0: data relocation to !ENDBR: wm8731_hw_params+0x0 sound/soc/codecs/snd-soc-wm8731.prelink.o: warning: objtool: wm8731_check_osc()+0x0: data relocation to !ENDBR: wm8731_check_osc+0x0 sound/soc/codecs/snd-soc-wm8731.prelink.o: warning: objtool: wm8731_check_osc()+0x0: data relocation to !ENDBR: wm8731_check_osc+0x0 sound/soc/codecs/snd-soc-wm8731.prelink.o: warning: objtool: wm8731_get_deemph()+0x0: data relocation to !ENDBR: wm8731_get_deemph+0x0 sound/soc/codecs/snd-soc-wm8731.prelink.o: warning: objtool: wm8731_put_deemph()+0x0: data relocation to !ENDBR: wm8731_put_deemph+0x0 sound/soc/codecs/snd-soc-wm8731.prelink.o: warning: objtool: wm8731_i2c_probe()+0x0: data relocation to !ENDBR: wm8731_i2c_probe+0x0 sound/soc/codecs/snd-soc-wm8731.prelink.o: warning: objtool: wm8731_spi_probe()+0x0: data relocation to !ENDBR: wm8731_spi_probe+0x0 sound/soc/codecs/snd-soc-wm8731.prelink.o: warning: objtool: wm8731_modinit()+0x0: data relocation to !ENDBR: wm8731_modinit+0x0 sound/soc/codecs/snd-soc-wm8737.prelink.o: warning: objtool: wm8737_volatile()+0x0: data relocation to !ENDBR: wm8737_volatile+0x0 sound/soc/codecs/snd-soc-wm8737.prelink.o: warning: objtool: wm8737_probe()+0x0: data relocation to !ENDBR: wm8737_probe+0x0 sound/soc/codecs/snd-soc-wm8737.prelink.o: warning: objtool: wm8737_set_bias_level()+0x0: data relocation to !ENDBR: wm8737_set_bias_level+0x0 sound/soc/codecs/snd-soc-wm8737.prelink.o: warning: objtool: wm8737_set_dai_sysclk()+0x0: data relocation to !ENDBR: wm8737_set_dai_sysclk+0x0 sound/soc/codecs/snd-soc-wm8737.prelink.o: warning: objtool: wm8737_set_dai_fmt()+0x0: data relocation to !ENDBR: wm8737_set_dai_fmt+0x0 sound/soc/codecs/snd-soc-wm8737.prelink.o: warning: objtool: wm8737_hw_params()+0x0: data relocation to !ENDBR: wm8737_hw_params+0x0 sound/soc/codecs/snd-soc-wm8737.prelink.o: warning: objtool: wm8737_spi_probe()+0x0: data relocation to !ENDBR: wm8737_spi_probe+0x0 sound/soc/codecs/snd-soc-wm8737.prelink.o: warning: objtool: wm8737_i2c_probe()+0x0: data relocation to !ENDBR: wm8737_i2c_probe+0x0 sound/soc/codecs/snd-soc-wm8737.prelink.o: warning: objtool: wm8737_modinit()+0x0: data relocation to !ENDBR: wm8737_modinit+0x0 sound/soc/codecs/snd-soc-wm8753.prelink.o: warning: objtool: wm8753_probe()+0x51: relocation to !ENDBR: wm8753_charge_work+0x0 sound/soc/codecs/snd-soc-wm8753.prelink.o: warning: objtool: wm8753_volatile()+0x0: data relocation to !ENDBR: wm8753_volatile+0x0 sound/soc/codecs/snd-soc-wm8753.prelink.o: warning: objtool: wm8753_probe()+0x0: data relocation to !ENDBR: wm8753_probe+0x0 sound/soc/codecs/snd-soc-wm8753.prelink.o: warning: objtool: wm8753_resume()+0x0: data relocation to !ENDBR: wm8753_resume+0x0 sound/soc/codecs/snd-soc-wm8753.prelink.o: warning: objtool: wm8753_set_bias_level()+0x0: data relocation to !ENDBR: wm8753_set_bias_level+0x0 sound/soc/codecs/snd-soc-wm8753.prelink.o: warning: objtool: wm8753_set_dai_sysclk()+0x0: data relocation to !ENDBR: wm8753_set_dai_sysclk+0x0 sound/soc/codecs/snd-soc-wm8753.prelink.o: warning: objtool: wm8753_set_dai_pll()+0x0: data relocation to !ENDBR: wm8753_set_dai_pll+0x0 sound/soc/codecs/snd-soc-wm8753.prelink.o: warning: objtool: wm8753_set_dai_clkdiv()+0x0: data relocation to !ENDBR: wm8753_set_dai_clkdiv+0x0 sound/soc/codecs/snd-soc-wm8753.prelink.o: warning: objtool: wm8753_voice_set_dai_fmt()+0x0: data relocation to !ENDBR: wm8753_voice_set_dai_fmt+0x0 sound/soc/codecs/snd-soc-wm8753.prelink.o: warning: objtool: wm8753_mute()+0x0: data relocation to !ENDBR: wm8753_mute+0x0 sound/soc/codecs/snd-soc-wm8753.prelink.o: warning: objtool: wm8753_pcm_hw_params()+0x0: data relocation to !ENDBR: wm8753_pcm_hw_params+0x0 sound/soc/codecs/snd-soc-wm8753.prelink.o: warning: objtool: wm8753_set_dai_sysclk()+0x0: data relocation to !ENDBR: wm8753_set_dai_sysclk+0x0 sound/soc/codecs/snd-soc-wm8753.prelink.o: warning: objtool: wm8753_set_dai_pll()+0x0: data relocation to !ENDBR: wm8753_set_dai_pll+0x0 sound/soc/codecs/snd-soc-wm8753.prelink.o: warning: objtool: wm8753_set_dai_clkdiv()+0x0: data relocation to !ENDBR: wm8753_set_dai_clkdiv+0x0 sound/soc/codecs/snd-soc-wm8753.prelink.o: warning: objtool: wm8753_hifi_set_dai_fmt()+0x0: data relocation to !ENDBR: wm8753_hifi_set_dai_fmt+0x0 sound/soc/codecs/snd-soc-wm8753.prelink.o: warning: objtool: wm8753_mute()+0x0: data relocation to !ENDBR: wm8753_mute+0x0 sound/soc/codecs/snd-soc-wm8753.prelink.o: warning: objtool: wm8753_i2s_hw_params()+0x0: data relocation to !ENDBR: wm8753_i2s_hw_params+0x0 sound/soc/codecs/snd-soc-wm8753.prelink.o: warning: objtool: wm8753_get_dai()+0x0: data relocation to !ENDBR: wm8753_get_dai+0x0 sound/soc/codecs/snd-soc-wm8753.prelink.o: warning: objtool: wm8753_set_dai()+0x0: data relocation to !ENDBR: wm8753_set_dai+0x0 sound/soc/codecs/snd-soc-wm8753.prelink.o: warning: objtool: wm8753_i2c_probe()+0x0: data relocation to !ENDBR: wm8753_i2c_probe+0x0 sound/soc/codecs/snd-soc-wm8753.prelink.o: warning: objtool: wm8753_spi_probe()+0x0: data relocation to !ENDBR: wm8753_spi_probe+0x0 sound/soc/codecs/snd-soc-wm8753.prelink.o: warning: objtool: wm8753_modinit()+0x0: data relocation to !ENDBR: wm8753_modinit+0x0 sound/soc/codecs/snd-soc-wm8770.prelink.o: warning: objtool: wm8770_spi_probe()+0x5b: relocation to !ENDBR: wm8770_regulator_event_0+0x0 sound/soc/codecs/snd-soc-wm8770.prelink.o: warning: objtool: wm8770_spi_probe()+0x6b: relocation to !ENDBR: wm8770_regulator_event_1+0x0 sound/soc/codecs/snd-soc-wm8770.prelink.o: warning: objtool: wm8770_spi_probe()+0x73: relocation to !ENDBR: wm8770_regulator_event_2+0x0 sound/soc/codecs/snd-soc-wm8770.prelink.o: warning: objtool: wm8770_volatile_reg()+0x0: data relocation to !ENDBR: wm8770_volatile_reg+0x0 sound/soc/codecs/snd-soc-wm8770.prelink.o: warning: objtool: wm8770_probe()+0x0: data relocation to !ENDBR: wm8770_probe+0x0 sound/soc/codecs/snd-soc-wm8770.prelink.o: warning: objtool: wm8770_set_bias_level()+0x0: data relocation to !ENDBR: wm8770_set_bias_level+0x0 sound/soc/codecs/snd-soc-wm8770.prelink.o: warning: objtool: wm8770_set_sysclk()+0x0: data relocation to !ENDBR: wm8770_set_sysclk+0x0 sound/soc/codecs/snd-soc-wm8770.prelink.o: warning: objtool: wm8770_set_fmt()+0x0: data relocation to !ENDBR: wm8770_set_fmt+0x0 sound/soc/codecs/snd-soc-wm8770.prelink.o: warning: objtool: wm8770_mute()+0x0: data relocation to !ENDBR: wm8770_mute+0x0 sound/soc/codecs/snd-soc-wm8770.prelink.o: warning: objtool: wm8770_hw_params()+0x0: data relocation to !ENDBR: wm8770_hw_params+0x0 sound/soc/codecs/snd-soc-wm8770.prelink.o: warning: objtool: vout12supply_event()+0x0: data relocation to !ENDBR: vout12supply_event+0x0 sound/soc/codecs/snd-soc-wm8770.prelink.o: warning: objtool: vout34supply_event()+0x0: data relocation to !ENDBR: vout34supply_event+0x0 sound/soc/codecs/snd-soc-wm8770.prelink.o: warning: objtool: wm8770_spi_probe()+0x0: data relocation to !ENDBR: wm8770_spi_probe+0x0 sound/soc/codecs/snd-soc-wm8770.prelink.o: warning: objtool: wm8770_spi_driver_init()+0x0: data relocation to !ENDBR: wm8770_spi_driver_init+0x0 sound/soc/codecs/snd-soc-wm8782.prelink.o: warning: objtool: wm8782_soc_probe()+0x0: data relocation to !ENDBR: wm8782_soc_probe+0x0 sound/soc/codecs/snd-soc-wm8782.prelink.o: warning: objtool: wm8782_soc_remove()+0x0: data relocation to !ENDBR: wm8782_soc_remove+0x0 sound/soc/codecs/snd-soc-wm8782.prelink.o: warning: objtool: wm8782_soc_suspend()+0x0: data relocation to !ENDBR: wm8782_soc_suspend+0x0 sound/soc/codecs/snd-soc-wm8782.prelink.o: warning: objtool: wm8782_soc_resume()+0x0: data relocation to !ENDBR: wm8782_soc_resume+0x0 sound/soc/codecs/snd-soc-wm8782.prelink.o: warning: objtool: wm8782_probe()+0x0: data relocation to !ENDBR: wm8782_probe+0x0 sound/soc/codecs/snd-soc-wm8782.prelink.o: warning: objtool: wm8782_codec_driver_init()+0x0: data relocation to !ENDBR: wm8782_codec_driver_init+0x0 sound/soc/codecs/snd-soc-wm8903.prelink.o: warning: objtool: wm8903_i2c_probe()+0x2d8: relocation to !ENDBR: wm8903_gpio_request+0x0 sound/soc/codecs/snd-soc-wm8903.prelink.o: warning: objtool: wm8903_i2c_probe()+0x2e3: relocation to !ENDBR: wm8903_gpio_direction_in+0x0 sound/soc/codecs/snd-soc-wm8903.prelink.o: warning: objtool: wm8903_i2c_probe()+0x2ee: relocation to !ENDBR: wm8903_gpio_direction_out+0x0 sound/soc/codecs/snd-soc-wm8903.prelink.o: warning: objtool: wm8903_i2c_probe()+0x2f9: relocation to !ENDBR: wm8903_gpio_get+0x0 sound/soc/codecs/snd-soc-wm8903.prelink.o: warning: objtool: wm8903_i2c_probe()+0x304: relocation to !ENDBR: wm8903_gpio_set+0x0 sound/soc/codecs/snd-soc-wm8903.prelink.o: warning: objtool: wm8903_i2c_probe()+0x406: relocation to !ENDBR: wm8903_irq+0x0 sound/soc/codecs/snd-soc-wm8903.prelink.o: warning: objtool: wm8903_readable_register()+0x0: data relocation to !ENDBR: wm8903_readable_register+0x0 sound/soc/codecs/snd-soc-wm8903.prelink.o: warning: objtool: wm8903_volatile_register()+0x0: data relocation to !ENDBR: wm8903_volatile_register+0x0 sound/soc/codecs/snd-soc-wm8903.prelink.o: warning: objtool: wm8903_resume()+0x0: data relocation to !ENDBR: wm8903_resume+0x0 sound/soc/codecs/snd-soc-wm8903.prelink.o: warning: objtool: wm8903_seq_notifier()+0x0: data relocation to !ENDBR: wm8903_seq_notifier+0x0 sound/soc/codecs/snd-soc-wm8903.prelink.o: warning: objtool: wm8903_set_bias_level()+0x0: data relocation to !ENDBR: wm8903_set_bias_level+0x0 sound/soc/codecs/snd-soc-wm8903.prelink.o: warning: objtool: wm8903_set_dai_sysclk()+0x0: data relocation to !ENDBR: wm8903_set_dai_sysclk+0x0 sound/soc/codecs/snd-soc-wm8903.prelink.o: warning: objtool: wm8903_set_dai_fmt()+0x0: data relocation to !ENDBR: wm8903_set_dai_fmt+0x0 sound/soc/codecs/snd-soc-wm8903.prelink.o: warning: objtool: wm8903_mute()+0x0: data relocation to !ENDBR: wm8903_mute+0x0 sound/soc/codecs/snd-soc-wm8903.prelink.o: warning: objtool: wm8903_hw_params()+0x0: data relocation to !ENDBR: wm8903_hw_params+0x0 sound/soc/codecs/snd-soc-wm8903.prelink.o: warning: objtool: wm8903_dcs_event()+0x0: data relocation to !ENDBR: wm8903_dcs_event+0x0 sound/soc/codecs/snd-soc-wm8903.prelink.o: warning: objtool: wm8903_dcs_event()+0x0: data relocation to !ENDBR: wm8903_dcs_event+0x0 sound/soc/codecs/snd-soc-wm8903.prelink.o: warning: objtool: wm8903_dcs_event()+0x0: data relocation to !ENDBR: wm8903_dcs_event+0x0 sound/soc/codecs/snd-soc-wm8903.prelink.o: warning: objtool: wm8903_dcs_event()+0x0: data relocation to !ENDBR: wm8903_dcs_event+0x0 sound/soc/codecs/snd-soc-wm8903.prelink.o: warning: objtool: wm8903_cp_event()+0x0: data relocation to !ENDBR: wm8903_cp_event+0x0 sound/soc/codecs/snd-soc-wm8903.prelink.o: warning: objtool: wm8903_class_w_put()+0x0: data relocation to !ENDBR: wm8903_class_w_put+0x0 sound/soc/codecs/snd-soc-wm8903.prelink.o: warning: objtool: wm8903_class_w_put()+0x0: data relocation to !ENDBR: wm8903_class_w_put+0x0 sound/soc/codecs/snd-soc-wm8903.prelink.o: warning: objtool: wm8903_class_w_put()+0x0: data relocation to !ENDBR: wm8903_class_w_put+0x0 sound/soc/codecs/snd-soc-wm8903.prelink.o: warning: objtool: wm8903_class_w_put()+0x0: data relocation to !ENDBR: wm8903_class_w_put+0x0 sound/soc/codecs/snd-soc-wm8903.prelink.o: warning: objtool: wm8903_get_deemph()+0x0: data relocation to !ENDBR: wm8903_get_deemph+0x0 sound/soc/codecs/snd-soc-wm8903.prelink.o: warning: objtool: wm8903_put_deemph()+0x0: data relocation to !ENDBR: wm8903_put_deemph+0x0 sound/soc/codecs/snd-soc-wm8903.prelink.o: warning: objtool: wm8903_i2c_probe()+0x0: data relocation to !ENDBR: wm8903_i2c_probe+0x0 sound/soc/codecs/snd-soc-wm8903.prelink.o: warning: objtool: wm8903_i2c_remove()+0x0: data relocation to !ENDBR: wm8903_i2c_remove+0x0 sound/soc/codecs/snd-soc-wm8903.prelink.o: warning: objtool: wm8903_i2c_driver_init()+0x0: data relocation to !ENDBR: wm8903_i2c_driver_init+0x0 sound/soc/codecs/snd-soc-wm8985.prelink.o: warning: objtool: wm8985_writeable()+0x0: data relocation to !ENDBR: wm8985_writeable+0x0 sound/soc/codecs/snd-soc-wm8985.prelink.o: warning: objtool: wm8985_probe()+0x0: data relocation to !ENDBR: wm8985_probe+0x0 sound/soc/codecs/snd-soc-wm8985.prelink.o: warning: objtool: wm8985_set_bias_level()+0x0: data relocation to !ENDBR: wm8985_set_bias_level+0x0 sound/soc/codecs/snd-soc-wm8985.prelink.o: warning: objtool: wm8985_set_sysclk()+0x0: data relocation to !ENDBR: wm8985_set_sysclk+0x0 sound/soc/codecs/snd-soc-wm8985.prelink.o: warning: objtool: wm8985_set_pll()+0x0: data relocation to !ENDBR: wm8985_set_pll+0x0 sound/soc/codecs/snd-soc-wm8985.prelink.o: warning: objtool: wm8985_set_fmt()+0x0: data relocation to !ENDBR: wm8985_set_fmt+0x0 sound/soc/codecs/snd-soc-wm8985.prelink.o: warning: objtool: wm8985_dac_mute()+0x0: data relocation to !ENDBR: wm8985_dac_mute+0x0 sound/soc/codecs/snd-soc-wm8985.prelink.o: warning: objtool: wm8985_hw_params()+0x0: data relocation to !ENDBR: wm8985_hw_params+0x0 sound/soc/codecs/snd-soc-wm8985.prelink.o: warning: objtool: eqmode_get()+0x0: data relocation to !ENDBR: eqmode_get+0x0 sound/soc/codecs/snd-soc-wm8985.prelink.o: warning: objtool: eqmode_put()+0x0: data relocation to !ENDBR: eqmode_put+0x0 sound/soc/codecs/snd-soc-wm8985.prelink.o: warning: objtool: wm8985_i2c_probe()+0x0: data relocation to !ENDBR: wm8985_i2c_probe+0x0 sound/soc/codecs/snd-soc-wm8985.prelink.o: warning: objtool: wm8985_spi_probe()+0x0: data relocation to !ENDBR: wm8985_spi_probe+0x0 sound/soc/codecs/snd-soc-wm8985.prelink.o: warning: objtool: wm8985_modinit()+0x0: data relocation to !ENDBR: wm8985_modinit+0x0 sound/soc/codecs/snd-soc-wsa881x.prelink.o: warning: objtool: wsa881x_runtime_suspend()+0x0: data relocation to !ENDBR: wsa881x_runtime_suspend+0x0 sound/soc/codecs/snd-soc-wsa881x.prelink.o: warning: objtool: wsa881x_runtime_resume()+0x0: data relocation to !ENDBR: wsa881x_runtime_resume+0x0 sound/soc/codecs/snd-soc-wsa881x.prelink.o: warning: objtool: wsa881x_component_probe()+0x0: data relocation to !ENDBR: wsa881x_component_probe+0x0 sound/soc/codecs/snd-soc-wsa881x.prelink.o: warning: objtool: wsa881x_set_sdw_stream()+0x0: data relocation to !ENDBR: wsa881x_set_sdw_stream+0x0 sound/soc/codecs/snd-soc-wsa881x.prelink.o: warning: objtool: wsa881x_digital_mute()+0x0: data relocation to !ENDBR: wsa881x_digital_mute+0x0 sound/soc/codecs/snd-soc-wsa881x.prelink.o: warning: objtool: wsa881x_hw_params()+0x0: data relocation to !ENDBR: wsa881x_hw_params+0x0 sound/soc/codecs/snd-soc-wsa881x.prelink.o: warning: objtool: wsa881x_hw_free()+0x0: data relocation to !ENDBR: wsa881x_hw_free+0x0 sound/soc/codecs/snd-soc-wsa881x.prelink.o: warning: objtool: wsa881x_spkr_pa_event()+0x0: data relocation to !ENDBR: wsa881x_spkr_pa_event+0x0 sound/soc/codecs/snd-soc-wsa881x.prelink.o: warning: objtool: wsa881x_put_pa_gain()+0x0: data relocation to !ENDBR: wsa881x_put_pa_gain+0x0 sound/soc/codecs/snd-soc-wsa881x.prelink.o: warning: objtool: wsa881x_get_port()+0x0: data relocation to !ENDBR: wsa881x_get_port+0x0 sound/soc/codecs/snd-soc-wsa881x.prelink.o: warning: objtool: wsa881x_set_port()+0x0: data relocation to !ENDBR: wsa881x_set_port+0x0 sound/soc/codecs/snd-soc-wsa881x.prelink.o: warning: objtool: wsa881x_get_port()+0x0: data relocation to !ENDBR: wsa881x_get_port+0x0 sound/soc/codecs/snd-soc-wsa881x.prelink.o: warning: objtool: wsa881x_set_port()+0x0: data relocation to !ENDBR: wsa881x_set_port+0x0 sound/soc/codecs/snd-soc-wsa881x.prelink.o: warning: objtool: wsa881x_get_port()+0x0: data relocation to !ENDBR: wsa881x_get_port+0x0 sound/soc/codecs/snd-soc-wsa881x.prelink.o: warning: objtool: wsa881x_set_port()+0x0: data relocation to !ENDBR: wsa881x_set_port+0x0 sound/soc/codecs/snd-soc-wsa881x.prelink.o: warning: objtool: wsa881x_get_port()+0x0: data relocation to !ENDBR: wsa881x_get_port+0x0 sound/soc/codecs/snd-soc-wsa881x.prelink.o: warning: objtool: wsa881x_set_port()+0x0: data relocation to !ENDBR: wsa881x_set_port+0x0 sound/soc/codecs/snd-soc-wsa881x.prelink.o: warning: objtool: wsa881x_probe()+0x0: data relocation to !ENDBR: wsa881x_probe+0x0 sound/soc/codecs/snd-soc-wsa881x.prelink.o: warning: objtool: wsa881x_update_status()+0x0: data relocation to !ENDBR: wsa881x_update_status+0x0 sound/soc/codecs/snd-soc-wsa881x.prelink.o: warning: objtool: wsa881x_bus_config()+0x0: data relocation to !ENDBR: wsa881x_bus_config+0x0 sound/soc/codecs/snd-soc-wsa881x.prelink.o: warning: objtool: wsa881x_port_prep()+0x0: data relocation to !ENDBR: wsa881x_port_prep+0x0 sound/soc/codecs/snd-soc-wsa881x.prelink.o: warning: objtool: wsa881x_readable_register()+0x0: data relocation to !ENDBR: wsa881x_readable_register+0x0 sound/soc/codecs/snd-soc-wsa881x.prelink.o: warning: objtool: wsa881x_volatile_register()+0x0: data relocation to !ENDBR: wsa881x_volatile_register+0x0 sound/soc/codecs/snd-soc-wsa881x.prelink.o: warning: objtool: wsa881x_codec_driver_init()+0x0: data relocation to !ENDBR: wsa881x_codec_driver_init+0x0 sound/soc/codecs/snd-soc-simple-amplifier.prelink.o: warning: objtool: drv_event()+0x0: data relocation to !ENDBR: drv_event+0x0 sound/soc/codecs/snd-soc-simple-amplifier.prelink.o: warning: objtool: simple_amp_probe()+0x0: data relocation to !ENDBR: simple_amp_probe+0x0 sound/soc/codecs/snd-soc-simple-amplifier.prelink.o: warning: objtool: simple_amp_driver_init()+0x0: data relocation to !ENDBR: simple_amp_driver_init+0x0 sound/soc/codecs/snd-soc-lpass-wsa-macro.prelink.o: warning: objtool: wsa_macro_runtime_suspend()+0x0: data relocation to !ENDBR: wsa_macro_runtime_suspend+0x0 sound/soc/codecs/snd-soc-lpass-wsa-macro.prelink.o: warning: objtool: wsa_macro_runtime_resume()+0x0: data relocation to !ENDBR: wsa_macro_runtime_resume+0x0 sound/soc/codecs/snd-soc-lpass-wsa-macro.prelink.o: warning: objtool: wsa_macro_component_probe()+0x0: data relocation to !ENDBR: wsa_macro_component_probe+0x0 sound/soc/codecs/snd-soc-lpass-wsa-macro.prelink.o: warning: objtool: swclk_gate_enable()+0x0: data relocation to !ENDBR: swclk_gate_enable+0x0 sound/soc/codecs/snd-soc-lpass-wsa-macro.prelink.o: warning: objtool: swclk_gate_disable()+0x0: data relocation to !ENDBR: swclk_gate_disable+0x0 sound/soc/codecs/snd-soc-lpass-wsa-macro.prelink.o: warning: objtool: swclk_gate_is_enabled()+0x0: data relocation to !ENDBR: swclk_gate_is_enabled+0x0 sound/soc/codecs/snd-soc-lpass-wsa-macro.prelink.o: warning: objtool: swclk_recalc_rate()+0x0: data relocation to !ENDBR: swclk_recalc_rate+0x0 sound/soc/codecs/snd-soc-lpass-wsa-macro.prelink.o: warning: objtool: wsa_macro_enable_vi_feedback()+0x0: data relocation to !ENDBR: wsa_macro_enable_vi_feedback+0x0 sound/soc/codecs/snd-soc-lpass-wsa-macro.prelink.o: warning: objtool: wsa_macro_enable_echo()+0x0: data relocation to !ENDBR: wsa_macro_enable_echo+0x0 sound/soc/codecs/snd-soc-lpass-wsa-macro.prelink.o: warning: objtool: wsa_macro_enable_echo()+0x0: data relocation to !ENDBR: wsa_macro_enable_echo+0x0 sound/soc/codecs/snd-soc-lpass-wsa-macro.prelink.o: warning: objtool: wsa_macro_enable_mix_path()+0x0: data relocation to !ENDBR: wsa_macro_enable_mix_path+0x0 sound/soc/codecs/snd-soc-lpass-wsa-macro.prelink.o: warning: objtool: wsa_macro_enable_mix_path()+0x0: data relocation to !ENDBR: wsa_macro_enable_mix_path+0x0 sound/soc/codecs/snd-soc-lpass-wsa-macro.prelink.o: warning: objtool: wsa_macro_enable_main_path()+0x0: data relocation to !ENDBR: wsa_macro_enable_main_path+0x0 sound/soc/codecs/snd-soc-lpass-wsa-macro.prelink.o: warning: objtool: wsa_macro_enable_main_path()+0x0: data relocation to !ENDBR: wsa_macro_enable_main_path+0x0 sound/soc/codecs/snd-soc-lpass-wsa-macro.prelink.o: warning: objtool: wsa_macro_enable_interpolator()+0x0: data relocation to !ENDBR: wsa_macro_enable_interpolator+0x0 sound/soc/codecs/snd-soc-lpass-wsa-macro.prelink.o: warning: objtool: wsa_macro_enable_interpolator()+0x0: data relocation to !ENDBR: wsa_macro_enable_interpolator+0x0 sound/soc/codecs/snd-soc-lpass-wsa-macro.prelink.o: warning: objtool: wsa_macro_spk_boost_event()+0x0: data relocation to !ENDBR: wsa_macro_spk_boost_event+0x0 sound/soc/codecs/snd-soc-lpass-wsa-macro.prelink.o: warning: objtool: wsa_macro_spk_boost_event()+0x0: data relocation to !ENDBR: wsa_macro_spk_boost_event+0x0 sound/soc/codecs/snd-soc-lpass-wsa-macro.prelink.o: warning: objtool: wsa_macro_mclk_event()+0x0: data relocation to !ENDBR: wsa_macro_mclk_event+0x0 sound/soc/codecs/snd-soc-lpass-wsa-macro.prelink.o: warning: objtool: wsa_macro_vi_feed_mixer_get()+0x0: data relocation to !ENDBR: wsa_macro_vi_feed_mixer_get+0x0 sound/soc/codecs/snd-soc-lpass-wsa-macro.prelink.o: warning: objtool: wsa_macro_vi_feed_mixer_put()+0x0: data relocation to !ENDBR: wsa_macro_vi_feed_mixer_put+0x0 sound/soc/codecs/snd-soc-lpass-wsa-macro.prelink.o: warning: objtool: wsa_macro_vi_feed_mixer_get()+0x0: data relocation to !ENDBR: wsa_macro_vi_feed_mixer_get+0x0 sound/soc/codecs/snd-soc-lpass-wsa-macro.prelink.o: warning: objtool: wsa_macro_vi_feed_mixer_put()+0x0: data relocation to !ENDBR: wsa_macro_vi_feed_mixer_put+0x0 sound/soc/codecs/snd-soc-lpass-wsa-macro.prelink.o: warning: objtool: wsa_macro_rx_mux_get()+0x0: data relocation to !ENDBR: wsa_macro_rx_mux_get+0x0 sound/soc/codecs/snd-soc-lpass-wsa-macro.prelink.o: warning: objtool: wsa_macro_rx_mux_put()+0x0: data relocation to !ENDBR: wsa_macro_rx_mux_put+0x0 sound/soc/codecs/snd-soc-lpass-wsa-macro.prelink.o: warning: objtool: wsa_macro_rx_mux_get()+0x0: data relocation to !ENDBR: wsa_macro_rx_mux_get+0x0 sound/soc/codecs/snd-soc-lpass-wsa-macro.prelink.o: warning: objtool: wsa_macro_rx_mux_put()+0x0: data relocation to !ENDBR: wsa_macro_rx_mux_put+0x0 sound/soc/codecs/snd-soc-lpass-wsa-macro.prelink.o: warning: objtool: wsa_macro_rx_mux_get()+0x0: data relocation to !ENDBR: wsa_macro_rx_mux_get+0x0 sound/soc/codecs/snd-soc-lpass-wsa-macro.prelink.o: warning: objtool: wsa_macro_rx_mux_put()+0x0: data relocation to !ENDBR: wsa_macro_rx_mux_put+0x0 sound/soc/codecs/snd-soc-lpass-wsa-macro.prelink.o: warning: objtool: wsa_macro_rx_mux_get()+0x0: data relocation to !ENDBR: wsa_macro_rx_mux_get+0x0 sound/soc/codecs/snd-soc-lpass-wsa-macro.prelink.o: warning: objtool: wsa_macro_rx_mux_put()+0x0: data relocation to !ENDBR: wsa_macro_rx_mux_put+0x0 sound/soc/codecs/snd-soc-lpass-wsa-macro.prelink.o: warning: objtool: wsa_macro_ear_spkr_pa_gain_get()+0x0: data relocation to !ENDBR: wsa_macro_ear_spkr_pa_gain_get+0x0 sound/soc/codecs/snd-soc-lpass-wsa-macro.prelink.o: warning: objtool: wsa_macro_ear_spkr_pa_gain_put()+0x0: data relocation to !ENDBR: wsa_macro_ear_spkr_pa_gain_put+0x0 sound/soc/codecs/snd-soc-lpass-wsa-macro.prelink.o: warning: objtool: wsa_macro_soft_clip_enable_get()+0x0: data relocation to !ENDBR: wsa_macro_soft_clip_enable_get+0x0 sound/soc/codecs/snd-soc-lpass-wsa-macro.prelink.o: warning: objtool: wsa_macro_soft_clip_enable_put()+0x0: data relocation to !ENDBR: wsa_macro_soft_clip_enable_put+0x0 sound/soc/codecs/snd-soc-lpass-wsa-macro.prelink.o: warning: objtool: wsa_macro_soft_clip_enable_get()+0x0: data relocation to !ENDBR: wsa_macro_soft_clip_enable_get+0x0 sound/soc/codecs/snd-soc-lpass-wsa-macro.prelink.o: warning: objtool: wsa_macro_soft_clip_enable_put()+0x0: data relocation to !ENDBR: wsa_macro_soft_clip_enable_put+0x0 sound/soc/codecs/snd-soc-lpass-wsa-macro.prelink.o: warning: objtool: wsa_macro_get_compander()+0x0: data relocation to !ENDBR: wsa_macro_get_compander+0x0 sound/soc/codecs/snd-soc-lpass-wsa-macro.prelink.o: warning: objtool: wsa_macro_set_compander()+0x0: data relocation to !ENDBR: wsa_macro_set_compander+0x0 sound/soc/codecs/snd-soc-lpass-wsa-macro.prelink.o: warning: objtool: wsa_macro_get_compander()+0x0: data relocation to !ENDBR: wsa_macro_get_compander+0x0 sound/soc/codecs/snd-soc-lpass-wsa-macro.prelink.o: warning: objtool: wsa_macro_set_compander()+0x0: data relocation to !ENDBR: wsa_macro_set_compander+0x0 sound/soc/codecs/snd-soc-lpass-wsa-macro.prelink.o: warning: objtool: wsa_macro_get_ec_hq()+0x0: data relocation to !ENDBR: wsa_macro_get_ec_hq+0x0 sound/soc/codecs/snd-soc-lpass-wsa-macro.prelink.o: warning: objtool: wsa_macro_set_ec_hq()+0x0: data relocation to !ENDBR: wsa_macro_set_ec_hq+0x0 sound/soc/codecs/snd-soc-lpass-wsa-macro.prelink.o: warning: objtool: wsa_macro_get_ec_hq()+0x0: data relocation to !ENDBR: wsa_macro_get_ec_hq+0x0 sound/soc/codecs/snd-soc-lpass-wsa-macro.prelink.o: warning: objtool: wsa_macro_set_ec_hq()+0x0: data relocation to !ENDBR: wsa_macro_set_ec_hq+0x0 sound/soc/codecs/snd-soc-lpass-wsa-macro.prelink.o: warning: objtool: wsa_macro_get_channel_map()+0x0: data relocation to !ENDBR: wsa_macro_get_channel_map+0x0 sound/soc/codecs/snd-soc-lpass-wsa-macro.prelink.o: warning: objtool: wsa_macro_hw_params()+0x0: data relocation to !ENDBR: wsa_macro_hw_params+0x0 sound/soc/codecs/snd-soc-lpass-wsa-macro.prelink.o: warning: objtool: wsa_is_writeable_register()+0x0: data relocation to !ENDBR: wsa_is_writeable_register+0x0 sound/soc/codecs/snd-soc-lpass-wsa-macro.prelink.o: warning: objtool: wsa_is_readable_register()+0x0: data relocation to !ENDBR: wsa_is_readable_register+0x0 sound/soc/codecs/snd-soc-lpass-wsa-macro.prelink.o: warning: objtool: wsa_is_volatile_register()+0x0: data relocation to !ENDBR: wsa_is_volatile_register+0x0 sound/soc/codecs/snd-soc-lpass-wsa-macro.prelink.o: warning: objtool: wsa_macro_probe()+0x0: data relocation to !ENDBR: wsa_macro_probe+0x0 sound/soc/codecs/snd-soc-lpass-wsa-macro.prelink.o: warning: objtool: wsa_macro_remove()+0x0: data relocation to !ENDBR: wsa_macro_remove+0x0 sound/soc/codecs/snd-soc-lpass-wsa-macro.prelink.o: warning: objtool: wsa_macro_driver_init()+0x0: data relocation to !ENDBR: wsa_macro_driver_init+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_runtime_suspend()+0x0: data relocation to !ENDBR: va_macro_runtime_suspend+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_runtime_resume()+0x0: data relocation to !ENDBR: va_macro_runtime_resume+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: fsgen_gate_enable()+0x0: data relocation to !ENDBR: fsgen_gate_enable+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: fsgen_gate_disable()+0x0: data relocation to !ENDBR: fsgen_gate_disable+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: fsgen_gate_is_enabled()+0x0: data relocation to !ENDBR: fsgen_gate_is_enabled+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_component_probe()+0x0: data relocation to !ENDBR: va_macro_component_probe+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_dec_mode_get()+0x0: data relocation to !ENDBR: va_macro_dec_mode_get+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_dec_mode_put()+0x0: data relocation to !ENDBR: va_macro_dec_mode_put+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_dec_mode_get()+0x0: data relocation to !ENDBR: va_macro_dec_mode_get+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_dec_mode_put()+0x0: data relocation to !ENDBR: va_macro_dec_mode_put+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_dec_mode_get()+0x0: data relocation to !ENDBR: va_macro_dec_mode_get+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_dec_mode_put()+0x0: data relocation to !ENDBR: va_macro_dec_mode_put+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_dec_mode_get()+0x0: data relocation to !ENDBR: va_macro_dec_mode_get+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_dec_mode_put()+0x0: data relocation to !ENDBR: va_macro_dec_mode_put+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_enable_dmic()+0x0: data relocation to !ENDBR: va_macro_enable_dmic+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_enable_dmic()+0x0: data relocation to !ENDBR: va_macro_enable_dmic+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_enable_dmic()+0x0: data relocation to !ENDBR: va_macro_enable_dmic+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_enable_dmic()+0x0: data relocation to !ENDBR: va_macro_enable_dmic+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_enable_dmic()+0x0: data relocation to !ENDBR: va_macro_enable_dmic+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_enable_dmic()+0x0: data relocation to !ENDBR: va_macro_enable_dmic+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_enable_dmic()+0x0: data relocation to !ENDBR: va_macro_enable_dmic+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_enable_dmic()+0x0: data relocation to !ENDBR: va_macro_enable_dmic+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_enable_dec()+0x0: data relocation to !ENDBR: va_macro_enable_dec+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_enable_dec()+0x0: data relocation to !ENDBR: va_macro_enable_dec+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_enable_dec()+0x0: data relocation to !ENDBR: va_macro_enable_dec+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_enable_dec()+0x0: data relocation to !ENDBR: va_macro_enable_dec+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_mclk_event()+0x0: data relocation to !ENDBR: va_macro_mclk_event+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_tx_mixer_get()+0x0: data relocation to !ENDBR: va_macro_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_tx_mixer_put()+0x0: data relocation to !ENDBR: va_macro_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_tx_mixer_get()+0x0: data relocation to !ENDBR: va_macro_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_tx_mixer_put()+0x0: data relocation to !ENDBR: va_macro_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_tx_mixer_get()+0x0: data relocation to !ENDBR: va_macro_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_tx_mixer_put()+0x0: data relocation to !ENDBR: va_macro_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_tx_mixer_get()+0x0: data relocation to !ENDBR: va_macro_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_tx_mixer_put()+0x0: data relocation to !ENDBR: va_macro_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_tx_mixer_get()+0x0: data relocation to !ENDBR: va_macro_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_tx_mixer_put()+0x0: data relocation to !ENDBR: va_macro_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_tx_mixer_get()+0x0: data relocation to !ENDBR: va_macro_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_tx_mixer_put()+0x0: data relocation to !ENDBR: va_macro_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_tx_mixer_get()+0x0: data relocation to !ENDBR: va_macro_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_tx_mixer_put()+0x0: data relocation to !ENDBR: va_macro_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_tx_mixer_get()+0x0: data relocation to !ENDBR: va_macro_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_tx_mixer_put()+0x0: data relocation to !ENDBR: va_macro_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_tx_mixer_get()+0x0: data relocation to !ENDBR: va_macro_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_tx_mixer_put()+0x0: data relocation to !ENDBR: va_macro_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_tx_mixer_get()+0x0: data relocation to !ENDBR: va_macro_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_tx_mixer_put()+0x0: data relocation to !ENDBR: va_macro_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_tx_mixer_get()+0x0: data relocation to !ENDBR: va_macro_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_tx_mixer_put()+0x0: data relocation to !ENDBR: va_macro_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_tx_mixer_get()+0x0: data relocation to !ENDBR: va_macro_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_tx_mixer_put()+0x0: data relocation to !ENDBR: va_macro_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_tx_mixer_get()+0x0: data relocation to !ENDBR: va_macro_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_tx_mixer_put()+0x0: data relocation to !ENDBR: va_macro_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_tx_mixer_get()+0x0: data relocation to !ENDBR: va_macro_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_tx_mixer_put()+0x0: data relocation to !ENDBR: va_macro_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_tx_mixer_get()+0x0: data relocation to !ENDBR: va_macro_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_tx_mixer_put()+0x0: data relocation to !ENDBR: va_macro_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_tx_mixer_get()+0x0: data relocation to !ENDBR: va_macro_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_tx_mixer_put()+0x0: data relocation to !ENDBR: va_macro_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_tx_mixer_get()+0x0: data relocation to !ENDBR: va_macro_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_tx_mixer_put()+0x0: data relocation to !ENDBR: va_macro_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_tx_mixer_get()+0x0: data relocation to !ENDBR: va_macro_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_tx_mixer_put()+0x0: data relocation to !ENDBR: va_macro_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_tx_mixer_get()+0x0: data relocation to !ENDBR: va_macro_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_tx_mixer_put()+0x0: data relocation to !ENDBR: va_macro_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_tx_mixer_get()+0x0: data relocation to !ENDBR: va_macro_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_tx_mixer_put()+0x0: data relocation to !ENDBR: va_macro_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_tx_mixer_get()+0x0: data relocation to !ENDBR: va_macro_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_tx_mixer_put()+0x0: data relocation to !ENDBR: va_macro_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_tx_mixer_get()+0x0: data relocation to !ENDBR: va_macro_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_tx_mixer_put()+0x0: data relocation to !ENDBR: va_macro_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_tx_mixer_get()+0x0: data relocation to !ENDBR: va_macro_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_tx_mixer_put()+0x0: data relocation to !ENDBR: va_macro_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_tx_mixer_get()+0x0: data relocation to !ENDBR: va_macro_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_tx_mixer_put()+0x0: data relocation to !ENDBR: va_macro_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_put_dec_enum()+0x0: data relocation to !ENDBR: va_macro_put_dec_enum+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_put_dec_enum()+0x0: data relocation to !ENDBR: va_macro_put_dec_enum+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_put_dec_enum()+0x0: data relocation to !ENDBR: va_macro_put_dec_enum+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_put_dec_enum()+0x0: data relocation to !ENDBR: va_macro_put_dec_enum+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_get_channel_map()+0x0: data relocation to !ENDBR: va_macro_get_channel_map+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_digital_mute()+0x0: data relocation to !ENDBR: va_macro_digital_mute+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_hw_params()+0x0: data relocation to !ENDBR: va_macro_hw_params+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_is_rw_register()+0x0: data relocation to !ENDBR: va_is_rw_register+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_is_readable_register()+0x0: data relocation to !ENDBR: va_is_readable_register+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_is_volatile_register()+0x0: data relocation to !ENDBR: va_is_volatile_register+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_probe()+0x0: data relocation to !ENDBR: va_macro_probe+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_remove()+0x0: data relocation to !ENDBR: va_macro_remove+0x0 sound/soc/codecs/snd-soc-lpass-va-macro.prelink.o: warning: objtool: va_macro_driver_init()+0x0: data relocation to !ENDBR: va_macro_driver_init+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_component_probe()+0xf: relocation to !ENDBR: tx_macro_tx_hpf_corner_freq_callback+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_component_probe()+0xc8: relocation to !ENDBR: tx_macro_mute_update_callback+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_runtime_suspend()+0x0: data relocation to !ENDBR: tx_macro_runtime_suspend+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_runtime_resume()+0x0: data relocation to !ENDBR: tx_macro_runtime_resume+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_component_probe()+0x0: data relocation to !ENDBR: tx_macro_component_probe+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: swclk_gate_enable()+0x0: data relocation to !ENDBR: swclk_gate_enable+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: swclk_gate_disable()+0x0: data relocation to !ENDBR: swclk_gate_disable+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: swclk_gate_is_enabled()+0x0: data relocation to !ENDBR: swclk_gate_is_enabled+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: swclk_recalc_rate()+0x0: data relocation to !ENDBR: swclk_recalc_rate+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_dec_mode_get()+0x0: data relocation to !ENDBR: tx_macro_dec_mode_get+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_dec_mode_put()+0x0: data relocation to !ENDBR: tx_macro_dec_mode_put+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_dec_mode_get()+0x0: data relocation to !ENDBR: tx_macro_dec_mode_get+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_dec_mode_put()+0x0: data relocation to !ENDBR: tx_macro_dec_mode_put+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_dec_mode_get()+0x0: data relocation to !ENDBR: tx_macro_dec_mode_get+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_dec_mode_put()+0x0: data relocation to !ENDBR: tx_macro_dec_mode_put+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_dec_mode_get()+0x0: data relocation to !ENDBR: tx_macro_dec_mode_get+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_dec_mode_put()+0x0: data relocation to !ENDBR: tx_macro_dec_mode_put+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_dec_mode_get()+0x0: data relocation to !ENDBR: tx_macro_dec_mode_get+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_dec_mode_put()+0x0: data relocation to !ENDBR: tx_macro_dec_mode_put+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_dec_mode_get()+0x0: data relocation to !ENDBR: tx_macro_dec_mode_get+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_dec_mode_put()+0x0: data relocation to !ENDBR: tx_macro_dec_mode_put+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_dec_mode_get()+0x0: data relocation to !ENDBR: tx_macro_dec_mode_get+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_dec_mode_put()+0x0: data relocation to !ENDBR: tx_macro_dec_mode_put+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_dec_mode_get()+0x0: data relocation to !ENDBR: tx_macro_dec_mode_get+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_dec_mode_put()+0x0: data relocation to !ENDBR: tx_macro_dec_mode_put+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_get_bcs()+0x0: data relocation to !ENDBR: tx_macro_get_bcs+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_set_bcs()+0x0: data relocation to !ENDBR: tx_macro_set_bcs+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_enable_dec()+0x0: data relocation to !ENDBR: tx_macro_enable_dec+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_enable_dec()+0x0: data relocation to !ENDBR: tx_macro_enable_dec+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_enable_dec()+0x0: data relocation to !ENDBR: tx_macro_enable_dec+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_enable_dec()+0x0: data relocation to !ENDBR: tx_macro_enable_dec+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_enable_dec()+0x0: data relocation to !ENDBR: tx_macro_enable_dec+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_enable_dec()+0x0: data relocation to !ENDBR: tx_macro_enable_dec+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_enable_dec()+0x0: data relocation to !ENDBR: tx_macro_enable_dec+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_enable_dec()+0x0: data relocation to !ENDBR: tx_macro_enable_dec+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_mclk_event()+0x0: data relocation to !ENDBR: tx_macro_mclk_event+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_tx_mixer_get()+0x0: data relocation to !ENDBR: tx_macro_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_tx_mixer_put()+0x0: data relocation to !ENDBR: tx_macro_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_tx_mixer_get()+0x0: data relocation to !ENDBR: tx_macro_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_tx_mixer_put()+0x0: data relocation to !ENDBR: tx_macro_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_tx_mixer_get()+0x0: data relocation to !ENDBR: tx_macro_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_tx_mixer_put()+0x0: data relocation to !ENDBR: tx_macro_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_tx_mixer_get()+0x0: data relocation to !ENDBR: tx_macro_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_tx_mixer_put()+0x0: data relocation to !ENDBR: tx_macro_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_tx_mixer_get()+0x0: data relocation to !ENDBR: tx_macro_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_tx_mixer_put()+0x0: data relocation to !ENDBR: tx_macro_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_tx_mixer_get()+0x0: data relocation to !ENDBR: tx_macro_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_tx_mixer_put()+0x0: data relocation to !ENDBR: tx_macro_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_tx_mixer_get()+0x0: data relocation to !ENDBR: tx_macro_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_tx_mixer_put()+0x0: data relocation to !ENDBR: tx_macro_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_tx_mixer_get()+0x0: data relocation to !ENDBR: tx_macro_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_tx_mixer_put()+0x0: data relocation to !ENDBR: tx_macro_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_tx_mixer_get()+0x0: data relocation to !ENDBR: tx_macro_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_tx_mixer_put()+0x0: data relocation to !ENDBR: tx_macro_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_tx_mixer_get()+0x0: data relocation to !ENDBR: tx_macro_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_tx_mixer_put()+0x0: data relocation to !ENDBR: tx_macro_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_tx_mixer_get()+0x0: data relocation to !ENDBR: tx_macro_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_tx_mixer_put()+0x0: data relocation to !ENDBR: tx_macro_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_tx_mixer_get()+0x0: data relocation to !ENDBR: tx_macro_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_tx_mixer_put()+0x0: data relocation to !ENDBR: tx_macro_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_tx_mixer_get()+0x0: data relocation to !ENDBR: tx_macro_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_tx_mixer_put()+0x0: data relocation to !ENDBR: tx_macro_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_tx_mixer_get()+0x0: data relocation to !ENDBR: tx_macro_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_tx_mixer_put()+0x0: data relocation to !ENDBR: tx_macro_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_tx_mixer_get()+0x0: data relocation to !ENDBR: tx_macro_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_tx_mixer_put()+0x0: data relocation to !ENDBR: tx_macro_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_tx_mixer_get()+0x0: data relocation to !ENDBR: tx_macro_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_tx_mixer_put()+0x0: data relocation to !ENDBR: tx_macro_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_tx_mixer_get()+0x0: data relocation to !ENDBR: tx_macro_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_tx_mixer_put()+0x0: data relocation to !ENDBR: tx_macro_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_tx_mixer_get()+0x0: data relocation to !ENDBR: tx_macro_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_tx_mixer_put()+0x0: data relocation to !ENDBR: tx_macro_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_tx_mixer_get()+0x0: data relocation to !ENDBR: tx_macro_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_tx_mixer_put()+0x0: data relocation to !ENDBR: tx_macro_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_tx_mixer_get()+0x0: data relocation to !ENDBR: tx_macro_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_tx_mixer_put()+0x0: data relocation to !ENDBR: tx_macro_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_tx_mixer_get()+0x0: data relocation to !ENDBR: tx_macro_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_tx_mixer_put()+0x0: data relocation to !ENDBR: tx_macro_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_tx_mixer_get()+0x0: data relocation to !ENDBR: tx_macro_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_tx_mixer_put()+0x0: data relocation to !ENDBR: tx_macro_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_tx_mixer_get()+0x0: data relocation to !ENDBR: tx_macro_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_tx_mixer_put()+0x0: data relocation to !ENDBR: tx_macro_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_tx_mixer_get()+0x0: data relocation to !ENDBR: tx_macro_tx_mixer_get+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_tx_mixer_put()+0x0: data relocation to !ENDBR: tx_macro_tx_mixer_put+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_put_dec_enum()+0x0: data relocation to !ENDBR: tx_macro_put_dec_enum+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_put_dec_enum()+0x0: data relocation to !ENDBR: tx_macro_put_dec_enum+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_put_dec_enum()+0x0: data relocation to !ENDBR: tx_macro_put_dec_enum+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_put_dec_enum()+0x0: data relocation to !ENDBR: tx_macro_put_dec_enum+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_put_dec_enum()+0x0: data relocation to !ENDBR: tx_macro_put_dec_enum+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_put_dec_enum()+0x0: data relocation to !ENDBR: tx_macro_put_dec_enum+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_put_dec_enum()+0x0: data relocation to !ENDBR: tx_macro_put_dec_enum+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_put_dec_enum()+0x0: data relocation to !ENDBR: tx_macro_put_dec_enum+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_get_channel_map()+0x0: data relocation to !ENDBR: tx_macro_get_channel_map+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_digital_mute()+0x0: data relocation to !ENDBR: tx_macro_digital_mute+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_hw_params()+0x0: data relocation to !ENDBR: tx_macro_hw_params+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_is_rw_register()+0x0: data relocation to !ENDBR: tx_is_rw_register+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_is_rw_register()+0x0: data relocation to !ENDBR: tx_is_rw_register+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_is_volatile_register()+0x0: data relocation to !ENDBR: tx_is_volatile_register+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_probe()+0x0: data relocation to !ENDBR: tx_macro_probe+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_remove()+0x0: data relocation to !ENDBR: tx_macro_remove+0x0 sound/soc/codecs/snd-soc-lpass-tx-macro.prelink.o: warning: objtool: tx_macro_driver_init()+0x0: data relocation to !ENDBR: tx_macro_driver_init+0x0 sound/soc/codecs/snd-soc-simple-mux.prelink.o: warning: objtool: simple_mux_control_get()+0x0: data relocation to !ENDBR: simple_mux_control_get+0x0 sound/soc/codecs/snd-soc-simple-mux.prelink.o: warning: objtool: simple_mux_control_put()+0x0: data relocation to !ENDBR: simple_mux_control_put+0x0 sound/soc/codecs/snd-soc-simple-mux.prelink.o: warning: objtool: simple_mux_probe()+0x0: data relocation to !ENDBR: simple_mux_probe+0x0 sound/soc/codecs/snd-soc-simple-mux.prelink.o: warning: objtool: simple_mux_driver_init()+0x0: data relocation to !ENDBR: simple_mux_driver_init+0x0 make: *** [Makefile:219: __sub-make] Error 2 Command 'make -s -j 8 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 # Build took: 0:03:55.374930