[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-arm] [Qemu-trivial] [PATCH] hw/audio/marvell: Don't include un
From: |
Laurent Vivier |
Subject: |
Re: [Qemu-arm] [Qemu-trivial] [PATCH] hw/audio/marvell: Don't include unnecessary i2c.h header file |
Date: |
Wed, 9 Jan 2019 11:18:16 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 |
On 04/01/2019 16:02, Thomas Huth wrote:
> This device does not use I2C, so no need to include the header file here.
>
> Signed-off-by: Thomas Huth <address@hidden>
> ---
> hw/audio/marvell_88w8618.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/hw/audio/marvell_88w8618.c b/hw/audio/marvell_88w8618.c
> index 6600ab4..035dd76 100644
> --- a/hw/audio/marvell_88w8618.c
> +++ b/hw/audio/marvell_88w8618.c
> @@ -12,7 +12,6 @@
> #include "qemu/osdep.h"
> #include "hw/sysbus.h"
> #include "hw/hw.h"
> -#include "hw/i2c/i2c.h"
> #include "hw/audio/wm8750.h"
> #include "audio/audio.h"
> #include "qapi/error.h"
>
Applied to my trivial-patches branch.
Thanks,
Laurent