diff options
author | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-07-07 23:52:18 +1000 |
---|---|---|
committer | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-07-08 13:52:43 +0200 |
commit | f7c55148c02dcfd39f585aa90513a18d66815a97 (patch) | |
tree | 271909122370538dc29314ffe8c112e040865879 /src/cpu/samsung/exynos5420 | |
parent | 7e8d48372b8638fcba78c99b8ce0128bec4eaafc (diff) |
cpu: Trivial - drop trailing blank lines at EOF
Change-Id: I9004f34ba0c13b4489b26ac8c1476d00a6c6d01d
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/6207
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/cpu/samsung/exynos5420')
-rw-r--r-- | src/cpu/samsung/exynos5420/cbmem.c | 1 | ||||
-rw-r--r-- | src/cpu/samsung/exynos5420/dmc_common.c | 1 | ||||
-rw-r--r-- | src/cpu/samsung/exynos5420/dp.c | 1 | ||||
-rw-r--r-- | src/cpu/samsung/exynos5420/timer.c | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/src/cpu/samsung/exynos5420/cbmem.c b/src/cpu/samsung/exynos5420/cbmem.c index e77af99ffc..465032013b 100644 --- a/src/cpu/samsung/exynos5420/cbmem.c +++ b/src/cpu/samsung/exynos5420/cbmem.c @@ -25,4 +25,3 @@ void *cbmem_top(void) { return (void *)(get_fb_base_kb() * KiB); } - diff --git a/src/cpu/samsung/exynos5420/dmc_common.c b/src/cpu/samsung/exynos5420/dmc_common.c index bef76d1c70..433312eb3e 100644 --- a/src/cpu/samsung/exynos5420/dmc_common.c +++ b/src/cpu/samsung/exynos5420/dmc_common.c @@ -171,4 +171,3 @@ void dmc_config_prech(struct mem_timings *mem, struct exynos5_dmc *dmc) } } } - diff --git a/src/cpu/samsung/exynos5420/dp.c b/src/cpu/samsung/exynos5420/dp.c index a1c69c5b57..59a4647d50 100644 --- a/src/cpu/samsung/exynos5420/dp.c +++ b/src/cpu/samsung/exynos5420/dp.c @@ -903,4 +903,3 @@ int exynos_init_dp(struct edp_device_info *edp_info) return ret; } - diff --git a/src/cpu/samsung/exynos5420/timer.c b/src/cpu/samsung/exynos5420/timer.c index 0c2e64143c..88e1f3e489 100644 --- a/src/cpu/samsung/exynos5420/timer.c +++ b/src/cpu/samsung/exynos5420/timer.c @@ -49,4 +49,3 @@ void udelay(unsigned usec) while (mono_time_before(¤t, &end)) timer_monotonic_get(¤t); } - |