1
0
Fork 0

[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>
hifive-unleashed-5.1
Olaf Hering 2005-10-28 17:46:35 -07:00 committed by Paul Mackerras
parent b1529871f4
commit 27ac801a2e
1 changed files with 0 additions and 1 deletions

View 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"