diff mbox

[TRIVIAL] Removed unused pl080_init().

Message ID 4F3D3EB1.6090003@mentor.com
State New
Headers show

Commit Message

Alexander Barabash Feb. 16, 2012, 5:36 p.m. UTC
Removed unused pl080_init().

     Signed-off-by: Alexander Barabash <alexander_barabash@mentor.com>

Comments

Peter Maydell Feb. 16, 2012, 6:11 p.m. UTC | #1
On 16 February 2012 17:36, Alexander Barabash
<alexander_barabash@mentor.com> wrote:
>
>    Removed unused pl080_init().

I posted the equivalent of this patch recently and it is in
arm-devs.next -- please don't commit to qemu-trivial.

Thanks
-- PMM
Stefan Hajnoczi Feb. 17, 2012, 10:56 a.m. UTC | #2
On Thu, Feb 16, 2012 at 6:11 PM, Peter Maydell <peter.maydell@linaro.org> wrote:
> On 16 February 2012 17:36, Alexander Barabash
> <alexander_barabash@mentor.com> wrote:
>>
>>    Removed unused pl080_init().
>
> I posted the equivalent of this patch recently and it is in
> arm-devs.next -- please don't commit to qemu-trivial.

Okay.

Stefan
diff mbox

Patch

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);