From 364374121b78ec599b10dd84648ccceb4d037285 Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Tue, 14 Jan 2014 15:05:22 +0100 Subject: ARM: s3c24xx: explicit dependency on Previously the custom GPIO header for the S3C24xx would in turn bring in the custom pin control implementation from . This is not good as it mixes up two subsystems and makes the dependencies hard to track. Make the dependency explicit by explicitly including the pin control header where needed. Reported-by: Arnd Bergmann Cc: Tomasz Figa Cc: Sylwester Nawrocki Cc: Ben Dooks Cc: Kukjin Kim Cc: Mark Brown Cc: linux-samsung-soc@vger.kernel.org Acked-by: Heiko Stuebner Signed-off-by: Linus Walleij --- drivers/mmc/host/s3cmci.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/mmc') diff --git a/drivers/mmc/host/s3cmci.c b/drivers/mmc/host/s3cmci.c index e34d499cb31..f23782683a7 100644 --- a/drivers/mmc/host/s3cmci.c +++ b/drivers/mmc/host/s3cmci.c @@ -23,6 +23,7 @@ #include #include +#include #include #include -- cgit v1.2.3