[ARM] 3005/1: S3C2440 - add definition for s3c2440_set_dsc() call in hardware.h
authorBen Dooks <ben-linux@fluff.org>
Thu, 13 Oct 2005 15:46:35 +0000 (16:46 +0100)
committerRussell 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

index 48a39918a76094a579cf8e7465e997715ddbaafe..1c9de29cafef1b7684a1e5ea4b7a0236f7166fb1 100644 (file)
@@ -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>
This page took 0.02498 seconds and 5 git commands to generate.