summaryrefslogtreecommitdiffstats
path: root/drivers/staging/tidspbridge/pmgr/dev.c
diff options
context:
space:
mode:
authorFernando Guzman Lugo2010-10-05 22:35:36 +0200
committerGreg Kroah-Hartman2010-10-06 00:30:57 +0200
commit4dd1944ab7242d76534c97d5fef0ce541a2f1040 (patch)
tree33d37002e39bc57be95976fcc576bf52139e6c21 /drivers/staging/tidspbridge/pmgr/dev.c
parentstaging: tidspbridge - move shared memory iommu maps to tiomap3430.c (diff)
downloadkernel-qcow2-linux-4dd1944ab7242d76534c97d5fef0ce541a2f1040.tar.gz
kernel-qcow2-linux-4dd1944ab7242d76534c97d5fef0ce541a2f1040.tar.xz
kernel-qcow2-linux-4dd1944ab7242d76534c97d5fef0ce541a2f1040.zip
staging: tidspbridge - rename bridge_brd_mem_map/unmap to a proper name
Now these functions only map user space addresses to dsp virtual addresses, so now the functions have a more meaningful name. Also now user_to_dsp_map returns the mapped address. Signed-off-by: Fernando Guzman Lugo <x0095840@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/tidspbridge/pmgr/dev.c')
-rw-r--r--drivers/staging/tidspbridge/pmgr/dev.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/tidspbridge/pmgr/dev.c b/drivers/staging/tidspbridge/pmgr/dev.c
index 132e960967b9..e3c78fbfb3c0 100644
--- a/drivers/staging/tidspbridge/pmgr/dev.c
+++ b/drivers/staging/tidspbridge/pmgr/dev.c
@@ -1118,8 +1118,6 @@ static void store_interface_fxns(struct bridge_drv_interface *drv_fxns,
STORE_FXN(fxn_brd_setstate, pfn_brd_set_state);
STORE_FXN(fxn_brd_memcopy, pfn_brd_mem_copy);
STORE_FXN(fxn_brd_memwrite, pfn_brd_mem_write);
- STORE_FXN(fxn_brd_memmap, pfn_brd_mem_map);
- STORE_FXN(fxn_brd_memunmap, pfn_brd_mem_un_map);
STORE_FXN(fxn_chnl_create, pfn_chnl_create);
STORE_FXN(fxn_chnl_destroy, pfn_chnl_destroy);
STORE_FXN(fxn_chnl_open, pfn_chnl_open);