From 51b68128ef55200fbe03d82c9ac5722f255e58b7 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Wed, 4 Dec 2013 14:25:55 +0100 Subject: [PATCH] Tools: hv: remove inclusion of linux/types.h With very old libc headers the inclusion of sys/types.h causes conflicts with linux/types.h. Since the latter is not required anyway, remove it from the source files. If any of the headers really needs linux/types.h it has to include it itself. Signed-off-by: Olaf Hering Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed