aboutsummaryrefslogtreecommitdiff
path: root/src/soc/samsung/exynos5250/gpio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/samsung/exynos5250/gpio.c')
-rw-r--r--src/soc/samsung/exynos5250/gpio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/samsung/exynos5250/gpio.c b/src/soc/samsung/exynos5250/gpio.c
index 736f2743b4..96cfef6528 100644
--- a/src/soc/samsung/exynos5250/gpio.c
+++ b/src/soc/samsung/exynos5250/gpio.c
@@ -19,7 +19,6 @@
#include <delay.h>
#include <soc/cpu.h>
#include <soc/gpio.h>
-#include <string.h>
#define CON_MASK(x) (0xf << ((x) << 2))
#define CON_SFR(x, v) ((v) << ((x) << 2))