aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/rtl8812au-ct/patches/004-remove-extern-inline.patch
Commit message (Collapse)AuthorAgeFilesLines
* rtl8812au-ct: Fix compileHauke Mehrtens2022-10-181-0/+24
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>