From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:35597) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghWZF-00028E-UP for qemu-devel@nongnu.org; Thu, 10 Jan 2019 04:24:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ghWZF-0001Y7-A3 for qemu-devel@nongnu.org; Thu, 10 Jan 2019 04:24:01 -0500 Received: from mx1.redhat.com ([209.132.183.28]:47598) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ghWZF-0001Xa-3a for qemu-devel@nongnu.org; Thu, 10 Jan 2019 04:24:01 -0500 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 471B0C05D3E8 for ; Thu, 10 Jan 2019 09:24:00 +0000 (UTC) From: Gerd Hoffmann Date: Thu, 10 Jan 2019 10:23:54 +0100 Message-Id: <20190110092355.7121-2-kraxel@redhat.com> In-Reply-To: <20190110092355.7121-1-kraxel@redhat.com> References: <20190110092355.7121-1-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 1/2] hw/audio/marvell: Don't include unnecessary i2c.h header file List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann , Thomas Huth From: Thomas Huth This device does not use I2C, so no need to include the header file here. Signed-off-by: Thomas Huth Message-Id: <1546614146-10525-1-git-send-email-thuth@redhat.com> Signed-off-by: Gerd Hoffmann --- hw/audio/marvell_88w8618.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/audio/marvell_88w8618.c b/hw/audio/marvell_88w8618.c index 6600ab4851..035dd76cbf 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" -- 2.9.3