From: Thomas Huth Date: Fri, 4 Jan 2019 15:02:26 +0000 (+0100) Subject: hw/audio/marvell: Don't include unnecessary i2c.h header file X-Git-Tag: v4.0.0-rc0~180^2~2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=29bc0a6072d30287eee35ae1adf8de0aff0e6d49;p=users%2Fdwmw2%2Fqemu.git hw/audio/marvell: Don't include unnecessary i2c.h header file This device does not use I2C, so no need to include the header file here. Signed-off-by: Thomas Huth Message-Id: <1546614146-10525-1-git-send-email-thuth@redhat.com> Signed-off-by: Laurent Vivier --- diff --git a/hw/audio/marvell_88w8618.c b/hw/audio/marvell_88w8618.c index 6600ab4851..035dd76cbf 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"