diff options
author | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-07-07 23:54:15 +1000 |
---|---|---|
committer | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-07-08 13:53:21 +0200 |
commit | 264d265d9c0f9f6c157fcc12d28b238849d25293 (patch) | |
tree | 126f0c4f4d01f92e66ecb4c296d5035d09d57f74 /src/southbridge/intel/i82801dx | |
parent | 730e3b02fb30b944664f69d9a73e69256bc9952f (diff) | |
download | coreboot-264d265d9c0f9f6c157fcc12d28b238849d25293.tar.xz |
southbridge: Trivial - drop trailing blank lines at EOF
Change-Id: I5484ebb665453777cc3b2561be6e50c787f1a257
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/6209
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/southbridge/intel/i82801dx')
-rw-r--r-- | src/southbridge/intel/i82801dx/ac97.c | 2 | ||||
-rw-r--r-- | src/southbridge/intel/i82801dx/nvs.h | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/southbridge/intel/i82801dx/ac97.c b/src/southbridge/intel/i82801dx/ac97.c index 004ab976f5..a9ec266bfe 100644 --- a/src/southbridge/intel/i82801dx/ac97.c +++ b/src/southbridge/intel/i82801dx/ac97.c @@ -281,5 +281,3 @@ static const struct pci_driver i82801db_ac97_modem __pci_driver = { .vendor = PCI_VENDOR_ID_INTEL, .device = PCI_DEVICE_ID_INTEL_82801DB_AC97_MODEM, }; - - diff --git a/src/southbridge/intel/i82801dx/nvs.h b/src/southbridge/intel/i82801dx/nvs.h index 03f8de74ea..14f0ad36c1 100644 --- a/src/southbridge/intel/i82801dx/nvs.h +++ b/src/southbridge/intel/i82801dx/nvs.h @@ -135,4 +135,3 @@ typedef struct { u8 bten; u8 rsvd13[14]; } __attribute__((packed)) global_nvs_t; - |