aboutsummaryrefslogtreecommitdiff
path: root/src/device
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-07-07 23:49:00 +1000
committerEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-07-08 13:52:03 +0200
commit64ea6dbe2e677e7b394d3c3aeb24b7f450a6a271 (patch)
tree209bb996303836898e43e8f6f95b0ba7f839b977 /src/device
parent1bd01663f51db9a9a801446fee697bf8c91952f3 (diff)
device: Trivial - drop trailing blank lines at EOF
Change-Id: I50a5177a8bad5dada862f30c5c9421f08b0e1686 Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/6204 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/device')
-rw-r--r--src/device/cpu_device.c1
-rw-r--r--src/device/device_romstage.c1
-rw-r--r--src/device/oprom/realmode/x86.c1
-rw-r--r--src/device/oprom/realmode/x86_interrupts.c1
-rw-r--r--src/device/oprom/x86emu/decode.c3
-rw-r--r--src/device/oprom/x86emu/prim_ops.c1
6 files changed, 0 insertions, 8 deletions
diff --git a/src/device/cpu_device.c b/src/device/cpu_device.c
index abb0d1fa3e..e76b539651 100644
--- a/src/device/cpu_device.c
+++ b/src/device/cpu_device.c
@@ -68,4 +68,3 @@ void set_cpu_topology(device_t cpu, unsigned node, unsigned package, unsigned co
cpu->path.apic.core_id = core;
cpu->path.apic.thread_id = thread;
}
-
diff --git a/src/device/device_romstage.c b/src/device/device_romstage.c
index 6dcf6d2ad3..987fdade0e 100644
--- a/src/device/device_romstage.c
+++ b/src/device/device_romstage.c
@@ -101,4 +101,3 @@ ROMSTAGE_CONST struct device *dev_find_slot_on_smbus(unsigned int bus,
}
return result;
}
-
diff --git a/src/device/oprom/realmode/x86.c b/src/device/oprom/realmode/x86.c
index e57f1c038a..e25c536e1c 100644
--- a/src/device/oprom/realmode/x86.c
+++ b/src/device/oprom/realmode/x86.c
@@ -512,4 +512,3 @@ int asmlinkage interrupt_handler(u32 intnumber,
* but keep it around so its expectations are met */
return ret;
}
-
diff --git a/src/device/oprom/realmode/x86_interrupts.c b/src/device/oprom/realmode/x86_interrupts.c
index 383c736ff0..1ee6979696 100644
--- a/src/device/oprom/realmode/x86_interrupts.c
+++ b/src/device/oprom/realmode/x86_interrupts.c
@@ -232,4 +232,3 @@ int int1a_handler(void)
return retval;
}
-
diff --git a/src/device/oprom/x86emu/decode.c b/src/device/oprom/x86emu/decode.c
index 3d3f77dd1d..d59583c53f 100644
--- a/src/device/oprom/x86emu/decode.c
+++ b/src/device/oprom/x86emu/decode.c
@@ -1144,6 +1144,3 @@ unsigned decode_rmXX_address(int mod, int rm)
return decode_rm01_address(rm);
return decode_rm10_address(rm);
}
-
-
-
diff --git a/src/device/oprom/x86emu/prim_ops.c b/src/device/oprom/x86emu/prim_ops.c
index e73f217cda..08a22bd356 100644
--- a/src/device/oprom/x86emu/prim_ops.c
+++ b/src/device/oprom/x86emu/prim_ops.c
@@ -2493,4 +2493,3 @@ void x86emu_cpuid(void)
break;
}
}
-