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:
|
||
---|---|---|
.. | ||
Makefile | ||
dfltcc.c | ||
dfltcc.h | ||
dfltcc_deflate.c | ||
dfltcc_inflate.c | ||
dfltcc_syms.c | ||
dfltcc_util.h |