瀏覽代碼

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 <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Mark Brown 14 年之前
父節點
當前提交
13c608d244
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      arch/arm/plat-samsung/dev-uart.c

+ 2 - 0
arch/arm/plat-samsung/dev-uart.c

@@ -15,6 +15,8 @@
 #include <linux/kernel.h>
 #include <linux/kernel.h>
 #include <linux/platform_device.h>
 #include <linux/platform_device.h>
 
 
+#include <plat/devs.h>
+
 /* uart devices */
 /* uart devices */
 
 
 static struct platform_device s3c24xx_uart_device0 = {
 static struct platform_device s3c24xx_uart_device0 = {