|
@@ -148,11 +148,6 @@ static inline int devfreq_event_reset_event(struct devfreq_event_dev *edev)
|
|
return -EINVAL;
|
|
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(
|
|
static inline struct devfreq_event_dev *devfreq_event_get_edev_by_phandle(
|
|
struct device *dev, int index)
|
|
struct device *dev, int index)
|
|
{
|
|
{
|