[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:
parent
27ac801a2e
commit
146c98782b
|
@ -15,7 +15,6 @@
|
|||
|
||||
#include <linux/zlib.h>
|
||||
#include <linux/string.h>
|
||||
#include <linux/errno.h>
|
||||
#include <linux/kernel.h>
|
||||
|
||||
typedef unsigned char uch;
|
||||
|
|
Loading…
Reference in New Issue