From 59d5971422915c2e538ceeb9f82fe989a356d7e9 Mon Sep 17 00:00:00 2001 From: Youngmin Nam Date: Thu, 12 May 2016 14:09:49 +0900 Subject: [PATCH] spi: s3c64xx: Change the header of exynos pm and powermode Change-Id: I069052e7da57372f4e8db5dbbe8a21ce1974bd17 Signed-off-by: Youngmin Nam --- drivers/spi/spi-s3c64xx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/spi/spi-s3c64xx.c b/drivers/spi/spi-s3c64xx.c index 35cc74a95dd7..64f9e5a6c85b 100644 --- a/drivers/spi/spi-s3c64xx.c +++ b/drivers/spi/spi-s3c64xx.c @@ -28,14 +28,14 @@ #include #include #include -#include +#include #include #include #ifdef CONFIG_CPU_IDLE -#include +#include #endif #include "../pinctrl/core.h" -- 2.20.1