|
@@ -352,7 +352,7 @@ EXPORT_SYMBOL_GPL(cpufreq_notify_post_transition);
|
|
|
/*********************************************************************
|
|
|
* SYSFS INTERFACE *
|
|
|
*********************************************************************/
|
|
|
-ssize_t show_boost(struct kobject *kobj,
|
|
|
+static ssize_t show_boost(struct kobject *kobj,
|
|
|
struct attribute *attr, char *buf)
|
|
|
{
|
|
|
return sprintf(buf, "%d\n", cpufreq_driver->boost_enabled);
|