From patchwork Fri Apr 19 02:18:05 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Crosthwaite X-Patchwork-Id: 237819 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id C9E882C021C for ; Fri, 19 Apr 2013 12:20:30 +1000 (EST) Received: from localhost ([::1]:35064 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UT0w9-0002zn-0h for incoming@patchwork.ozlabs.org; Thu, 18 Apr 2013 22:20:29 -0400 Received: from eggs.gnu.org ([208.118.235.92]:60218) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UT0vr-0002zd-2T for qemu-devel@nongnu.org; Thu, 18 Apr 2013 22:20:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UT0vp-0007QN-S8 for qemu-devel@nongnu.org; Thu, 18 Apr 2013 22:20:10 -0400 Received: from mail-pa0-f54.google.com ([209.85.220.54]:51971) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UT0vp-0007Q3-M2 for qemu-devel@nongnu.org; Thu, 18 Apr 2013 22:20:09 -0400 Received: by mail-pa0-f54.google.com with SMTP id fa11so1963191pad.41 for ; Thu, 18 Apr 2013 19:20:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:sender:from:to:cc:subject:date:message-id:x-mailer :x-gm-message-state; bh=32R96lsycs3zhD2T6ZdzKdwfDilS6R0EB0ytDx2jDoo=; b=OsrRxpgB9bURPLlg2XAY/pjkRjkzNatYNSxZUbZm2PfGP5RdLpR1BRd0472RzEK0LH BFOW5giRYG20iEngMwHTTx1X1byxx73As1D+whGNQ4bRCzB7hV0j6gNWS51beOmmZ5c/ dIwBz+w9ctCDstO+I6B94TuUPYUJy2/thunJYX/LPXdwUeVMDL87DMAS4xqLFPsH1xwm uh2IEsLQuY/RX5cgiTpZvD541NYW9KkX1QS8z2jIxc/lGvq2YOtFbk2DEhnf8vAuQXTw D6usbl4/g8jTGYhBAtMyhEMp9dUslLgSxVkRibONJL13sBhziKWEsCiY2w9tOC9q+g9e DRmQ== X-Received: by 10.66.248.6 with SMTP id yi6mr15750142pac.20.1366338008923; Thu, 18 Apr 2013 19:20:08 -0700 (PDT) Received: from localhost ([149.199.62.254]) by mx.google.com with ESMTPS id dg5sm11606101pbc.29.2013.04.18.19.20.06 (version=TLSv1.1 cipher=RC4-SHA bits=128/128); Thu, 18 Apr 2013 19:20:07 -0700 (PDT) From: peter.crosthwaite@xilinx.com To: qemu-devel@nongnu.org Date: Fri, 19 Apr 2013 12:18:05 +1000 Message-Id: <1366337885-9358-1-git-send-email-peter.crosthwaite@xilinx.com> X-Mailer: git-send-email 1.7.0.4 X-Gm-Message-State: ALoCoQmPuTR9Qzs7KrKexTwYcuYghc4Wub9SsdBI/OCKL5/v/+Z24LoR2/0zE4gnoqowQwL9xCzA X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.220.54 Cc: qemu-trivial@nongnu.org Subject: [Qemu-devel] [PATCH] m25p80: Remove bogus include of devices.h X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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(-) diff --git a/hw/block/m25p80.c b/hw/block/m25p80.c index efcc7f4..b3ca19a 100644 --- a/hw/block/m25p80.c +++ b/hw/block/m25p80.c @@ -24,7 +24,6 @@ #include "hw/hw.h" #include "sysemu/blockdev.h" #include "hw/ssi.h" -#include "hw/devices.h" #ifndef M25P80_ERR_DEBUG #define M25P80_ERR_DEBUG 0