summaryrefslogtreecommitdiffstats
path: root/drivers/staging/tidspbridge/include/dspbridge/drv.h
diff options
context:
space:
mode:
authorFernando Guzman Lugo2010-10-05 22:35:42 +0200
committerGreg Kroah-Hartman2010-10-06 00:30:58 +0200
commitdb348ca36e5881cd1d2e5caa6eee7d0237d07a3d (patch)
tree56e9be2fe55d66d2b178ed17ba9fd41885e9f217 /drivers/staging/tidspbridge/include/dspbridge/drv.h
parentstaging: tidspbridge: remove dw_dmmu_base from cfg_hostres struct (diff)
downloadkernel-qcow2-linux-db348ca36e5881cd1d2e5caa6eee7d0237d07a3d.tar.gz
kernel-qcow2-linux-db348ca36e5881cd1d2e5caa6eee7d0237d07a3d.tar.xz
kernel-qcow2-linux-db348ca36e5881cd1d2e5caa6eee7d0237d07a3d.zip
staging: tidspbridge - remove reserved memory clean up
Now iommv module keeps track of iommu memory used, we do not need resource cleanup for reserved memories anymore. Signed-off-by: Fernando Guzman Lugo <x0095840@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/tidspbridge/include/dspbridge/drv.h')
-rw-r--r--drivers/staging/tidspbridge/include/dspbridge/drv.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/tidspbridge/include/dspbridge/drv.h b/drivers/staging/tidspbridge/include/dspbridge/drv.h
index c1f363ec9afa..427f38b7b43a 100644
--- a/drivers/staging/tidspbridge/include/dspbridge/drv.h
+++ b/drivers/staging/tidspbridge/include/dspbridge/drv.h
@@ -165,10 +165,6 @@ struct process_context {
struct list_head dmm_map_list;
spinlock_t dmm_map_lock;
- /* DMM reserved memory resources */
- struct list_head dmm_rsv_list;
- spinlock_t dmm_rsv_lock;
-
/* DSP Heap resources */
struct dspheap_res_object *pdspheap_list;