summaryrefslogtreecommitdiff
path: root/Documentation/translations/zh_CN/cpu-freq/cpu-drivers.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/translations/zh_CN/cpu-freq/cpu-drivers.rst')
-rw-r--r--Documentation/translations/zh_CN/cpu-freq/cpu-drivers.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/translations/zh_CN/cpu-freq/cpu-drivers.rst b/Documentation/translations/zh_CN/cpu-freq/cpu-drivers.rst
index b9846173dd71..0fc5d1495789 100644
--- a/Documentation/translations/zh_CN/cpu-freq/cpu-drivers.rst
+++ b/Documentation/translations/zh_CN/cpu-freq/cpu-drivers.rst
@@ -82,8 +82,6 @@ CPUfreq核心层注册一个cpufreq_driver结构体。
.resume - 一个指向per-policy恢复函数的指针,该函数在关中断且在调节器再一次开始前被
调用。
- .ready - 一个指向per-policy准备函数的指针,该函数在策略完全初始化之后被调用。
-
.attr - 一个指向NULL结尾的"struct freq_attr"列表的指针,该函数允许导出值到
sysfs。