]> Git Repo - qemu.git/commitdiff
hw/audio/marvell: Don't include unnecessary i2c.h header file
authorThomas Huth <[email protected]>
Fri, 4 Jan 2019 15:02:26 +0000 (16:02 +0100)
committerLaurent Vivier <[email protected]>
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 <[email protected]>
Message-Id: <1546614146[email protected]>
Signed-off-by: Laurent Vivier <[email protected]>
hw/audio/marvell_88w8618.c

index 6600ab485163f9d380ae2bf39f8e2b1f5667c706..035dd76cbfa3c87e494d608a71cfb9de1c4d45ea 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"
This page took 0.028328 seconds and 4 git commands to generate.