From patchwork Thu May 19 15:21:57 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Maydell X-Patchwork-Id: 1543 Return-Path: Delivered-To: unknown Received: from imap.gmail.com (74.125.159.109) by localhost6.localdomain6 with IMAP4-SSL; 08 Jun 2011 14:52:52 -0000 Delivered-To: patches@linaro.org Received: by 10.224.54.134 with SMTP id q6cs120246qag; Thu, 19 May 2011 08:22:00 -0700 (PDT) Received: by 10.227.196.209 with SMTP id eh17mr3254264wbb.92.1305818519809; Thu, 19 May 2011 08:21:59 -0700 (PDT) Received: from mnementh.archaic.org.uk (mnementh.archaic.org.uk [81.2.115.146]) by mx.google.com with ESMTPS id j7si5375037wbx.87.2011.05.19.08.21.59 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 19 May 2011 08:21:59 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of pm215@archaic.org.uk designates 81.2.115.146 as permitted sender) client-ip=81.2.115.146; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of pm215@archaic.org.uk designates 81.2.115.146 as permitted sender) smtp.mail=pm215@archaic.org.uk Received: from pm215 by mnementh.archaic.org.uk with local (Exim 4.72) (envelope-from ) id 1QN52z-00065O-Ny; Thu, 19 May 2011 16:21:57 +0100 From: Peter Maydell To: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, patches@linaro.org Subject: [PATCH] hw/realview.c: Remove duplicate #include line Date: Thu, 19 May 2011 16:21:57 +0100 Message-Id: <1305818517-23371-1-git-send-email-peter.maydell@linaro.org> X-Mailer: git-send-email 1.7.2.5 Remove a duplicate #include of sysbus.h. Signed-off-by: Peter Maydell --- hw/realview.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/hw/realview.c b/hw/realview.c index 96fb9da..82f3d82 100644 --- a/hw/realview.c +++ b/hw/realview.c @@ -17,7 +17,6 @@ #include "sysemu.h" #include "boards.h" #include "bitbang_i2c.h" -#include "sysbus.h" #include "blockdev.h" #define SMP_BOOT_ADDR 0xe0000000