Re: [Qemu-devel] [PATCH] hw/timer: Move extern declaration from .c to .h file

2014-07-07 Thread Peter Maydell
On 7 July 2014 20:22, Stefan Weil wrote: > This fixes a warning from smatch (static code analyser). > > Signed-off-by: Stefan Weil > --- > hw/timer/tusb6010.c |3 --- > include/hw/usb.h|4 > 2 files changed, 4 insertions(+), 3 deletions(-) > > diff --git a/hw/timer/tusb6010.c b/

[Qemu-devel] [PATCH] hw/timer: Move extern declaration from .c to .h file

2014-07-07 Thread Stefan Weil
This fixes a warning from smatch (static code analyser). Signed-off-by: Stefan Weil --- hw/timer/tusb6010.c |3 --- include/hw/usb.h|4 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/hw/timer/tusb6010.c b/hw/timer/tusb6010.c index a281567..4e8f053 100644 --- a/hw