diff options
author | Dominik Brodowski <linux@dominikbrodowski.net> | 2006-10-02 19:26:47 -0400 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2006-10-15 19:57:10 -0400 |
commit | eff0df65da81c75084d936e86854a3418347c27f (patch) | |
tree | fa868677c4b19df8cb1f82b034c362a04b5e1659 /Documentation/cpu-freq | |
parent | 51018b0a3160d253283173c2f54f16746cee5852 (diff) | |
download | kernel_samsung_smdk4412-eff0df65da81c75084d936e86854a3418347c27f.zip kernel_samsung_smdk4412-eff0df65da81c75084d936e86854a3418347c27f.tar.gz kernel_samsung_smdk4412-eff0df65da81c75084d936e86854a3418347c27f.tar.bz2 |
[CPUFREQ] Documentation fix
Fix reference to where the code actually is. Noted by Hero Wanders.
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
Signed-off-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'Documentation/cpu-freq')
-rw-r--r-- | Documentation/cpu-freq/core.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/cpu-freq/core.txt b/Documentation/cpu-freq/core.txt index 29b3f9f..ce0666e 100644 --- a/Documentation/cpu-freq/core.txt +++ b/Documentation/cpu-freq/core.txt @@ -24,7 +24,7 @@ Contents: 1. General Information ======================= -The CPUFreq core code is located in linux/kernel/cpufreq.c. This +The CPUFreq core code is located in drivers/cpufreq/cpufreq.c. This cpufreq code offers a standardized interface for the CPUFreq architecture drivers (those pieces of code that do actual frequency transitions), as well as to "notifiers". These are device |