From patchwork Sun Jun 10 07:26:50 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Max Filippov X-Patchwork-Id: 163972 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 9BD1A1007D3 for ; Sun, 10 Jun 2012 17:27:30 +1000 (EST) Received: from localhost ([::1]:32916 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SdcYa-00083t-C3 for incoming@patchwork.ozlabs.org; Sun, 10 Jun 2012 03:27:28 -0400 Received: from eggs.gnu.org ([208.118.235.92]:43518) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SdcYM-000830-TM for qemu-devel@nongnu.org; Sun, 10 Jun 2012 03:27:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SdcYK-0000vD-F2 for qemu-devel@nongnu.org; Sun, 10 Jun 2012 03:27:14 -0400 Received: from mail-lpp01m010-f45.google.com ([209.85.215.45]:47064) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SdcYK-0000uX-5I for qemu-devel@nongnu.org; Sun, 10 Jun 2012 03:27:12 -0400 Received: by lahc1 with SMTP id c1so2392686lah.4 for ; Sun, 10 Jun 2012 00:27:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=5FNyTPqYx2I+Y0+3CMm0hb057QHUayPFr8GeY2eBkis=; b=B5YAJvBpEU5X+yeX2vZZ2AIT656MMg7p0HK27zErdF6ZHCo+XUvCkkNUcqP2GS62nn 62Tyau8h2QtbwdqqjlcFv2OdtKzMLMJnKbRVyhPeRTqkC+B2odoRxd/FvDsrxunhmyjt 4jNIJR10XNSEzIbgMaDfBg09LfETllkzQxLErZTgCFkK5aVhY9UTBEzj+6vusFsQS+FM 0Ogd5zg3cNZD3axC3xqfEtcGvZrj7aza1EVuT7IIayKmojd7+me55KAeVuIXzO6sxmv0 7Zl5lzm7PohKLg47rMoRlAbk9is9fwHAbQxHbnv6S7+aWhsaY/NIPwBJLRh6wpSI4Lf/ SKFA== Received: by 10.152.144.138 with SMTP id sm10mr13654317lab.22.1339313229749; Sun, 10 Jun 2012 00:27:09 -0700 (PDT) Received: from octofox.metropolis ([188.134.19.124]) by mx.google.com with ESMTPS id j3sm6608098lbh.0.2012.06.10.00.27.07 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 10 Jun 2012 00:27:08 -0700 (PDT) From: Max Filippov To: qemu-devel@nongnu.org Date: Sun, 10 Jun 2012 11:26:50 +0400 Message-Id: <1339313212-19653-2-git-send-email-jcmvbkbc@gmail.com> X-Mailer: git-send-email 1.7.7.6 In-Reply-To: <1339313212-19653-1-git-send-email-jcmvbkbc@gmail.com> References: <1339313212-19653-1-git-send-email-jcmvbkbc@gmail.com> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.215.45 Cc: Blue Swirl , Max Filippov , Peter Portante Subject: [Qemu-devel] [PATCH v2 1/3] target-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 From: Peter Portante Signed-off-by: Peter Portante Signed-off-by: Max Filippov --- target-xtensa/xtensa-semi.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/target-xtensa/xtensa-semi.c b/target-xtensa/xtensa-semi.c index b7c8c34..1c8a19e 100644 --- a/target-xtensa/xtensa-semi.c +++ b/target-xtensa/xtensa-semi.c @@ -30,7 +30,6 @@ #include #include #include "cpu.h" -#include "dyngen-exec.h" #include "helper.h" #include "qemu-log.h"