summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2
diff options
context:
space:
mode:
authorRamesh Gupta <x0023949@linuxomap.(none)>2009-05-23 20:25:33 +0530
committerHari Kanigeri <h-kanigeri2@ti.com>2009-11-06 18:01:14 -0600
commitade96b3e93dbe3f9fa1bc493bebffc2042586b2d (patch)
tree0c05d148947b63a18b5ed81b27af3b205d3c296a /arch/arm/mach-omap2
parent21e91efa3f6e3db70b8eb22ac26590bc7c58f41d (diff)
Fixed typo in Makefile to build dspbridge
Fixed typo in Makefile to build dspbridge Signed-off-by: Ramesh Gupta G <grgupta@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r--arch/arm/mach-omap2/dspbridge.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/dspbridge.c b/arch/arm/mach-omap2/dspbridge.c
index 9724a95924a4..f00d0c963c7b 100644
--- a/arch/arm/mach-omap2/dspbridge.c
+++ b/arch/arm/mach-omap2/dspbridge.c
@@ -13,13 +13,15 @@
#include <linux/platform_device.h>
+#ifdef CONFIG_PM
#include <mach/omap-pm.h>
-
+#endif
#include <dspbridge/host_os.h>
static struct platform_device *dspbridge_pdev;
static struct dspbridge_platform_data dspbridge_pdata __initdata = {
+
#ifdef CONFIG_BRIDGE_DVFS
.dsp_set_min_opp = omap_pm_dsp_set_min_opp,
.dsp_get_opp = omap_pm_dsp_get_opp,