Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 13c608d2 authored by Mark Brown's avatar Mark Brown Committed by Kukjin Kim
Browse files

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: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent b3f639c4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -15,6 +15,8 @@
#include <linux/kernel.h>
#include <linux/platform_device.h>

#include <plat/devs.h>

/* uart devices */

static struct platform_device s3c24xx_uart_device0 = {