projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e59dbba
)
hw/audio/marvell: Don't include unnecessary i2c.h header file
author
Thomas Huth
<thuth@redhat.com>
Fri, 4 Jan 2019 15:02:26 +0000
(16:02 +0100)
committer
Gerd Hoffmann
<kraxel@redhat.com>
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 <thuth@redhat.com>
Message-Id: <
1546614146
-10525-1-git-send-email-thuth@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/audio/marvell_88w8618.c
patch
|
blob
|
history
diff --git
a/hw/audio/marvell_88w8618.c
b/hw/audio/marvell_88w8618.c
index 6600ab485163f9d380ae2bf39f8e2b1f5667c706..035dd76cbfa3c87e494d608a71cfb9de1c4d45ea 100644
(file)
--- 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"