commit | f13bef9592ab1b03e715487a1a1b3f317f27463f | [log] [tgz] |
---|---|---|
author | Stefan Weil <sw@weilnetz.de> | Mon Jul 07 21:50:07 2014 +0200 |
committer | Michael Tokarev <mjt@tls.msk.ru> | Sat Aug 09 00:06:32 2014 +0400 |
tree | abb2ecfb77515f6ee2093cbfe328a68fef7b0afb | |
parent | 0f03fb6094743b50d403b9f6181aced9ded98883 [diff] |
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>