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: 96407 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 40AE2B6F8A for ; Fri, 20 May 2011 01:22:11 +1000 (EST) Received: from localhost ([::1]:35810 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QN53A-0004z6-0x for incoming@patchwork.ozlabs.org; Thu, 19 May 2011 11:22:08 -0400 Received: from eggs.gnu.org ([140.186.70.92]:48406) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QN533-0004z1-8w for qemu-devel@nongnu.org; Thu, 19 May 2011 11:22:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QN532-0000Gk-D1 for qemu-devel@nongnu.org; Thu, 19 May 2011 11:22:01 -0400 Received: from mnementh.archaic.org.uk ([81.2.115.146]:50323) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QN532-0000GR-71; Thu, 19 May 2011 11:22:00 -0400 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 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 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 81.2.115.146 Cc: qemu-trivial@nongnu.org, patches@linaro.org Subject: [Qemu-devel] [PATCH] hw/realview.c: Remove duplicate #include line 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 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