mirror of
https://github.com/Mange/rtl8192eu-linux-driver
synced 2025-02-04 09:24:50 +00:00
76cefd5ae2
The compiler is free to ignore, or follow, "inline" markings so they really have no use in .c files, so just remove them. This allows functions to properly show up as being unused when all callers to them are removed, otherwise gcc does not warn you about this. Link: https://lore.kernel.org/r/20210816073450.668993-1-gregkh@linuxfoundation.org