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/amd | |
parent | 7974471e379e3aaefc0ecd5524c408e69537444b (diff) |
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/amd')
-rw-r--r-- | src/mainboard/amd/mahogany_fam10/mb_sysconf.h | 1 | ||||
-rw-r--r-- | src/mainboard/amd/serengeti_cheetah/mb_sysconf.h | 1 | ||||
-rw-r--r-- | src/mainboard/amd/serengeti_cheetah_fam10/mb_sysconf.h | 1 | ||||
-rw-r--r-- | src/mainboard/amd/tilapia_fam10/mb_sysconf.h | 1 | ||||
-rw-r--r-- | src/mainboard/amd/torpedo/Oem.h | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/amd/mahogany_fam10/mb_sysconf.h b/src/mainboard/amd/mahogany_fam10/mb_sysconf.h index 6921d75618..768ffd1b30 100644 --- a/src/mainboard/amd/mahogany_fam10/mb_sysconf.h +++ b/src/mainboard/amd/mahogany_fam10/mb_sysconf.h @@ -42,4 +42,3 @@ struct mb_sysconf_t { }; #endif - diff --git a/src/mainboard/amd/serengeti_cheetah/mb_sysconf.h b/src/mainboard/amd/serengeti_cheetah/mb_sysconf.h index 3042dd071a..ef3daced09 100644 --- a/src/mainboard/amd/serengeti_cheetah/mb_sysconf.h +++ b/src/mainboard/amd/serengeti_cheetah/mb_sysconf.h @@ -25,4 +25,3 @@ struct mb_sysconf_t { }; #endif - diff --git a/src/mainboard/amd/serengeti_cheetah_fam10/mb_sysconf.h b/src/mainboard/amd/serengeti_cheetah_fam10/mb_sysconf.h index 31f959a74d..4fb3f182b3 100644 --- a/src/mainboard/amd/serengeti_cheetah_fam10/mb_sysconf.h +++ b/src/mainboard/amd/serengeti_cheetah_fam10/mb_sysconf.h @@ -40,4 +40,3 @@ struct mb_sysconf_t { }; #endif - diff --git a/src/mainboard/amd/tilapia_fam10/mb_sysconf.h b/src/mainboard/amd/tilapia_fam10/mb_sysconf.h index 6921d75618..768ffd1b30 100644 --- a/src/mainboard/amd/tilapia_fam10/mb_sysconf.h +++ b/src/mainboard/amd/tilapia_fam10/mb_sysconf.h @@ -42,4 +42,3 @@ struct mb_sysconf_t { }; #endif - diff --git a/src/mainboard/amd/torpedo/Oem.h b/src/mainboard/amd/torpedo/Oem.h index 1812921ce7..915182e05d 100644 --- a/src/mainboard/amd/torpedo/Oem.h +++ b/src/mainboard/amd/torpedo/Oem.h @@ -221,4 +221,3 @@ * */ #define PCIB_SSID 0x780F1022 - |