diff options
author | Hung-Te Lin <hungte@chromium.org> | 2013-06-26 20:03:47 +0800 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2013-07-10 23:16:22 +0200 |
commit | 45d524d2783adad9fee62a5bf909baf675e83fc9 (patch) | |
tree | 6f87c9a214decb4d95059fba178a801d1ba6562f /src/cpu | |
parent | 16cb01044010b4bd1bacad3160aebf91ebd86681 (diff) |
armv7/exynos5420: Clean up unused header and constants in spi.c
Remove unused header and constant definition in SPI module.
Change-Id: I339e603f48186e4a356e83518b0d0b4c907f11b8
Signed-off-by: Hung-Te Lin <hungte@chromium.org>
Signed-off-by: Gabe Black <gabeblack@chromium.org>
Reviewed-on: http://review.coreboot.org/3709
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/cpu')
-rw-r--r-- | src/cpu/samsung/exynos5420/spi.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/cpu/samsung/exynos5420/spi.c b/src/cpu/samsung/exynos5420/spi.c index 642ae23bb6..35fccb2b84 100644 --- a/src/cpu/samsung/exynos5420/spi.c +++ b/src/cpu/samsung/exynos5420/spi.c @@ -22,11 +22,9 @@ #include <arch/io.h> #include <stdlib.h> #include <assert.h> -#include "gpio.h" -#include "clk.h" + #include "spi.h" -#define OM_STAT (0x1f << 1) #define EXYNOS_BASE_SPI1 ((void *)0x12d30000) #if defined(CONFIG_DEBUG_SPI) && CONFIG_DEBUG_SPI |