X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=include%2Flinux%2Fdevfreq-event.h;h=4db00b02ca3f1021ab64466c1000cf187a3de5f9;hb=6aebe7f9e8697531a11b007d1e8126ba1b6e0a53;hp=0a83a1e648b088c1acc8a7304eb6be71be146026;hpb=36a8032d77649430f5ef11fbf0df2bb026be0b04;p=cascardo%2Flinux.git 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) {