提交 d3bf3956 编写于 作者: R Ryan Mallon 提交者: Ben Dooks

ARM: S3C: Fix adc function exports

Fix the export of s3c_adc_read.
Signed-off-by: NRyan Mallon <ryan@bluewatersys.com>
[ben-linux@fluff.org: remove unexport of s3c_adc_start, needed for ts]
Signed-off-by: NBen Dooks <ben-linux@fluff.org>
上级 2e31de65
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册