From patchwork Sat Jun 16 05:20:58 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Peter A. G. Crosthwaite" X-Patchwork-Id: 165280 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 93332B70EE for ; Sat, 16 Jun 2012 15:11:42 +1000 (EST) Received: from localhost ([::1]:51585 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SflIS-0000VW-BY for incoming@patchwork.ozlabs.org; Sat, 16 Jun 2012 01:11:40 -0400 Received: from eggs.gnu.org ([208.118.235.92]:38737) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SflIF-0000L4-Br for qemu-devel@nongnu.org; Sat, 16 Jun 2012 01:11:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SflID-0007ws-K4 for qemu-devel@nongnu.org; Sat, 16 Jun 2012 01:11:26 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:60907) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SflID-0007wY-EE for qemu-devel@nongnu.org; Sat, 16 Jun 2012 01:11:25 -0400 Received: by mail-pb0-f45.google.com with SMTP id ro12so6397454pbb.4 for ; Fri, 15 Jun 2012 22:11:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :in-reply-to:references:x-gm-message-state; bh=gruY+Ht11Wi3fcgHebtemmMp2Ra2uC66yKJ2be+umaY=; b=oGzqGxFczImRnUxCoo9NFpvwLWO29b45e/d0Ue/n5PSfzFz3N/rsdlGlQJLTE7SWNY qhcpj70LkIKYXPm1RSf08iEO5paeMAWSxWbL7YO7+q9ZnA2TENwVpAgq2IwNE3JZYwJg slAOPEKM6oMA2fDwlY8UHfRaI+1GnDuP1j1i3F28WqTGoVQpOKHmog8Wcs8lqpRsZKQG MSoRVeI7DvZV04gDutOkpf+0nuRqPwDgRe78wkjH5p7gq5NrKB7uPLUh8Z71IPsZAboa LdT/2EAeCpzLc52TH7vPOuw4cmqMdW6xnODFwjDtnxnLaRzpY7FPZaZYin9wdGHG3WAn MTDA== Received: by 10.68.232.103 with SMTP id tn7mr27087190pbc.86.1339823484382; Fri, 15 Jun 2012 22:11:24 -0700 (PDT) Received: from localhost ([124.148.20.9]) by mx.google.com with ESMTPS id x1sm15626402pbp.50.2012.06.15.22.11.20 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 15 Jun 2012 22:11:23 -0700 (PDT) From: "Peter A. G. Crosthwaite" To: edgar.iglesias@gmail.com, qemu-devel@nongnu.org Date: Sat, 16 Jun 2012 15:20:58 +1000 Message-Id: X-Mailer: git-send-email 1.7.3.2 In-Reply-To: References: In-Reply-To: References: X-Gm-Message-State: ALoCoQn0coRIz+hAc2HX6ptZUShaD1PoRKP5xbjvSkuIQjctGKbtdvxwjdOR/03fp0eCXyx1lBQk X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.160.45 Cc: peter.crosthwaite@petalogix.com, pbonzini@redhat.com, peter.chubb@nicta.com.au, trimarchi@retis.sssup.it, john.williams@petalogix.com Subject: [Qemu-devel] [PATCH v1 1/2] xilinx_timer: Removed include of qemu-timer 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 The Xilinx timer does not interact with the qemu_timer API, so dont include it. Signed-off-by: Peter A. G. Crosthwaite --- hw/xilinx_timer.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/hw/xilinx_timer.c b/hw/xilinx_timer.c index 0683ce1..e8b7a59 100644 --- a/hw/xilinx_timer.c +++ b/hw/xilinx_timer.c @@ -23,7 +23,6 @@ */ #include "sysbus.h" -#include "qemu-timer.h" #include "ptimer.h" #define D(x)