diff mbox

[qemu] spapr_pci: Removed unused include

Message ID 20170329050958.3652-1-aik@ozlabs.ru
State New
Headers show

Commit Message

Alexey Kardashevskiy March 29, 2017, 5:09 a.m. UTC
Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
---

This leftover is just confusing :)


---
 hw/ppc/spapr_pci.c | 2 --
 1 file changed, 2 deletions(-)

Comments

David Gibson March 29, 2017, 5:25 a.m. UTC | #1
On Wed, Mar 29, 2017 at 04:09:58PM +1100, Alexey Kardashevskiy wrote:
> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
> ---
> 
> This leftover is just confusing :)

Applied to ppc-for-2.10.

> 
> 
> ---
>  hw/ppc/spapr_pci.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/hw/ppc/spapr_pci.c b/hw/ppc/spapr_pci.c
> index 097ebdd51d..e7567e2e8f 100644
> --- a/hw/ppc/spapr_pci.c
> +++ b/hw/ppc/spapr_pci.c
> @@ -50,8 +50,6 @@
>  #include "sysemu/hostmem.h"
>  #include "sysemu/numa.h"
>  
> -#include "hw/vfio/vfio.h"
> -
>  /* Copied from the kernel arch/powerpc/platforms/pseries/msi.c */
>  #define RTAS_QUERY_FN           0
>  #define RTAS_CHANGE_FN          1
diff mbox

Patch

diff --git a/hw/ppc/spapr_pci.c b/hw/ppc/spapr_pci.c
index 097ebdd51d..e7567e2e8f 100644
--- a/hw/ppc/spapr_pci.c
+++ b/hw/ppc/spapr_pci.c
@@ -50,8 +50,6 @@ 
 #include "sysemu/hostmem.h"
 #include "sysemu/numa.h"
 
-#include "hw/vfio/vfio.h"
-
 /* Copied from the kernel arch/powerpc/platforms/pseries/msi.c */
 #define RTAS_QUERY_FN           0
 #define RTAS_CHANGE_FN          1