staging: rtl8723bs: rename get_ra() due to global symbol collision
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 20 May 2021 06:48:01 +0000 (08:48 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 20 May 2021 09:41:28 +0000 (11:41 +0200)
commit1b4c0f3bbdbd5e5cc09b67b2977d52350967cdfd
treec5d6fd7c34c2986859abe4a33a7da7b6aa41aad5
parent7ca8d993d070582a65b01b2fa926ff59fd30635d
staging: rtl8723bs: rename get_ra() due to global symbol collision

Turns out that powerpc already has a get_ra() function, which conflicts
with this staging driver's inlined function (which is just picking a
byte out of an array for some odd reason), so rename it to fix the
powerpc build as that's the more important thing here.

Reported-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Link: https://lore.kernel.org/r/20210520064801.1961972-1-gregkh@linuxfoundation.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/hal/rtl8723bs_recv.c
drivers/staging/rtl8723bs/include/wifi.h