pciaccess: fix vga arb stubs
authorThomas Klausner <wiz@netbsd.org>
Sun, 30 Aug 2009 23:13:27 +0000 (09:13 +1000)
committerDave Airlie <airlied@redhat.com>
Sun, 30 Aug 2009 23:13:27 +0000 (09:13 +1000)
src/common_vgaarb_stub.c

index 764733b..9394273 100644 (file)
@@ -67,7 +67,7 @@ pci_device_vgaarb_trylock(void)
 }
 
 int
-pci_device_vgaarb_unlock(void);
+pci_device_vgaarb_unlock(void)
 {
     return 0;
 }