* [PATCH] remove module.h include from zlib_inflate
@ 2005-10-03 10:37 Olaf Hering
0 siblings, 0 replies; only message in thread
From: Olaf Hering @ 2005-10-03 10:37 UTC (permalink / raw)
To: Andrew Morton, linux-kernel
There is no need to include module.h in inflate.c
compile-tested with 2.6.13
Signed-off-by: Olaf Hering <olh@suse.de>
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-10-03 10:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-03 10:37 [PATCH] remove module.h include from zlib_inflate Olaf Hering
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).