summaryrefslogtreecommitdiffstats
path: root/drivers/staging/tidspbridge/include/dspbridge/drv.h
diff options
context:
space:
mode:
authorArmando Uribe2010-12-17 08:18:31 +0100
committerOmar Ramirez Luna2011-02-05 03:11:58 +0100
commit5db9e2bf44ec0dcf36e513499c77a294a9dc2774 (patch)
treed6a6af6c64c013c71dd96042e37b0d7c44ce0cd2 /drivers/staging/tidspbridge/include/dspbridge/drv.h
parentstaging: tidspbridge: Remove unused functions (diff)
downloadkernel-qcow2-linux-5db9e2bf44ec0dcf36e513499c77a294a9dc2774.tar.gz
kernel-qcow2-linux-5db9e2bf44ec0dcf36e513499c77a294a9dc2774.tar.xz
kernel-qcow2-linux-5db9e2bf44ec0dcf36e513499c77a294a9dc2774.zip
staging: tidspbridge: Remove unused structs
Remove unused structs and its dependencies, like references in other structs or as arguments of certain functions. Signed-off-by: Armando Uribe <x0095078@ti.com> Signed-off-by: Omar Ramirez Luna <omar.ramirez@ti.com>
Diffstat (limited to 'drivers/staging/tidspbridge/include/dspbridge/drv.h')
-rw-r--r--drivers/staging/tidspbridge/include/dspbridge/drv.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/staging/tidspbridge/include/dspbridge/drv.h b/drivers/staging/tidspbridge/include/dspbridge/drv.h
index adb28ec946bb..26972ad86bba 100644
--- a/drivers/staging/tidspbridge/include/dspbridge/drv.h
+++ b/drivers/staging/tidspbridge/include/dspbridge/drv.h
@@ -96,17 +96,6 @@ struct dmm_rsv_object {
u32 dsp_reserved_addr;
};
-/* New structure (member of process context) abstracts DMM resource info */
-struct dspheap_res_object {
- s32 heap_allocated; /* DMM status */
- u32 ul_mpu_addr;
- u32 ul_dsp_addr;
- u32 ul_dsp_res_addr;
- u32 heap_size;
- void *hprocessor;
- struct dspheap_res_object *next;
-};
-
/* New structure (member of process context) abstracts stream resource info */
struct strm_res_object {
s32 stream_allocated; /* Stream status */
@@ -151,9 +140,6 @@ struct process_context {
struct list_head dmm_rsv_list;
spinlock_t dmm_rsv_lock;
- /* DSP Heap resources */
- struct dspheap_res_object *pdspheap_list;
-
/* Stream resources */
struct idr *stream_id;
};