From patchwork Wed Apr 25 21:33:46 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Portante X-Patchwork-Id: 155111 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 83C5AB6FEB for ; Thu, 26 Apr 2012 07:34:00 +1000 (EST) Received: from localhost ([::1]:60097 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SN9qY-00088s-Bn for incoming@patchwork.ozlabs.org; Wed, 25 Apr 2012 17:33:58 -0400 Received: from eggs.gnu.org ([208.118.235.92]:35596) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SN9qR-00088X-Tz for qemu-devel@nongnu.org; Wed, 25 Apr 2012 17:33:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SN9qQ-0001r9-Bc for qemu-devel@nongnu.org; Wed, 25 Apr 2012 17:33:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:28393) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SN9qQ-0001qt-3U for qemu-devel@nongnu.org; Wed, 25 Apr 2012 17:33:50 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q3PLXlLR008080 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 25 Apr 2012 17:33:47 -0400 Received: from frodo.bos.redhat.com (frodo.bos.redhat.com [10.16.184.50]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q3PLXlBu000381; Wed, 25 Apr 2012 17:33:47 -0400 From: Peter Portante To: qemu-devel@nongnu.org Date: Wed, 25 Apr 2012 17:33:46 -0400 Message-Id: <1335389626-29458-1-git-send-email-peter.portante@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.11 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, afaerber@suse.de Subject: [Qemu-devel] [PATCH] xtensa: 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 --- xtensa-semi.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/xtensa-semi.c b/xtensa-semi.c index b7c8c34..1c8a19e 100644 --- a/xtensa-semi.c +++ b/xtensa-semi.c @@ -30,7 +30,6 @@ #include #include #include "cpu.h" -#include "dyngen-exec.h" #include "helper.h" #include "qemu-log.h"