summaryrefslogtreecommitdiffstats
path: root/sound/soc/jz4740/jz4740-i2s.h
diff options
context:
space:
mode:
authorTang Bin <tangbin@cmss.chinamobile.com>2021-05-06 21:18:33 +0800
committerMark Brown <broonie@kernel.org>2021-05-10 13:05:36 +0100
commit37c881cd18f428b08cf46c5a9d67cfd2db2c4a32 (patch)
treea611304d283a8f47b161b3789f8ff8a8418692cf /sound/soc/jz4740/jz4740-i2s.h
parent5f1b95d08de712327e452d082a50fded435ec884 (diff)
downloadlinux-37c881cd18f428b08cf46c5a9d67cfd2db2c4a32.tar.bz2
ASoc: Fix unused define in jz4740-i2s.h
Delete unused define of JZ4740_I2S_BIT_CLK, because it is unused in any files. Signed-off-by: Zhang Shengju <zhangshengju@cmss.chinamobile.com> Signed-off-by: Tang Bin <tangbin@cmss.chinamobile.com> Link: https://lore.kernel.org/r/20210506131833.27420-1-tangbin@cmss.chinamobile.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/jz4740/jz4740-i2s.h')
-rw-r--r--sound/soc/jz4740/jz4740-i2s.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/jz4740/jz4740-i2s.h b/sound/soc/jz4740/jz4740-i2s.h
index 44f12016064d..4da14eac1145 100644
--- a/sound/soc/jz4740/jz4740-i2s.h
+++ b/sound/soc/jz4740/jz4740-i2s.h
@@ -7,6 +7,4 @@
#define JZ4740_I2S_CLKSRC_EXT 0
#define JZ4740_I2S_CLKSRC_PLL 1
-#define JZ4740_I2S_BIT_CLK 0
-
#endif