Re: [Qemu-devel] [PATCH 1/2] ppc: Add missing 'static' to spin_rw_ops

2012-02-25 Thread Andreas Färber
Am 25.02.2012 13:37, schrieb Stefan Weil: > spin_rw_ops is only used in hw/ppce500_spin.c. > > Cc: Alexander Graf > Signed-off-by: Stefan Weil Acked-by: Andreas Färber /-F > --- > hw/ppce500_spin.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/hw/ppce500_sp

[Qemu-devel] [PATCH 1/2] ppc: Add missing 'static' to spin_rw_ops

2012-02-25 Thread Stefan Weil
spin_rw_ops is only used in hw/ppce500_spin.c. Cc: Alexander Graf Signed-off-by: Stefan Weil --- hw/ppce500_spin.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/ppce500_spin.c b/hw/ppce500_spin.c index 6b8a189..6ed676b 100644 --- a/hw/ppce500_spin.c +++ b/hw/ppce5