diff options
| author | Olaf Hering <olh@suse.de> | 2005-10-28 20:46:35 -0400 |
|---|---|---|
| committer | Paul Mackerras <paulus@samba.org> | 2005-10-29 01:03:00 -0400 |
| commit | 27ac801a2e513708e2da648722326349514976d5 (patch) | |
| tree | 53ce70742cd05ed0d1407920379ac9187dfec822 /lib/zlib_inflate | |
| parent | b1529871f4270d10a0d1a9c998be162f0123d8f1 (diff) | |
[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>
Diffstat (limited to 'lib/zlib_inflate')
| -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 3d94cb90c1d..31b9e9054bf 100644 --- a/lib/zlib_inflate/inflate.c +++ b/lib/zlib_inflate/inflate.c | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | * For conditions of distribution and use, see copyright notice in zlib.h | 3 | * For conditions of distribution and use, see copyright notice in zlib.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #include <linux/module.h> | ||
| 7 | #include <linux/zutil.h> | 6 | #include <linux/zutil.h> |
| 8 | #include "infblock.h" | 7 | #include "infblock.h" |
| 9 | #include "infutil.h" | 8 | #include "infutil.h" |
