Skip to content

Commit

Permalink
[PATCH] ppc64 boot: remove include from lib/zlib_inflate/inflate.c
Browse files Browse the repository at this point in the history
There is no need to include module.h in inflate.c

Signed-off-by: Olaf Hering <[email protected]>
Cc: Benjamin Herrenschmidt <[email protected]>
Cc: Anton Blanchard <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Paul Mackerras <[email protected]>
  • Loading branch information
olafhering authored and paulusmack committed Oct 29, 2005
1 parent b152987 commit 27ac801
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/zlib_inflate/inflate.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 27ac801

Please sign in to comment.