lkml.org 
[lkml]   [2005]   [Oct]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateMon, 3 Oct 2005 12:37:21 +0200
FromOlaf Hering <>
Subject[PATCH] remove module.h include from zlib_inflate

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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-10-03 12:41    [from the cache]
©2003-2010