From: Kevin O'Connor Date: Wed, 26 Oct 2016 16:43:12 +0000 (-0400) Subject: usb: Make usb_time_sigatt variable static X-Git-Tag: rel-1.11.0~76 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=c5e56b2ffe439b919d5e622374c1aa70af4e1911;p=seabios.git usb: Make usb_time_sigatt variable static Signed-off-by: Kevin O'Connor --- diff --git a/src/hw/usb.c b/src/hw/usb.c index 20731d1..4f9a852 100644 --- a/src/hw/usb.c +++ b/src/hw/usb.c @@ -456,7 +456,7 @@ resetfail: goto done; } -u32 usb_time_sigatt; +static u32 usb_time_sigatt; void usb_enumerate(struct usbhub_s *hub)