projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23a07eb
)
ARM: S3C64XX: Prototype SPI devices
author
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Sat, 18 Sep 2010 00:54:38 +0000
(09:54 +0900)
committer
Kukjin Kim
<kgene.kim@samsung.com>
Sat, 18 Sep 2010 00:54:54 +0000
(09:54 +0900)
Avoids build warnings due to the undeclared non-statics.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-s3c64xx/dev-spi.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-s3c64xx/dev-spi.c
b/arch/arm/mach-s3c64xx/dev-spi.c
index
bfa3ef7
..
405e621
100644
(file)
--- a/
arch/arm/mach-s3c64xx/dev-spi.c
+++ b/
arch/arm/mach-s3c64xx/dev-spi.c
@@
-22,6
+22,7
@@
#include <plat/s3c64xx-spi.h>
#include <plat/gpio-cfg.h>
+#include <plat/devs.h>
static char *spi_src_clks[] = {
[S3C64XX_SPI_SRCCLK_PCLK] = "pclk",