]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] ppc64 boot: remove include from lib/zlib_inflate/inflate.c
authorOlaf Hering <olh@suse.de>
Sat, 29 Oct 2005 00:46:35 +0000 (17:46 -0700)
committerPaul Mackerras <paulus@samba.org>
Sat, 29 Oct 2005 05:03:00 +0000 (15:03 +1000)
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>
lib/zlib_inflate/inflate.c

index 3d94cb90c1d353ff2e4cdb708417ddfa62187796..31b9e9054bf75c42b23b3b33ac80be795f63db63 100644 (file)
@@ -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"