]> 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)
committerGerd Hoffmann <[email protected]>
Thu, 10 Jan 2019 08:51:42 +0000 (09:51 +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: Gerd Hoffmann <[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.028944 seconds and 4 git commands to generate.