Mailing List Archive

[PATCH 2/13] ppc64 boot: remove include from include/linux/zutil.h
zutil.h does not need errno.h

Signed-off-by: Olaf Hering <olh@suse.de>

include/linux/zutil.h | 1 -
1 files changed, 1 deletion(-)

Index: linux-2.6.14-rc3/include/linux/zutil.h
===================================================================
--- linux-2.6.14-rc3.orig/include/linux/zutil.h
+++ linux-2.6.14-rc3/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;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/