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:
27ac801
)
[PATCH] ppc64 boot: remove include from include/linux/zutil.h
author
Olaf Hering
<olh@suse.de>
Sat, 29 Oct 2005 00:46:37 +0000
(17:46 -0700)
committer
Paul Mackerras
<paulus@samba.org>
Sat, 29 Oct 2005 05:04:02 +0000
(15:04 +1000)
zutil.h does not need errno.h
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>
include/linux/zutil.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/zutil.h
b/include/linux/zutil.h
index fdfd5ed41ec42c5c288d8b6f5aec0f8c1bd9e90c..ee0c59cf2136d5c3dfc7c812bb76e1866f1c7eec 100644
(file)
--- a/
include/linux/zutil.h
+++ b/
include/linux/zutil.h
@@
-15,7
+15,6
@@
#include <linux/zlib.h>
#include <linux/string.h>
-#include <linux/errno.h>
#include <linux/kernel.h>
typedef unsigned char uch;