qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Andreas Färber
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH 1/2] ppc: Add missing 'static' to spin_rw_ops
Date: Sun, 26 Feb 2012 00:16:33 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.1) Gecko/20120208 Thunderbird/10.0.1

Am 25.02.2012 13:37, schrieb Stefan Weil:
> spin_rw_ops is only used in hw/ppce500_spin.c.
> 
> Cc: Alexander Graf <address@hidden>
> Signed-off-by: Stefan Weil <address@hidden>

Acked-by: Andreas Färber <address@hidden>

/-F

> ---
>  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/ppce500_spin.c
> @@ -182,7 +182,7 @@ static uint64_t spin_read(void *opaque, 
> target_phys_addr_t addr, unsigned len)
>      }
>  }
>  
> -const MemoryRegionOps spin_rw_ops = {
> +static const MemoryRegionOps spin_rw_ops = {
>      .read = spin_read,
>      .write = spin_write,
>      .endianness = DEVICE_BIG_ENDIAN,

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg



reply via email to

[Prev in Thread] Current Thread [Next in Thread]