summaryrefslogtreecommitdiff
path: root/src/mainboard/supermicro/x6dhr_ig2
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-07-07 23:42:58 +1000
committerEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-07-08 13:54:47 +0200
commit7974471e379e3aaefc0ecd5524c408e69537444b (patch)
tree4b01576406def94a93142f98a4639a7244dbbd12 /src/mainboard/supermicro/x6dhr_ig2
parent1f19d3494142bd12fa6d75f5761865346da5bcc5 (diff)
downloadcoreboot-7974471e379e3aaefc0ecd5524c408e69537444b.tar.xz
mainboard: Trivial - drop trailing blank lines at EOF
Change-Id: I05d6d22664155ac8478e665733f816776e277c22 Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/6200 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/mainboard/supermicro/x6dhr_ig2')
-rw-r--r--src/mainboard/supermicro/x6dhr_ig2/irq_tables.c1
-rw-r--r--src/mainboard/supermicro/x6dhr_ig2/mptable.c1
-rw-r--r--src/mainboard/supermicro/x6dhr_ig2/watchdog.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/supermicro/x6dhr_ig2/irq_tables.c b/src/mainboard/supermicro/x6dhr_ig2/irq_tables.c
index 0988cb4469..72f4125a7c 100644
--- a/src/mainboard/supermicro/x6dhr_ig2/irq_tables.c
+++ b/src/mainboard/supermicro/x6dhr_ig2/irq_tables.c
@@ -37,4 +37,3 @@ unsigned long write_pirq_routing_table(unsigned long addr)
{
return copy_pirq_routing_table(addr, &intel_irq_routing_table);
}
-
diff --git a/src/mainboard/supermicro/x6dhr_ig2/mptable.c b/src/mainboard/supermicro/x6dhr_ig2/mptable.c
index b6c94d319d..b5ba6b1ffc 100644
--- a/src/mainboard/supermicro/x6dhr_ig2/mptable.c
+++ b/src/mainboard/supermicro/x6dhr_ig2/mptable.c
@@ -166,4 +166,3 @@ unsigned long write_smp_table(unsigned long addr)
v = smp_write_floating_table(addr, 0);
return (unsigned long)smp_write_config_table(v);
}
-
diff --git a/src/mainboard/supermicro/x6dhr_ig2/watchdog.c b/src/mainboard/supermicro/x6dhr_ig2/watchdog.c
index 44cfd10b73..a451c32c06 100644
--- a/src/mainboard/supermicro/x6dhr_ig2/watchdog.c
+++ b/src/mainboard/supermicro/x6dhr_ig2/watchdog.c
@@ -96,4 +96,3 @@ static void disable_watchdogs(void)
// disable_jarell_frb3();
print_debug("Watchdogs disabled\n");
}
-