From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46056) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UT7tQ-00014K-6c for qemu-devel@nongnu.org; Fri, 19 Apr 2013 05:46:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UT7tP-0000Ml-2P for qemu-devel@nongnu.org; Fri, 19 Apr 2013 05:46:08 -0400 Date: Fri, 19 Apr 2013 11:46:02 +0200 From: Stefan Hajnoczi Message-ID: <20130419094602.GI30143@stefanha-thinkpad.redhat.com> References: <1366337885-9358-1-git-send-email-peter.crosthwaite@xilinx.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1366337885-9358-1-git-send-email-peter.crosthwaite@xilinx.com> Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] m25p80: Remove bogus include of devices.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: peter.crosthwaite@xilinx.com Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org On Fri, Apr 19, 2013 at 12:18:05PM +1000, peter.crosthwaite@xilinx.com wrote: > From: Peter Crosthwaite > > I think in the early revisions of this we had an instantiation helper > for the device in devices.h. This was later removed and this header was > left over. Removed > > Signed-off-by: Peter Crosthwaite > --- > hw/block/m25p80.c | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan