diff options
Diffstat (limited to 'src/soc/samsung/exynos5420/gpio.c')
-rw-r--r-- | src/soc/samsung/exynos5420/gpio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/samsung/exynos5420/gpio.c b/src/soc/samsung/exynos5420/gpio.c index 1df3ae4177..1462c2928c 100644 --- a/src/soc/samsung/exynos5420/gpio.c +++ b/src/soc/samsung/exynos5420/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)) |