aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2019-01-04 16:02:26 +0100
committerLaurent Vivier <laurent@vivier.eu>2019-01-09 11:18:06 +0100
commit29bc0a6072d30287eee35ae1adf8de0aff0e6d49 (patch)
tree2fbbc254086896e285cb328bb2ad0aca4e5aee81
parentc0b05ec50e3185bdd402f7e25ba7f2e9922895a0 (diff)
downloadqemu-29bc0a6072d30287eee35ae1adf8de0aff0e6d49.zip
qemu-29bc0a6072d30287eee35ae1adf8de0aff0e6d49.tar.gz
qemu-29bc0a6072d30287eee35ae1adf8de0aff0e6d49.tar.bz2
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 <thuth@redhat.com> Message-Id: <1546614146-10525-1-git-send-email-thuth@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
-rw-r--r--hw/audio/marvell_88w8618.c1
1 files changed, 0 insertions, 1 deletions
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"