igzip: mark igzip_icf_body.c internal function static

compress_icf_map_g() is only used within igzip_icf_body.c.

Change-Id: Id488d6721c60c1909c922a5e0bd162b1542e71ca
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
Daniel Verkamp 2018-03-12 09:28:34 -07:00
parent 575664e78b
commit 69176f5428

View File

@ -121,9 +121,9 @@ void gen_icf_map_h1_base(struct isal_zstream *stream,
* One pass methods for parsing provided match lookup table
************************************************************
*/
struct deflate_icf *compress_icf_map_g(struct isal_zstream *stream,
struct deflate_icf *matches_next,
struct deflate_icf *matches_end)
static struct deflate_icf *compress_icf_map_g(struct isal_zstream *stream,
struct deflate_icf *matches_next,
struct deflate_icf *matches_end)
{
uint32_t lit_len, lit_len2, dist;
uint64_t code;