Tools: hv: remove inclusion of linux/types.h
authorOlaf Hering <olaf@aepfle.de>
Wed, 4 Dec 2013 13:25:55 +0000 (14:25 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 Dec 2013 06:47:12 +0000 (22:47 -0800)
commit51b68128ef55200fbe03d82c9ac5722f255e58b7
tree80ffe9ba7c916d276e8849d5ada65816c4de47c5
parent0f4054df0bf6bad391cec4eaac03bc1127368e77
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 <olaf@aepfle.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
tools/hv/hv_kvp_daemon.c
tools/hv/hv_vss_daemon.c
This page took 0.032169 seconds and 5 git commands to generate.