Skip to content

Commit

Permalink
ASoC: jz4740: Remove Makefile entry for removed file
Browse files Browse the repository at this point in the history
Commit 0406a40 ("ASoC: jz4740: Use the generic dmaengine PCM driver")
jz4740-pcm.c file, but neglected to remove the Makefile entries.

Fixes: 0406a40 ("ASoC: jz4740: Use the generic dmaengine PCM driver")
Reported-by: kbuild test robot <[email protected]>
Reported-by: Ralf Baechle <[email protected]>
Signed-off-by: Lars-Peter Clausen <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
larsclausen authored and broonie committed Apr 22, 2014
1 parent c9eaa44 commit eebdec0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sound/soc/jz4740/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
#
# Jz4740 Platform Support
#
snd-soc-jz4740-objs := jz4740-pcm.o
snd-soc-jz4740-i2s-objs := jz4740-i2s.o

obj-$(CONFIG_SND_JZ4740_SOC) += snd-soc-jz4740.o
obj-$(CONFIG_SND_JZ4740_SOC_I2S) += snd-soc-jz4740-i2s.o

# Jz4740 Machine Support
Expand Down

0 comments on commit eebdec0

Please sign in to comment.