aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/emulation/qemu-armv7/mainboard.c
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/emulation/qemu-armv7/mainboard.c
parent1f19d3494142bd12fa6d75f5761865346da5bcc5 (diff)
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/emulation/qemu-armv7/mainboard.c')
-rw-r--r--src/mainboard/emulation/qemu-armv7/mainboard.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/emulation/qemu-armv7/mainboard.c b/src/mainboard/emulation/qemu-armv7/mainboard.c
index 603d00e54e..83a55e39fa 100644
--- a/src/mainboard/emulation/qemu-armv7/mainboard.c
+++ b/src/mainboard/emulation/qemu-armv7/mainboard.c
@@ -24,4 +24,3 @@ static void mainboard_enable(device_t dev)
struct chip_operations mainboard_ops = {
.enable_dev = mainboard_enable,
};
-