]> xenbits.xensource.com Git - seabios.git/commitdiff
usb: Make usb_time_sigatt variable static
authorKevin O'Connor <kevin@koconnor.net>
Wed, 26 Oct 2016 16:43:12 +0000 (12:43 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Wed, 26 Oct 2016 16:43:12 +0000 (12:43 -0400)
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/hw/usb.c

index 20731d1de9525ebcf25d54bfbaddcbe18ccff54f..4f9a852cbc7d4da1f18fb37ceb067c66ae7192d9 100644 (file)
@@ -456,7 +456,7 @@ resetfail:
     goto done;
 }
 
-u32 usb_time_sigatt;
+static u32 usb_time_sigatt;
 
 void
 usb_enumerate(struct usbhub_s *hub)