Skip to content

Commit a19ce97

Browse files
philmdlegoater
authored andcommitted
hw/vfio/spapr: Do not include <linux/kvm.h>
<linux/kvm.h> is already included by "system/kvm.h" in the next line. Signed-off-by: Philippe Mathieu-Daudé <[email protected]> Reviewed-by: Pierrick Bouvier <[email protected]> Reviewed-by: Richard Henderson <[email protected]> Reviewed-by: Cédric Le Goater <[email protected]> Reviewed-by: Eric Auger <[email protected]> Message-Id: <[email protected]> Link: https://lore.kernel.org/qemu-devel/[email protected] Signed-off-by: Cédric Le Goater <[email protected]>
1 parent c6cd30f commit a19ce97

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

hw/vfio/spapr.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
#include "qemu/osdep.h"
1212
#include <sys/ioctl.h>
1313
#include <linux/vfio.h>
14-
#ifdef CONFIG_KVM
15-
#include <linux/kvm.h>
16-
#endif
1714
#include "system/kvm.h"
1815
#include "system/hostmem.h"
1916
#include "exec/address-spaces.h"

0 commit comments

Comments
 (0)