Hi,
On 2/2/2010 6:44 PM, Hebbar, Shivananda wrote:
From 82f402b577d1afb535b319eed4a18087010ef679 Mon Sep 17 00:00:00 2001
From: Shivananda Hebbar<x0hebbar@xxxxxx>
Date: Thu, 28 Jan 2010 20:06:40 -0600
Subject: [PATCH] DSPBRIDGE: Remove typdef used for Processor type replace it with standard C type
Signed-off-by: Shivananda Hebbar<x0hebbar@xxxxxx>
---
arch/arm/plat-omap/include/dspbridge/cmm.h | 2 +-
arch/arm/plat-omap/include/dspbridge/dbdefs.h | 2 -
arch/arm/plat-omap/include/dspbridge/dmm.h | 2 +-
arch/arm/plat-omap/include/dspbridge/drv.h | 2 +-
arch/arm/plat-omap/include/dspbridge/node.h | 2 +-
arch/arm/plat-omap/include/dspbridge/proc.h | 41 +++++++++++-----------
arch/arm/plat-omap/include/dspbridge/wcdioctl.h | 40 +++++++++++-----------
drivers/dsp/bridge/pmgr/cmm.c | 2 +-
drivers/dsp/bridge/pmgr/dev.c | 6 ++--
drivers/dsp/bridge/pmgr/dmm.c | 2 +-
drivers/dsp/bridge/pmgr/wcd.c | 2 +-
drivers/dsp/bridge/rmgr/node.c | 2 +-
drivers/dsp/bridge/rmgr/proc.c | 42 +++++++++++-----------
13 files changed, 72 insertions(+), 75 deletions(-)
missing this hunk for proc.c
@@ -246,7 +246,7 @@ PROC_Attach(u32 uProcessor, OPTIONAL CONST struct
DSP_PROCESSORATTRIN *pAttrIn,
"Proc Object into DEV, 0x%x!\n", status);
}
if (DSP_SUCCEEDED(status)) {
- *phProcessor = (DSP_HPROCESSOR)pProcObject;
+ *phProcessor = (void *)pProcObject;
pr_ctxt->hProcessor = *phProcessor;
(void)PROC_NotifyClients(pProcObject,
DSP_PROCESSORATTACH);
[...]
- omar
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html