From patchwork Thu Feb 16 17:36:49 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [TRIVIAL] Removed unused pl080_init(). Date: Thu, 16 Feb 2012 07:36:49 -0000 From: Alexander Barabash X-Patchwork-Id: 141659 Message-Id: <4F3D3EB1.6090003@mentor.com> To: , qemu-devel Removed unused pl080_init(). Signed-off-by: Alexander Barabash diff --git a/hw/primecell.h b/hw/primecell.h index de7d6f2..ded0446 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.c */ void arm_sysctl_init(uint32_t base, uint32_t sys_id, uint32_t proc_id);