diff options
author | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-07-07 23:51:09 +1000 |
---|---|---|
committer | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-07-08 13:52:34 +0200 |
commit | 7e8d48372b8638fcba78c99b8ce0128bec4eaafc (patch) | |
tree | ac3f0113be86ec043db94b0e2fcbb7d898c72fe5 /src/arch/x86/include | |
parent | 6beb1fe32512eb73c2e79f2ba7c1256d81fb74c6 (diff) |
arch: Trivial - drop trailing blank lines at EOF
Change-Id: I472f3b70226ea5236ba6fc231f0f257f0f0eed9d
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/6206
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/arch/x86/include')
-rw-r--r-- | src/arch/x86/include/arch/io.h | 1 | ||||
-rw-r--r-- | src/arch/x86/include/arch/smp/mpspec.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/arch/x86/include/arch/io.h b/src/arch/x86/include/arch/io.h index ce3574ea70..b6d82f9275 100644 --- a/src/arch/x86/include/arch/io.h +++ b/src/arch/x86/include/arch/io.h @@ -353,4 +353,3 @@ void pnp_set_drq(pnp_devfn_t dev, unsigned index, unsigned drq) #endif /* __SIMPLE_DEVICE__ */ #endif - diff --git a/src/arch/x86/include/arch/smp/mpspec.h b/src/arch/x86/include/arch/smp/mpspec.h index 61709ff5e0..8e74e463d3 100644 --- a/src/arch/x86/include/arch/smp/mpspec.h +++ b/src/arch/x86/include/arch/smp/mpspec.h @@ -294,4 +294,3 @@ void mptable_write_buses(struct mp_config_table *mc, int *max_pci_bus, int *isa_ void *mptable_finalize(struct mp_config_table *mc); #endif - |