Skip to content
Snippets Groups Projects
Commit 29bc0a60 authored by Thomas Huth's avatar Thomas Huth Committed by Laurent Vivier
Browse files

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: default avatarThomas Huth <thuth@redhat.com>
Message-Id: <1546614146-10525-1-git-send-email-thuth@redhat.com>
Signed-off-by: default avatarLaurent Vivier <laurent@vivier.eu>
parent c0b05ec5
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment