mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
4bd92428e7
Currently, compiler_types.h #defines __inline as inline (and further
#defines inline to automatically attach some attributes), so this does
not change functionality. It serves as preparation for removing the
#define of __inline.
While at it, also remove the __attribute__((unused)) - it's already
included in the definition of the inline macro, and "open-coded"
__attribute__(()) should be avoided.
Since commit
|
||
---|---|---|
.. | ||
bitstream.h | ||
compress.c | ||
decompress.c | ||
entropy_common.c | ||
error_private.h | ||
fse.h | ||
fse_compress.c | ||
fse_decompress.c | ||
huf.h | ||
huf_compress.c | ||
huf_decompress.c | ||
Makefile | ||
mem.h | ||
zstd_common.c | ||
zstd_internal.h | ||
zstd_opt.h |