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/asus | |
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/asus')
-rw-r--r-- | src/mainboard/asus/m2n-e/hda_verb.h | 1 | ||||
-rw-r--r-- | src/mainboard/asus/m4a78-em/mb_sysconf.h | 1 | ||||
-rw-r--r-- | src/mainboard/asus/m4a785-m/mb_sysconf.h | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/asus/m2n-e/hda_verb.h b/src/mainboard/asus/m2n-e/hda_verb.h index 2f4f434223..ec288ba41b 100644 --- a/src/mainboard/asus/m2n-e/hda_verb.h +++ b/src/mainboard/asus/m2n-e/hda_verb.h @@ -120,4 +120,3 @@ static const u32 mainboard_cim_verb_data[] = { extern const u32 *cim_verb_data; extern u32 cim_verb_data_size; - diff --git a/src/mainboard/asus/m4a78-em/mb_sysconf.h b/src/mainboard/asus/m4a78-em/mb_sysconf.h index 6921d75618..768ffd1b30 100644 --- a/src/mainboard/asus/m4a78-em/mb_sysconf.h +++ b/src/mainboard/asus/m4a78-em/mb_sysconf.h @@ -42,4 +42,3 @@ struct mb_sysconf_t { }; #endif - diff --git a/src/mainboard/asus/m4a785-m/mb_sysconf.h b/src/mainboard/asus/m4a785-m/mb_sysconf.h index 6921d75618..768ffd1b30 100644 --- a/src/mainboard/asus/m4a785-m/mb_sysconf.h +++ b/src/mainboard/asus/m4a785-m/mb_sysconf.h @@ -42,4 +42,3 @@ struct mb_sysconf_t { }; #endif - |