From patchwork Thu Feb 9 20:28:13 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Maydell X-Patchwork-Id: 6730 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 1C17623EAE for ; Thu, 9 Feb 2012 20:28:21 +0000 (UTC) Received: from mail-gx0-f180.google.com (mail-gx0-f180.google.com [209.85.161.180]) by fiordland.canonical.com (Postfix) with ESMTP id D9EEBA18655 for ; Thu, 9 Feb 2012 20:28:20 +0000 (UTC) Received: by ggnr1 with SMTP id r1so1444178ggn.11 for ; Thu, 09 Feb 2012 12:28:20 -0800 (PST) MIME-Version: 1.0 Received: by 10.50.94.228 with SMTP id df4mr6125653igb.12.1328819300204; Thu, 09 Feb 2012 12:28:20 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.231.12.131 with SMTP id x3cs53246ibx; Thu, 9 Feb 2012 12:28:19 -0800 (PST) Received: by 10.204.156.23 with SMTP id u23mr1375634bkw.18.1328819297302; Thu, 09 Feb 2012 12:28:17 -0800 (PST) Received: from mnementh.archaic.org.uk (mnementh.archaic.org.uk. [81.2.115.146]) by mx.google.com with ESMTPS id i2si1553768bke.35.2012.02.09.12.28.16 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 09 Feb 2012 12:28:17 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of pm215@archaic.org.uk designates 81.2.115.146 as permitted sender) client-ip=81.2.115.146; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of pm215@archaic.org.uk designates 81.2.115.146 as permitted sender) smtp.mail=pm215@archaic.org.uk Received: from pm215 by mnementh.archaic.org.uk with local (Exim 4.72) (envelope-from ) id 1RvabG-0000NW-M3; Thu, 09 Feb 2012 20:28:14 +0000 From: Peter Maydell To: qemu-devel@nongnu.org Cc: patches@linaro.org Subject: [PATCH 2/3] hw/primecell.h: Remove obsolete pl080_init() declaration Date: Thu, 9 Feb 2012 20:28:13 +0000 Message-Id: <1328819294-1427-3-git-send-email-peter.maydell@linaro.org> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: <1328819294-1427-1-git-send-email-peter.maydell@linaro.org> References: <1328819294-1427-1-git-send-email-peter.maydell@linaro.org> X-Gm-Message-State: ALoCoQm/xuXkjqJJDqKf8uIHX6l81U1UxycvvSLxJ6fWdyCp/KokjzXq+9t2jp81ZJu9ZUYhYStQ Remove an obsolete declaration of pl080_init(), which has been incorrect since the conversion of pl080 to qdev back in 2009. Signed-off-by: Peter Maydell --- hw/primecell.h | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/hw/primecell.h b/hw/primecell.h index e709ad3..7337c3b 100644 --- a/hw/primecell.h +++ b/hw/primecell.h @@ -5,9 +5,6 @@ /* Also includes some devices that are currently only used by the ARM boards. */ -/* pl080.c */ -void *pl080_init(uint32_t base, qemu_irq irq, int nchannels); - /* arm_sysctl GPIO lines */ #define ARM_SYSCTL_GPIO_MMC_WPROT 0 #define ARM_SYSCTL_GPIO_MMC_CARDIN 1