aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/tidspbridge/include/dspbridge/chnldefs.h
diff options
context:
space:
mode:
authorArmando Uribe <x0095078@ti.com>2010-12-17 01:18:29 -0600
committerOmar Ramirez Luna <omar.ramirez@ti.com>2011-02-04 20:11:54 -0600
commit2c36fac48587265311b015b7a36b2b860cf21ccd (patch)
tree02c27860cb7dabfe7c9a89aadea51a9cc8cbb6f7 /drivers/staging/tidspbridge/include/dspbridge/chnldefs.h
parentc378204afacc627330a9a1aeb5b5cd6e3d821717 (diff)
downloadkernel_samsung_smdk4412-2c36fac48587265311b015b7a36b2b860cf21ccd.zip
kernel_samsung_smdk4412-2c36fac48587265311b015b7a36b2b860cf21ccd.tar.gz
kernel_samsung_smdk4412-2c36fac48587265311b015b7a36b2b860cf21ccd.tar.bz2
staging: tidspbridge: Remove unused defined constants
Remove defined constants not being used. 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/chnldefs.h')
-rw-r--r--drivers/staging/tidspbridge/include/dspbridge/chnldefs.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/tidspbridge/include/dspbridge/chnldefs.h b/drivers/staging/tidspbridge/include/dspbridge/chnldefs.h
index 5bf5f6b..8f8f9ec 100644
--- a/drivers/staging/tidspbridge/include/dspbridge/chnldefs.h
+++ b/drivers/staging/tidspbridge/include/dspbridge/chnldefs.h
@@ -22,9 +22,6 @@
/* Channel id option. */
#define CHNL_PICKFREE (~0UL) /* Let manager pick a free channel. */
-/* Channel manager limits: */
-#define CHNL_INITIOREQS 4 /* Default # of I/O requests. */
-
/* Channel modes */
#define CHNL_MODETODSP 0 /* Data streaming to the DSP. */
#define CHNL_MODEFROMDSP 1 /* Data streaming from the DSP. */