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>
This commit is contained in:
parent
2e31de6511
commit
d3bf3956c7
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ int s3c_adc_read(struct s3c_adc_client *client, unsigned int ch)
|
||||||
err:
|
err:
|
||||||
return ret;
|
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,
|
static void s3c_adc_default_select(struct s3c_adc_client *client,
|
||||||
unsigned select)
|
unsigned select)
|
||||||
|
|
Loading…
Add table
Reference in a new issue