[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>
This commit is contained in:
Olaf Hering 2005-10-28 17:46:37 -07:00 committed by Paul Mackerras
parent 27ac801a2e
commit 146c98782b
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@
#include <linux/zlib.h>
#include <linux/string.h>
#include <linux/errno.h>
#include <linux/kernel.h>
typedef unsigned char uch;