summaryrefslogtreecommitdiffstats
path: root/include/linux/zutil.h
diff options
context:
space:
mode:
authorOlaf Hering2005-10-29 02:46:37 +0200
committerPaul Mackerras2005-10-29 07:04:02 +0200
commit146c98782b57531ce6ba89dfa9d3771c0fd0a94d (patch)
treee82f5c0c562be965c9a4b90f4f2be12043569835 /include/linux/zutil.h
parent[PATCH] ppc64 boot: remove include from lib/zlib_inflate/inflate.c (diff)
downloadkernel-qcow2-linux-146c98782b57531ce6ba89dfa9d3771c0fd0a94d.tar.gz
kernel-qcow2-linux-146c98782b57531ce6ba89dfa9d3771c0fd0a94d.tar.xz
kernel-qcow2-linux-146c98782b57531ce6ba89dfa9d3771c0fd0a94d.zip
[PATCH] ppc64 boot: remove include from include/linux/zutil.h
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>
Diffstat (limited to 'include/linux/zutil.h')
-rw-r--r--include/linux/zutil.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/zutil.h b/include/linux/zutil.h
index fdfd5ed41ec4..ee0c59cf2136 100644
--- 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;