OSDN Git Service

hw/audio/marvell: Don't include unnecessary i2c.h header file
authorThomas Huth <thuth@redhat.com>
Fri, 4 Jan 2019 15:02:26 +0000 (16:02 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Wed, 9 Jan 2019 10:18:06 +0000 (11:18 +0100)
This device does not use I2C, so no need to include the header file here.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <1546614146-10525-1-git-send-email-thuth@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
hw/audio/marvell_88w8618.c

index 6600ab4..035dd76 100644 (file)
@@ -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"