diff options
author | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-07-07 23:54:59 +1000 |
---|---|---|
committer | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-07-08 13:53:35 +0200 |
commit | 234781e074919c6e6e5b78f6d323d214f1aed3a9 (patch) | |
tree | cdbb42e6e4ea02ddbf5fc55d6418701c30e7d112 /src/northbridge/amd/amdht | |
parent | 264d265d9c0f9f6c157fcc12d28b238849d25293 (diff) |
northbridge: Trivial - drop trailing blank lines at EOF
Change-Id: I9515778e97cc5ae0e366b888da90a651ae5994fe
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/6210
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/northbridge/amd/amdht')
-rw-r--r-- | src/northbridge/amd/amdht/h3finit.h | 2 | ||||
-rw-r--r-- | src/northbridge/amd/amdht/h3gtopo.h | 1 | ||||
-rw-r--r-- | src/northbridge/amd/amdht/h3ncmn.c | 1 | ||||
-rw-r--r-- | src/northbridge/amd/amdht/ht_wrapper.c | 4 |
4 files changed, 0 insertions, 8 deletions
diff --git a/src/northbridge/amd/amdht/h3finit.h b/src/northbridge/amd/amdht/h3finit.h index e1694564c6..136a5cf735 100644 --- a/src/northbridge/amd/amdht/h3finit.h +++ b/src/northbridge/amd/amdht/h3finit.h @@ -609,5 +609,3 @@ void amdHtInitialize(AMD_HTBLOCK *pBlock); #endif /* H3FINIT_H */ - - diff --git a/src/northbridge/amd/amdht/h3gtopo.h b/src/northbridge/amd/amdht/h3gtopo.h index bcd3a418e1..624b0d803b 100644 --- a/src/northbridge/amd/amdht/h3gtopo.h +++ b/src/northbridge/amd/amdht/h3gtopo.h @@ -357,4 +357,3 @@ void getAmdTopolist(u8 ***p); #endif /* HTTOPO_H */ - diff --git a/src/northbridge/amd/amdht/h3ncmn.c b/src/northbridge/amd/amdht/h3ncmn.c index cba21b3349..830ed1cc22 100644 --- a/src/northbridge/amd/amdht/h3ncmn.c +++ b/src/northbridge/amd/amdht/h3ncmn.c @@ -2219,4 +2219,3 @@ void newNorthBridge(u8 node, cNorthBridge *nb) /* Update the initial limited key to the real one, which may include other matching info */ nb->compatibleKey = makeKey(node); } - diff --git a/src/northbridge/amd/amdht/ht_wrapper.c b/src/northbridge/amd/amdht/ht_wrapper.c index 8efd4cb7be..57424948b4 100644 --- a/src/northbridge/amd/amdht/ht_wrapper.c +++ b/src/northbridge/amd/amdht/ht_wrapper.c @@ -143,7 +143,3 @@ static void amd_ht_init(struct sys_info *sysinfo) } - - - - |