aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/gm45/thermal.c
diff options
context:
space:
mode:
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;
}
-