Re: [Qemu-devel] [PATCH] tcg: Add missing 'static' attribute

2010-05-07 Thread Blue Swirl
Thanks, applied. On 5/7/10, Stefan Weil wrote: > tcg_out_reloc is only used locally (in */target.c which is > included in tcg.c). > > Signed-off-by: Stefan Weil > --- > tcg/tcg.c |4 ++-- > tcg/tcg.h |3 --- > 2 files changed, 2 insertions(+), 5 deletions(-) > > diff --git a/tcg/

[Qemu-devel] [PATCH] tcg: Add missing 'static' attribute

2010-05-07 Thread Stefan Weil
tcg_out_reloc is only used locally (in */target.c which is included in tcg.c). Signed-off-by: Stefan Weil --- tcg/tcg.c |4 ++-- tcg/tcg.h |3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/tcg/tcg.c b/tcg/tcg.c index beceff0..f3c7909 100644 --- a/tcg/tcg.c +++ b/tcg/