mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-01 09:13:37 +00:00
Fix build errors when ZLIB_INFLATE=m and ZLIB_DEFLATE=m and ZLIB_DFLTCC=y
by exporting the 2 needed symbols in dfltcc_inflate.c.
Fixes these build errors:
ERROR: modpost: "dfltcc_inflate" [lib/zlib_inflate/zlib_inflate.ko] undefined!
ERROR: modpost: "dfltcc_can_inflate" [lib/zlib_inflate/zlib_inflate.ko] undefined!
Fixes:
|
||
|---|---|---|
| .. | ||
| dfltcc.c | ||
| dfltcc.h | ||
| dfltcc_deflate.c | ||
| dfltcc_inflate.c | ||
| dfltcc_syms.c | ||
| dfltcc_util.h | ||
| Makefile | ||