From: Mark Brown Date: Thu, 3 Mar 2011 22:55:44 +0000 (+0900) Subject: ARM: SAMSUNG: Include devs.h in dev-uart.c to prototype devices X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=13c608d244600be1d324067dff1a1a1192fc0730;p=linux-beck.git ARM: SAMSUNG: Include devs.h in dev-uart.c to prototype devices Ensures that the declaration agrees with the definition and makes sparse happy. Signed-off-by: Mark Brown Signed-off-by: Kukjin Kim --- diff --git a/arch/arm/plat-samsung/dev-uart.c b/arch/arm/plat-samsung/dev-uart.c index 3776cd952450..5928105490fa 100644 --- a/arch/arm/plat-samsung/dev-uart.c +++ b/arch/arm/plat-samsung/dev-uart.c @@ -15,6 +15,8 @@ #include #include +#include + /* uart devices */ static struct platform_device s3c24xx_uart_device0 = {