diff options
author | Olaf Hering <olh@suse.de> | 2005-10-28 20:46:37 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-29 01:04:02 -0400 |
commit | 146c98782b57531ce6ba89dfa9d3771c0fd0a94d (patch) | |
tree | e82f5c0c562be965c9a4b90f4f2be12043569835 /include/linux/zutil.h | |
parent | 27ac801a2e513708e2da648722326349514976d5 (diff) |
[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.h | 1 |
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 @@ | |||
15 | 15 | ||
16 | #include <linux/zlib.h> | 16 | #include <linux/zlib.h> |
17 | #include <linux/string.h> | 17 | #include <linux/string.h> |
18 | #include <linux/errno.h> | ||
19 | #include <linux/kernel.h> | 18 | #include <linux/kernel.h> |
20 | 19 | ||
21 | typedef unsigned char uch; | 20 | typedef unsigned char uch; |