From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:60704) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvabO-0003BQ-Na for qemu-devel@nongnu.org; Thu, 09 Feb 2012 15:28:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RvabJ-00070N-T6 for qemu-devel@nongnu.org; Thu, 09 Feb 2012 15:28:22 -0500 Received: from mnementh.archaic.org.uk ([81.2.115.146]:54473) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvabJ-0006zR-Mv for qemu-devel@nongnu.org; Thu, 09 Feb 2012 15:28:17 -0500 From: Peter Maydell Date: Thu, 9 Feb 2012 20:28:13 +0000 Message-Id: <1328819294-1427-3-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1328819294-1427-1-git-send-email-peter.maydell@linaro.org> References: <1328819294-1427-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PATCH 2/3] hw/primecell.h: Remove obsolete pl080_init() declaration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: patches@linaro.org 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 -- 1.7.5.4