From patchwork Sun May 22 22:01:15 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 96791 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 43C71B6FB1 for ; Mon, 23 May 2011 08:01:57 +1000 (EST) Received: from localhost ([::1]:40049 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOGih-0006Hm-0N for incoming@patchwork.ozlabs.org; Sun, 22 May 2011 18:01:55 -0400 Received: from eggs.gnu.org ([140.186.70.92]:44696) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOGiN-0006Hb-Iy for qemu-devel@nongnu.org; Sun, 22 May 2011 18:01:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QOGiL-0006jD-Qm for qemu-devel@nongnu.org; Sun, 22 May 2011 18:01:35 -0400 Received: from mtagate7.uk.ibm.com ([194.196.100.167]:43706) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOGiL-0006in-Je for qemu-devel@nongnu.org; Sun, 22 May 2011 18:01:33 -0400 Received: from d06nrmr1707.portsmouth.uk.ibm.com (d06nrmr1707.portsmouth.uk.ibm.com [9.149.39.225]) by mtagate7.uk.ibm.com (8.13.1/8.13.1) with ESMTP id p4MM1Ucp028512 for ; Sun, 22 May 2011 22:01:30 GMT Received: from d06av05.portsmouth.uk.ibm.com (d06av05.portsmouth.uk.ibm.com [9.149.37.229]) by d06nrmr1707.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p4MM1PcI2412742 for ; Sun, 22 May 2011 23:01:30 +0100 Received: from d06av05.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p4MM1PrP011918 for ; Sun, 22 May 2011 16:01:25 -0600 Received: from stefanha-thinkpad.ibm.com (nov02593-009145237072.de.ibm.com [9.145.237.72]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id p4MM1Naw011895; Sun, 22 May 2011 16:01:24 -0600 From: Stefan Hajnoczi To: Date: Sun, 22 May 2011 23:01:15 +0100 Message-Id: <1306101677-26631-3-git-send-email-stefanha@linux.vnet.ibm.com> X-Mailer: git-send-email 1.7.4.4 In-Reply-To: <1306101677-26631-1-git-send-email-stefanha@linux.vnet.ibm.com> References: <1306101677-26631-1-git-send-email-stefanha@linux.vnet.ibm.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Received-From: 194.196.100.167 Cc: Peter Maydell , Anthony Liguori , Stefan Hajnoczi Subject: [Qemu-devel] [PATCH 2/4] 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 From: Peter Maydell Remove a duplicate #include of sysbus.h. Signed-off-by: Peter Maydell Signed-off-by: Stefan Hajnoczi --- 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