summaryrefslogtreecommitdiff
path: root/src/northbridge/intel/gm45/thermal.c
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-07-07 23:54:59 +1000
committerEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-07-08 13:53:35 +0200
commit234781e074919c6e6e5b78f6d323d214f1aed3a9 (patch)
treecdbb42e6e4ea02ddbf5fc55d6418701c30e7d112 /src/northbridge/intel/gm45/thermal.c
parent264d265d9c0f9f6c157fcc12d28b238849d25293 (diff)
downloadcoreboot-234781e074919c6e6e5b78f6d323d214f1aed3a9.tar.xz
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/intel/gm45/thermal.c')
-rw-r--r--src/northbridge/intel/gm45/thermal.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/northbridge/intel/gm45/thermal.c b/src/northbridge/intel/gm45/thermal.c
index c2ab2a5f85..d4694b596b 100644
--- a/src/northbridge/intel/gm45/thermal.c
+++ b/src/northbridge/intel/gm45/thermal.c
@@ -197,4 +197,3 @@ void raminit_thermal(const sysinfo_t *sysinfo)
tmp = MCHBAR32(0x11d4) & ~0x1f;
MCHBAR32(0x11d4) = tmp | 4;
}
-