]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] ppc64 boot: remove include from include/linux/zutil.h
authorOlaf Hering <olh@suse.de>
Sat, 29 Oct 2005 00:46:37 +0000 (17:46 -0700)
committerPaul 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

index fdfd5ed41ec42c5c288d8b6f5aec0f8c1bd9e90c..ee0c59cf2136d5c3dfc7c812bb76e1866f1c7eec 100644 (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;