Message ID | 1239009406-3048-1-git-send-email-weiyi.huang@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
applied (and cpufreq@vger.kernel.org cc'd) thanks, Len Brown, Intel Open Source Technology Center On Mon, 6 Apr 2009, Huang Weiyi wrote: > Remove dupilicated #include in arch/x86/kernel/cpu/cpufreq/longhaul.c. > > Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com> > --- > arch/x86/kernel/cpu/cpufreq/longhaul.c | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/arch/x86/kernel/cpu/cpufreq/longhaul.c b/arch/x86/kernel/cpu/cpufreq/longhaul.c > index 0bd48e6..ce2ed3e 100644 > --- a/arch/x86/kernel/cpu/cpufreq/longhaul.c > +++ b/arch/x86/kernel/cpu/cpufreq/longhaul.c > @@ -33,7 +33,6 @@ > #include <linux/timex.h> > #include <linux/io.h> > #include <linux/acpi.h> > -#include <linux/kernel.h> > > #include <asm/msr.h> > #include <acpi/processor.h> > -- > 1.6.1.3 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-acpi" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/x86/kernel/cpu/cpufreq/longhaul.c b/arch/x86/kernel/cpu/cpufreq/longhaul.c index 0bd48e6..ce2ed3e 100644 --- a/arch/x86/kernel/cpu/cpufreq/longhaul.c +++ b/arch/x86/kernel/cpu/cpufreq/longhaul.c @@ -33,7 +33,6 @@ #include <linux/timex.h> #include <linux/io.h> #include <linux/acpi.h> -#include <linux/kernel.h> #include <asm/msr.h> #include <acpi/processor.h>
Remove dupilicated #include in arch/x86/kernel/cpu/cpufreq/longhaul.c. Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com> --- arch/x86/kernel/cpu/cpufreq/longhaul.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)