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:
a451e28
)
[ARM] 3005/1: S3C2440 - add definition for s3c2440_set_dsc() call in hardware.h
author
Ben Dooks
<ben-linux@fluff.org>
Thu, 13 Oct 2005 15:46:35 +0000
(16:46 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Thu, 13 Oct 2005 15:46:35 +0000
(16:46 +0100)
Patch from Ben Dooks
include/asm-arm/arch-s3c2410/hardware.h was missing
the definition for s3c2440_set_dsc()
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
include/asm-arm/arch-s3c2410/hardware.h
patch
|
blob
|
history
diff --git
a/include/asm-arm/arch-s3c2410/hardware.h
b/include/asm-arm/arch-s3c2410/hardware.h
index 48a39918a76094a579cf8e7465e997715ddbaafe..1c9de29cafef1b7684a1e5ea4b7a0236f7166fb1 100644
(file)
--- a/
include/asm-arm/arch-s3c2410/hardware.h
+++ b/
include/asm-arm/arch-s3c2410/hardware.h
@@
-92,6
+92,13
@@
extern unsigned int s3c2410_gpio_getpin(unsigned int pin);
extern unsigned int s3c2410_modify_misccr(unsigned int clr, unsigned int chg);
+#ifdef CONFIG_CPU_S3C2440
+
+extern int s3c2440_set_dsc(unsigned int pin, unsigned int value);
+
+#endif /* CONFIG_CPU_S3C2440 */
+
+
#endif /* __ASSEMBLY__ */
#include <asm/sizes.h>