diff options
author | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-07-07 23:44:40 +1000 |
---|---|---|
committer | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-07-08 13:55:02 +0200 |
commit | e1163c1782914c348a586b16321e09d81c371cbe (patch) | |
tree | 094dfb3146b72a2727ac798495dba2653922332e /src/mainboard/getac | |
parent | 7974471e379e3aaefc0ecd5524c408e69537444b (diff) | |
download | coreboot-e1163c1782914c348a586b16321e09d81c371cbe.tar.xz |
mainboard: Trivial - drop trailing blank lines at EOF in .h
Change-Id: I4a4ee99468e5f1dae8412ae565a34290493db726
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/6201
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/getac')
-rw-r--r-- | src/mainboard/getac/p470/ec_oem.h | 1 | ||||
-rw-r--r-- | src/mainboard/getac/p470/hda_verb.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/getac/p470/ec_oem.h b/src/mainboard/getac/p470/ec_oem.h index 14f7484a78..d48aa3df11 100644 --- a/src/mainboard/getac/p470/ec_oem.h +++ b/src/mainboard/getac/p470/ec_oem.h @@ -50,4 +50,3 @@ int ec_oem_write(u8 addr, u8 data); int ec_dump_status(void); int ec_oem_dump_status(void); #endif - diff --git a/src/mainboard/getac/p470/hda_verb.h b/src/mainboard/getac/p470/hda_verb.h index 98a77c6e12..b7578cc810 100644 --- a/src/mainboard/getac/p470/hda_verb.h +++ b/src/mainboard/getac/p470/hda_verb.h @@ -106,4 +106,3 @@ static const u32 mainboard_cim_verb_data[] = { extern const u32 *cim_verb_data; extern u32 cim_verb_data_size; - |