hw/timer: Move extern declaration from .c to .h file
commitf13bef9592ab1b03e715487a1a1b3f317f27463f
authorStefan Weil <sw@weilnetz.de>
Mon, 7 Jul 2014 19:50:07 +0000 (7 21:50 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 8 Aug 2014 20:06:32 +0000 (9 00:06 +0400)
treeabb2ecfb77515f6ee2093cbfe328a68fef7b0afb
parent0f03fb6094743b50d403b9f6181aced9ded98883
hw/timer: Move extern declaration from .c to .h file

This fixes a warning from smatch (static code analyser).

Fix also the comment with the renamed source file name.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
 hw/timer/tusb6010.c |    3 ---
 include/hw/usb.h    |    7 ++++++-
 2 files changed, 6 insertions(+), 4 deletions(-)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/timer/tusb6010.c
include/hw/usb.h