Commit c3d8ab66 authored by Ramesh Gupta's avatar Ramesh Gupta Committed by Hari Kanigeri

Fixed typo in Makefile to build dspbridge

Fixed typo in Makefile to build dspbridge
Signed-off-by: default avatarRamesh Gupta G <grgupta@ti.com>
parent f699d64c
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment