summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLukasz Majewski <l.majewski@samsung.com>2013-10-31 16:54:09 +0100
committerChanho Park <chanho61.park@samsung.com>2014-11-18 11:45:04 +0900
commit9e8c454329a1293220ec5fe2967a5af460f4db3d (patch)
treeb5dd77f49f5d47f38f8b5839e7bc0e51858d60b3 /include
parenta61c2df29b56f4c70c865823b1fc8d5c5efc6691 (diff)
downloadlinux-3.10-9e8c454329a1293220ec5fe2967a5af460f4db3d.tar.gz
linux-3.10-9e8c454329a1293220ec5fe2967a5af460f4db3d.tar.bz2
linux-3.10-9e8c454329a1293220ec5fe2967a5af460f4db3d.zip
BOOST: Core code compliant with v9 of the patch
Update the BOOST framework core to be compliant with v9 version of the patch Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/cpufreq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/cpufreq.h b/include/linux/cpufreq.h
index 3a017e6aac8..4cab0cb1826 100644
--- a/include/linux/cpufreq.h
+++ b/include/linux/cpufreq.h
@@ -272,7 +272,7 @@ struct cpufreq_driver {
/* platform specific boost support code */
bool boost_supported;
bool boost_enabled;
- int (*enable_boost) (int state);
+ int (*set_boost) (int state);
};
/* flags */