qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 1/2] hw/audio/marvell: Don't include unnecessary i2c.


From: Gerd Hoffmann
Subject: [Qemu-devel] [PULL 1/2] hw/audio/marvell: Don't include unnecessary i2c.h header file
Date: Thu, 10 Jan 2019 10:23:54 +0100

From: Thomas Huth <address@hidden>

This device does not use I2C, so no need to include the header file here.

Signed-off-by: Thomas Huth <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Gerd Hoffmann <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 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"
-- 
2.9.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]