From b1d8e52e636fd2c137e5abb2d59b331473e0930d Mon Sep 17 00:00:00 2001 From: blueswir1 Date: Sun, 26 Oct 2008 13:43:07 +0000 Subject: Fix undeclared symbol warnings from sparse git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5539 c046a42c-6fe2-441c-8c8c-71466251a162 --- hw/rtl8139.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/rtl8139.c') diff --git a/hw/rtl8139.c b/hw/rtl8139.c index cae8788586..feffa9c33b 100644 --- a/hw/rtl8139.c +++ b/hw/rtl8139.c @@ -1255,7 +1255,7 @@ static void rtl8139_reset(RTL8139State *s) RTL8139TallyCounters_clear(&s->tally_counters); } -void RTL8139TallyCounters_clear(RTL8139TallyCounters* counters) +static void RTL8139TallyCounters_clear(RTL8139TallyCounters* counters) { counters->TxOk = 0; counters->RxOk = 0; -- cgit v1.2.3-55-g7522