diff options
author | Olaf Hering <olh@suse.de> | 2005-10-28 17:46:35 -0700 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-29 15:03:00 +1000 |
commit | 27ac801a2e513708e2da648722326349514976d5 (patch) | |
tree | 53ce70742cd05ed0d1407920379ac9187dfec822 | |
parent | b1529871f4270d10a0d1a9c998be162f0123d8f1 (diff) | |
download | linux-27ac801a2e513708e2da648722326349514976d5.tar.bz2 |
[PATCH] ppc64 boot: remove include from lib/zlib_inflate/inflate.c
There is no need to include module.h in inflate.c
Signed-off-by: Olaf Hering <olh@suse.de>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Anton Blanchard <anton@samba.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
-rw-r--r-- | lib/zlib_inflate/inflate.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/zlib_inflate/inflate.c b/lib/zlib_inflate/inflate.c index 3d94cb90c1d3..31b9e9054bf7 100644 --- a/lib/zlib_inflate/inflate.c +++ b/lib/zlib_inflate/inflate.c @@ -3,7 +3,6 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -#include <linux/module.h> #include <linux/zutil.h> #include "infblock.h" #include "infutil.h" |