diff options
author | Thomas Huth <thuth@redhat.com> | 2019-01-04 16:02:26 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-01-10 09:51:42 +0100 |
commit | 95a38c395de8941ee0f3de09006c423773e093b7 (patch) | |
tree | 01ad1c988458dcb4bb337088359ed5d71e628527 | |
parent | e59dbbac0364344a3ad84c3497a98c56003d3fb8 (diff) | |
download | qemu-95a38c395de8941ee0f3de09006c423773e093b7.zip qemu-95a38c395de8941ee0f3de09006c423773e093b7.tar.gz qemu-95a38c395de8941ee0f3de09006c423773e093b7.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: Gerd Hoffmann <kraxel@redhat.com>
-rw-r--r-- | hw/audio/marvell_88w8618.c | 1 |
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" |