[PATCH] remove module.h include from zlib_inflate

From: Olaf Hering
Date: Mon Oct 03 2005 - 05:40:17 EST



There is no need to include module.h in inflate.c
compile-tested with 2.6.13

Signed-off-by: Olaf Hering <olh@xxxxxxx>

lib/zlib_inflate/inflate.c | 1 -
1 files changed, 1 deletion(-)

Index: linux-2.6.14-rc3/lib/zlib_inflate/inflate.c
===================================================================
--- linux-2.6.14-rc3.orig/lib/zlib_inflate/inflate.c
+++ linux-2.6.14-rc3/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"
--
short story of a lazy sysadmin:
alias appserv=wotan
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/