summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLin Huang <hl@rock-chips.com>2016-08-04 19:32:33 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-10-28 03:45:18 -0400
commitcf2bf9597b5c445a200a0a7e01af5e05479f218d (patch)
tree9f34b215796cf42316dbf3879b5b6092c1f25154 /include
parent19db6eeffcb6784a24374e410c64188a21455ec2 (diff)
PM / devfreq: event: remove duplicate devfreq_event_get_drvdata()
commit c8a9a6daccad495c48d5435d3487956ce01bc6a1 upstream. there define two devfreq_event_get_drvdata() function in devfreq-event.h when disable CONFIG_PM_DEVFREQ_EVENT, it will lead to build fail. So remove devfreq_event_get_drvdata() function. Fixes: f262f28c1470 ("PM / devfreq: event: Add devfreq_event class") Signed-off-by: Lin Huang <hl@rock-chips.com> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com> Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/devfreq-event.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/devfreq-event.h b/include/linux/devfreq-event.h
index 0a83a1e648b0..4db00b02ca3f 100644
--- a/include/linux/devfreq-event.h
+++ b/include/linux/devfreq-event.h
@@ -148,11 +148,6 @@ static inline int devfreq_event_reset_event(struct devfreq_event_dev *edev)
return -EINVAL;
}
-static inline void *devfreq_event_get_drvdata(struct devfreq_event_dev *edev)
-{
- return ERR_PTR(-EINVAL);
-}
-
static inline struct devfreq_event_dev *devfreq_event_get_edev_by_phandle(
struct device *dev, int index)
{