diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-05-20 00:03:16 +0200 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2008-05-20 00:17:49 +0200 |
commit | 48adcf148c83faa41999fb0b3524299c4e160fd9 (patch) | |
tree | 2192dba819086f24272c9a1efecf28a1884c2c47 | |
parent | [CPUFREQ] change cpu freq arrays to per_cpu variables (diff) | |
download | linux-48adcf148c83faa41999fb0b3524299c4e160fd9.tar.xz linux-48adcf148c83faa41999fb0b3524299c4e160fd9.zip |
[CPUFREQ] cpufreq: remove CVS keywords
This patch removes CVS keywords that weren't updated for a long time
from comments.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Dave Jones <davej@redhat.com>
-rw-r--r-- | arch/x86/kernel/cpu/cpufreq/powernow-k7.h | 1 | ||||
-rw-r--r-- | include/linux/cpufreq.h | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/kernel/cpu/cpufreq/powernow-k7.h b/arch/x86/kernel/cpu/cpufreq/powernow-k7.h index f8a63b3664e3..35fb4eaf6e1c 100644 --- a/arch/x86/kernel/cpu/cpufreq/powernow-k7.h +++ b/arch/x86/kernel/cpu/cpufreq/powernow-k7.h @@ -1,5 +1,4 @@ /* - * $Id: powernow-k7.h,v 1.2 2003/02/10 18:26:01 davej Exp $ * (C) 2003 Dave Jones. * * Licensed under the terms of the GNU GPL License version 2. diff --git a/include/linux/cpufreq.h b/include/linux/cpufreq.h index e7e91dbfde0f..2270ca5ec631 100644 --- a/include/linux/cpufreq.h +++ b/include/linux/cpufreq.h @@ -4,9 +4,6 @@ * Copyright (C) 2001 Russell King * (C) 2002 - 2003 Dominik Brodowski <linux@brodo.de> * - * - * $Id: cpufreq.h,v 1.36 2003/01/20 17:31:48 db Exp $ - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. |