浏览代码

[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>
Olaf Hering 19 年之前
父节点
当前提交
27ac801a2e
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      lib/zlib_inflate/inflate.c

+ 0 - 1
lib/zlib_inflate/inflate.c

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