From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51725) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCu0j-0001yL-CB for qemu-devel@nongnu.org; Mon, 10 Feb 2014 11:47:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WCu0e-0006Rx-Kr for qemu-devel@nongnu.org; Mon, 10 Feb 2014 11:47:09 -0500 Received: from mx1.redhat.com ([209.132.183.28]:55114) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCu0d-0006Rt-ST for qemu-devel@nongnu.org; Mon, 10 Feb 2014 11:47:04 -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 s1AGl2ix021257 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 10 Feb 2014 11:47:03 -0500 Date: Mon, 10 Feb 2014 17:47:00 +0100 From: Stefan Hajnoczi Message-ID: <20140210164700.GD17079@stefanha-thinkpad.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 On Sun, Feb 09, 2014 at 10:02:27AM +0100, Kevin Wolf wrote: > Signed-off-by: Kevin Wolf > --- > hw/sd/sdhci.c | 1 - > 1 file changed, 1 deletion(-) Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan