projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3f639c
)
ARM: SAMSUNG: Include devs.h in dev-uart.c to prototype devices
author
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Thu, 3 Mar 2011 22:55:44 +0000
(07:55 +0900)
committer
Kukjin Kim
<kgene.kim@samsung.com>
Fri, 4 Mar 2011 06:46:26 +0000
(15:46 +0900)
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>
arch/arm/plat-samsung/dev-uart.c
patch
|
blob
|
history
diff --git
a/arch/arm/plat-samsung/dev-uart.c
b/arch/arm/plat-samsung/dev-uart.c
index 3776cd9524501c74784c9e1040b9e1643aae99b1..5928105490fac41e3705abeed4567579f724e7a8 100644
(file)
--- a/
arch/arm/plat-samsung/dev-uart.c
+++ b/
arch/arm/plat-samsung/dev-uart.c
@@
-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 = {