X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=arch%2Farm%2Fmach-s3c2410%2Fs3c2440-dsc.c;h=50ccc673ff053075c0b4551b4c85906d7a0c59bc;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=fb3078379c73e4461732a08bfec1b77fe06ccf01;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/arch/arm/mach-s3c2410/s3c2440-dsc.c b/arch/arm/mach-s3c2410/s3c2440-dsc.c index fb3078379..50ccc673f 100644 --- a/arch/arm/mach-s3c2410/s3c2440-dsc.c +++ b/arch/arm/mach-s3c2410/s3c2440-dsc.c @@ -1,6 +1,6 @@ /* linux/arch/arm/mach-s3c2410/s3c2440-dsc.c * - * Copyright (c) 2004 Simtec Electronics + * Copyright (c) 2004-2005 Simtec Electronics * Ben Dooks * * Samsung S3C2440 Drive Strength Control support @@ -11,15 +11,15 @@ * * Modifications: * 29-Aug-2004 BJD Start of drive-strength control + * 09-Nov-2004 BJD Added symbol export + * 11-Jan-2005 BJD Include fix */ #include #include #include -#include -#include #include -#include +#include #include #include @@ -32,8 +32,8 @@ #include #include -#include "s3c2440.h" #include "cpu.h" +#include "s3c2440.h" int s3c2440_set_dsc(unsigned int pin, unsigned int value) { @@ -55,3 +55,5 @@ int s3c2440_set_dsc(unsigned int pin, unsigned int value) local_irq_restore(flags); return 0; } + +EXPORT_SYMBOL(s3c2440_set_dsc);