diff options
author | Olaf Hering <olh@suse.de> | 2005-10-28 17:46:37 -0700 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-29 15:04:02 +1000 |
commit | 146c98782b57531ce6ba89dfa9d3771c0fd0a94d (patch) | |
tree | e82f5c0c562be965c9a4b90f4f2be12043569835 /include/linux | |
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')
-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 fdfd5ed41ec..ee0c59cf213 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; |