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:
67d4d83
)
[ARM] 3468/1: S3C2410: SMDK common include fix
author
Ben Dooks
<ben-linux@fluff.org>
Sun, 9 Apr 2006 21:21:09 +0000
(22:21 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Sun, 9 Apr 2006 21:21:09 +0000
(22:21 +0100)
Patch from Ben Dooks
common-smdk.c does not include its own header file
defining the exported prototypes.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-s3c2410/common-smdk.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-s3c2410/common-smdk.c
b/arch/arm/mach-s3c2410/common-smdk.c
index 36b8291b5e037e87cd5596aa732b805e6c4b80c6..f372fbda124e14e68663ac5207374b04ae381a63 100644
(file)
--- a/
arch/arm/mach-s3c2410/common-smdk.c
+++ b/
arch/arm/mach-s3c2410/common-smdk.c
@@
-37,6
+37,7
@@
#include <asm/arch/nand.h>
+#include "common-smdk.h"
#include "devs.h"
#include "pm.h"