[ZLIB]: Fix external builds of zlib_inflate code.
authorDavid S. Miller <davem@sunset.davemloft.net>
Fri, 12 Oct 2007 05:15:08 +0000 (22:15 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 12 Oct 2007 05:17:20 +0000 (22:17 -0700)
Move zlib_inflate_blob() out into it's own source file,
infutil.c, so that things like the powerpc zImage builder
in arch/powerpc/boot/Makefile don't end up trying to
compile it.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found