Commit 27ac801a authored by Olaf Hering's avatar Olaf Hering Committed by Paul Mackerras

[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: default avatarOlaf Hering <olh@suse.de>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Anton Blanchard <anton@samba.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent b1529871
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
* For conditions of distribution and use, see copyright notice in zlib.h * For conditions of distribution and use, see copyright notice in zlib.h
*/ */
#include <linux/module.h>
#include <linux/zutil.h> #include <linux/zutil.h>
#include "infblock.h" #include "infblock.h"
#include "infutil.h" #include "infutil.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment