提交 a95e1f5d 编写于 作者: M MyungJoo Ham

PM / devfreq: fixed syntax errors.

If devfreq.h was included without CONFIG_PM_DEVFREQ, there has been a
compiler error with an additional semicolon added. This patch removes
that errorneous semicolon.
Signed-off-by: NMyungJoo Ham <myungjoo.ham@samsung.com>
Signed-off-by: NKyungmin Park <kyungmin.park@samsung.com>
上级 e0d44e8a
......@@ -200,12 +200,12 @@ struct devfreq_simple_ondemand_data {
static struct devfreq *devfreq_add_device(struct device *dev,
struct devfreq_dev_profile *profile,
struct devfreq_governor *governor,
void *data);
void *data)
{
return NULL;
}
static int devfreq_remove_device(struct devfreq *devfreq);
static int devfreq_remove_device(struct devfreq *devfreq)
{
return 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册