From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43524) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCkrI-0004mQ-VN for qemu-devel@nongnu.org; Mon, 10 Feb 2014 02:00:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WCkrB-0000LV-Fk for qemu-devel@nongnu.org; Mon, 10 Feb 2014 02:00:48 -0500 Received: from mx1.redhat.com ([209.132.183.28]:61499) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCkrA-0000LI-T3 for qemu-devel@nongnu.org; Mon, 10 Feb 2014 02:00:41 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s1A70ct2029127 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 10 Feb 2014 02:00:38 -0500 Date: Mon, 10 Feb 2014 15:00:44 +0800 From: Fam Zheng Message-ID: <20140210070044.GA15707@T430.nay.redhat.com> References: <1391936547-19150-1-git-send-email-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1391936547-19150-1-git-send-email-kwolf@redhat.com> Subject: Re: [Qemu-devel] [PATCH] sdhci: Drop unnecessary #include List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org, stefanha@redhat.com On Sun, 02/09 10:02, Kevin Wolf wrote: > Signed-off-by: Kevin Wolf > --- > hw/sd/sdhci.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/hw/sd/sdhci.c b/hw/sd/sdhci.c > index 0906a1d..a0b90ba 100644 > --- a/hw/sd/sdhci.c > +++ b/hw/sd/sdhci.c > @@ -26,7 +26,6 @@ > #include "sysemu/blockdev.h" > #include "sysemu/dma.h" > #include "qemu/timer.h" > -#include "block/block_int.h" > #include "qemu/bitops.h" > > #include "sdhci.h" > -- > 1.8.1.4 > Reviewed-by: Fam Zheng BTW it seems bitops.h is not used too, although I'm not 100% sure.