From f7c55148c02dcfd39f585aa90513a18d66815a97 Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Mon, 7 Jul 2014 23:52:18 +1000 Subject: cpu: Trivial - drop trailing blank lines at EOF MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I9004f34ba0c13b4489b26ac8c1476d00a6c6d01d Signed-off-by: Edward O'Callaghan Reviewed-on: http://review.coreboot.org/6207 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki --- src/cpu/amd/geode_lx/msrinit.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/cpu/amd/geode_lx') diff --git a/src/cpu/amd/geode_lx/msrinit.c b/src/cpu/amd/geode_lx/msrinit.c index 84fa548d59..30d0087949 100644 --- a/src/cpu/amd/geode_lx/msrinit.c +++ b/src/cpu/amd/geode_lx/msrinit.c @@ -60,5 +60,3 @@ static void msr_init(void) for (i = 0; i < ARRAY_SIZE(msr_table); i++) wrmsr(msr_table[i].index, msr_table[i].msr); } - - -- cgit v1.2.3