]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blob - recipes-kernel/linux/linux-3.0/pm-wip/cpufreq/0006-cpufreq-fixup-after-new-OPP-layer-merged.patch
9c035fab6925d53e940ef89ea30d86d14713f39e
[glsdk/meta-ti-glsdk.git] / recipes-kernel / linux / linux-3.0 / pm-wip / cpufreq / 0006-cpufreq-fixup-after-new-OPP-layer-merged.patch
1 From b8246b5d5edc98155628ba88510bc7e67baf7acf Mon Sep 17 00:00:00 2001
2 From: Kevin Hilman <khilman@deeprootsystems.com>
3 Date: Tue, 16 Nov 2010 11:48:41 -0800
4 Subject: [PATCH 06/19] cpufreq: fixup after new OPP layer merged
6 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
7 ---
8  arch/arm/plat-omap/cpu-omap.c |    3 ++-
9  1 files changed, 2 insertions(+), 1 deletions(-)
11 diff --git a/arch/arm/plat-omap/cpu-omap.c b/arch/arm/plat-omap/cpu-omap.c
12 index c3ac065..9cd2709 100644
13 --- a/arch/arm/plat-omap/cpu-omap.c
14 +++ b/arch/arm/plat-omap/cpu-omap.c
15 @@ -25,6 +25,7 @@
16  #include <linux/err.h>
17  #include <linux/clk.h>
18  #include <linux/io.h>
19 +#include <linux/opp.h>
20  
21  #include <mach/hardware.h>
22  #include <plat/clock.h>
23 @@ -32,7 +33,7 @@
24  
25  #if defined(CONFIG_ARCH_OMAP3) && !defined(CONFIG_OMAP_PM_NONE)
26  #include <plat/omap-pm.h>
27 -#include <plat/opp.h>
28 +#include <plat/common.h>
29  #endif
30  
31  #define VERY_HI_RATE   900000000
32 -- 
33 1.6.6.1