diff options
author | Ryan Mallon <ryan@bluewatersys.com> | 2009-10-14 09:18:30 +1300 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-10-28 18:25:57 +0000 |
commit | d3bf3956c75b38def079fb6db40b5cf3f1466a93 (patch) | |
tree | ef406db5187585ecb8fa3af29171398b39249382 /arch/arm/plat-s3c24xx | |
parent | 2e31de6511a47738974d6b48fdc60c4f82f80d24 (diff) |
ARM: S3C: Fix adc function exports
Fix the export of s3c_adc_read.
Signed-off-by: Ryan Mallon <ryan@bluewatersys.com>
[ben-linux@fluff.org: remove unexport of s3c_adc_start, needed for ts]
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c24xx')
-rw-r--r-- | arch/arm/plat-s3c24xx/adc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-s3c24xx/adc.c b/arch/arm/plat-s3c24xx/adc.c index 4d36b784fb8..df47322492d 100644 --- a/arch/arm/plat-s3c24xx/adc.c +++ b/arch/arm/plat-s3c24xx/adc.c @@ -189,7 +189,7 @@ int s3c_adc_read(struct s3c_adc_client *client, unsigned int ch) err: return ret; } -EXPORT_SYMBOL_GPL(s3c_adc_convert); +EXPORT_SYMBOL_GPL(s3c_adc_read); static void s3c_adc_default_select(struct s3c_adc_client *client, unsigned select) |