vhost.c: include <linux/vhost.h> last
authorMarcelo Tosatti <mtosatti@redhat.com>
Thu, 8 Apr 2010 20:49:50 +0000 (17:49 -0300)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 11 Apr 2010 17:16:28 +0000 (20:16 +0300)
commitcd51ccf5409a3447146a980cdbe596e702595995
tree3db111d50e3a1530ff35e23ed629336ecf13c8ab
parent7cdd711a14d3e8fe840a4601c7941c0ad413d31f
vhost.c: include <linux/vhost.h> last

So the userspace headers define KERNEL_STRICT_NAMES and there's no
conflict on type definition for older kernels.

Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/vhost.c