projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b152987
)
[PATCH] ppc64 boot: remove include from lib/zlib_inflate/inflate.c
author
Olaf Hering
<olh@suse.de>
Sat, 29 Oct 2005 00:46:35 +0000
(17:46 -0700)
committer
Paul 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
patch
|
blob
|
blame
|
history
diff --git
a/lib/zlib_inflate/inflate.c
b/lib/zlib_inflate/inflate.c
index 3d94cb90c1d353ff2e4cdb708417ddfa62187796..31b9e9054bf75c42b23b3b33ac80be795f63db63 100644
(file)
--- a/
lib/zlib_inflate/inflate.c
+++ b/
lib/zlib_inflate/inflate.c
@@
-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"