From patchwork Wed Apr 25 18:47:58 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Portante X-Patchwork-Id: 155059 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 F0552B6FD1 for ; Thu, 26 Apr 2012 04:48:23 +1000 (EST) Received: from localhost ([::1]:53497 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SN7GH-000194-2i for incoming@patchwork.ozlabs.org; Wed, 25 Apr 2012 14:48:21 -0400 Received: from eggs.gnu.org ([208.118.235.92]:37585) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SN7GB-00018z-EA for qemu-devel@nongnu.org; Wed, 25 Apr 2012 14:48:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SN7G8-0002Xl-Nk for qemu-devel@nongnu.org; Wed, 25 Apr 2012 14:48:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:62057) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SN7G8-0002XQ-F2 for qemu-devel@nongnu.org; Wed, 25 Apr 2012 14:48:12 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q3PIm6Ed030164 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 25 Apr 2012 14:48:06 -0400 Received: from frodo.bos.redhat.com (frodo.bos.redhat.com [10.16.184.50]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q3PIlwKb013734; Wed, 25 Apr 2012 14:47:58 -0400 From: Peter Portante To: qemu-devel@nongnu.org Date: Wed, 25 Apr 2012 14:47:58 -0400 Message-Id: <1335379678-27524-1-git-send-email-peter.portante@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.132.183.28 Cc: jcmvbkbc@gmail.com, qemu-xtensa@nongnu.org, david@gibson.dropbear.id.au Subject: [Qemu-devel] [PATCH] xtensa, hw: remove unnecessary include of dyngen-exec.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 Signed-off-by: Peter Portante --- hw/spapr_hcall.c | 1 - xtensa-semi.c | 1 - 2 files changed, 0 insertions(+), 2 deletions(-) diff --git a/hw/spapr_hcall.c b/hw/spapr_hcall.c index 94bb504..88c1fab 100644 --- a/hw/spapr_hcall.c +++ b/hw/spapr_hcall.c @@ -1,6 +1,5 @@ #include "sysemu.h" #include "cpu.h" -#include "dyngen-exec.h" #include "qemu-char.h" #include "sysemu.h" #include "qemu-char.h" diff --git a/xtensa-semi.c b/xtensa-semi.c index 5754b77..8c97a02 100644 --- a/xtensa-semi.c +++ b/xtensa-semi.c @@ -30,7 +30,6 @@ #include #include #include "cpu.h" -#include "dyngen-exec.h" #include "helpers.h" #include "qemu-log.h"