Re: [PATCH] tools: hv: clean up code, remove unnecessary header files and link flags

From: Dan Carpenter
Date: Wed Oct 19 2016 - 11:07:57 EST


On Wed, Oct 19, 2016 at 11:43:28AM +0800, Weibing Zhang wrote:
> Remove unnecessary header files and netlink related code as the daemons
> do not use netlink to communicate with the kernel now.
> Fix a compile warning in snprintf.
> Pthread is also not needed.
>
> Signed-off-by: Weibing Zhang <atheism.zhang@xxxxxxxxx>

Break this up into multiple patches.
1) cleanup makefile
2) remove unneeded header stuff
3) fix a compile warning

regards,
dan carpenter