diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2013-11-14 11:35:23 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-12-10 11:22:15 +0000 |
commit | 18f93506623aacbb269f47cbda9fe90ffc5acda6 (patch) | |
tree | d85754547ae83f26332d83588dd02e8e808b4f98 /sound/soc/davinci | |
parent | ed29cd5e8d9941353f82784a2478ba6babc828da (diff) | |
download | op-kernel-dev-18f93506623aacbb269f47cbda9fe90ffc5acda6.zip op-kernel-dev-18f93506623aacbb269f47cbda9fe90ffc5acda6.tar.gz |
ASoC: davinci-mcasp: Remove unused DAVINCI_MCASP_I2S/DIT_DAI defines
These are not used, probably leftovers from the past.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/davinci')
-rw-r--r-- | sound/soc/davinci/davinci-mcasp.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/soc/davinci/davinci-mcasp.h b/sound/soc/davinci/davinci-mcasp.h index a84e796..70b089b 100644 --- a/sound/soc/davinci/davinci-mcasp.h +++ b/sound/soc/davinci/davinci-mcasp.h @@ -23,9 +23,6 @@ #include "davinci-pcm.h" -#define DAVINCI_MCASP_I2S_DAI 0 -#define DAVINCI_MCASP_DIT_DAI 1 - struct davinci_audio_dev { struct davinci_pcm_dma_params dma_params[2]; void __iomem *base; |