aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/devfreq.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/devfreq.h b/include/linux/devfreq.h
index 98ce8124b1c..f7eb7d06df7 100644
--- a/include/linux/devfreq.h
+++ b/include/linux/devfreq.h
@@ -200,12 +200,12 @@ struct devfreq_simple_ondemand_data {
200static struct devfreq *devfreq_add_device(struct device *dev, 200static struct devfreq *devfreq_add_device(struct device *dev,
201 struct devfreq_dev_profile *profile, 201 struct devfreq_dev_profile *profile,
202 struct devfreq_governor *governor, 202 struct devfreq_governor *governor,
203 void *data); 203 void *data)
204{ 204{
205 return NULL; 205 return NULL;
206} 206}
207 207
208static int devfreq_remove_device(struct devfreq *devfreq); 208static int devfreq_remove_device(struct devfreq *devfreq)
209{ 209{
210 return 0; 210 return 0;
211} 211}