projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
842db74
)
ARM: OMAP2+: fix typo "CONFIG_BRIDGE_DVFS"
author
Paul Bolle
<pebolle@tiscali.nl>
Mon, 25 Mar 2013 23:30:05 +0000
(
00:30
+0100)
committer
Tony Lindgren
<tony@atomide.com>
Mon, 1 Apr 2013 15:52:50 +0000
(08:52 -0700)
Commit
90173882ed15a8034d6d162da5f343a2c7d87587
("omap: add dsp platform
device") used CONFIG_BRIDGE_DVFS were it obviously meant
CONFIG_TIDSPBRIDGE_DVFS. Fix that.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/dsp.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-omap2/dsp.c
b/arch/arm/mach-omap2/dsp.c
index b155500e84a8e12dc5eeb6b6d3844d7b2fe6b122..b8208b4b1bd99882b178a095f02b1c64e4f3fa87 100644
(file)
--- a/
arch/arm/mach-omap2/dsp.c
+++ b/
arch/arm/mach-omap2/dsp.c
@@
-26,7
+26,7
@@
#include "control.h"
#include "cm2xxx_3xxx.h"
#include "prm2xxx_3xxx.h"
-#ifdef CONFIG_BRIDGE_DVFS
+#ifdef CONFIG_
TIDSP
BRIDGE_DVFS
#include "omap-pm.h"
#endif
@@
-35,7
+35,7
@@
static struct platform_device *omap_dsp_pdev;
static struct omap_dsp_platform_data omap_dsp_pdata __initdata = {
-#ifdef CONFIG_BRIDGE_DVFS
+#ifdef CONFIG_
TIDSP
BRIDGE_DVFS
.dsp_set_min_opp = omap_pm_dsp_set_min_opp,
.dsp_get_opp = omap_pm_dsp_get_opp,
.cpu_set_freq = omap_pm_cpu_set_freq,