diff options
-rw-r--r-- | util/viatool/quirks/vx900_quirks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/viatool/quirks/vx900_quirks.c b/util/viatool/quirks/vx900_quirks.c index 16025f128d..e4f3e2b85b 100644 --- a/util/viatool/quirks/vx900_quirks.c +++ b/util/viatool/quirks/vx900_quirks.c @@ -78,4 +78,4 @@ struct quirk_list vx900_sb_quirk_list = { .pci_vendor_id = PCI_VENDOR_ID_VIA, .pci_device_id = PCI_DEVICE_ID_VIA_VX900_LPC, .dev_quirks = vx900_sb_quirks -};
\ No newline at end of file +}; |