diff options
author | Paul Menzel <pmenzel@molgen.mpg.de> | 2016-07-27 18:20:43 +0200 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2016-07-28 20:18:10 +0200 |
commit | aad4587c033d311bb200e27847872ff4282cd642 (patch) | |
tree | 1f95bf6d937327e4aa8a2ff4bb8f1a9a570bfcdb /util/viatool/quirks/vx900_quirks.c | |
parent | 2b119b380fa165a753831157a5e41f966ae31d92 (diff) |
viatool/quirks: Add newline to end of file
Change-Id: If505021c6dd4bc1c98094dc6e4a3da1ea7753859
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
Reviewed-on: https://review.coreboot.org/15916
Tested-by: build bot (Jenkins)
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Diffstat (limited to 'util/viatool/quirks/vx900_quirks.c')
-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 +}; |