rtl8812au-ct: Fix compile
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 15 Oct 2022 10:25:19 +0000 (12:25 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Tue, 18 Oct 2022 13:09:23 +0000 (15:09 +0200)
commit63460a5ba2fdf227f02023f9674330e28f6c82fe
treeb0ff57b9ae457dd876c9dfe26f145bfd03d9c6a8
parented0dd05bfdb2d4056379dbbcf2deee8e42509567
rtl8812au-ct: Fix compile

Replace the extern inline with a static inline. With extern inline the
compiler will generate the function in all compile units including this
file which breaks linking later.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
package/kernel/rtl8812au-ct/patches/004-remove-extern-inline.patch [new file with mode: 0644]