mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
11fb479ff5
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_deflate.c | ||
dfltcc_inflate.c | ||
dfltcc_syms.c | ||
dfltcc_util.h | ||
dfltcc.c | ||
dfltcc.h | ||
Makefile |