Skip to content

Commit

Permalink
ARM: SAMSUNG: Include devs.h in dev-uart.c to prototype devices
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mark Brown authored and Kukjin Kim committed Mar 4, 2011
1 parent b3f639c commit 13c608d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/plat-samsung/dev-uart.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 13c608d

Please sign in to comment.