diff options
author | Daniel Mack <daniel@zonque.org> | 2019-01-04 21:55:30 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-01-07 19:58:19 +0300 |
commit | e147c189c10911def4c3d98aa1111a474a64111c (patch) | |
tree | 90d50b11d0e7a33e29938ff03e292d2139c6ff87 /sound/soc/pxa/Makefile | |
parent | f0627d006047299e427f026942fed22b111f04f5 (diff) | |
download | linux-e147c189c10911def4c3d98aa1111a474a64111c.tar.xz |
ASoC: eliminate left-over from Raumfeld machine driver removal
Commit f84a6273dd9107c ("ASoC: pxa: remove raumfeld machine driver")
removed the Raumfeld ASoC machine driver but forgot to kill one line
in the Makefile.
Signed-off-by: Daniel Mack <daniel@zonque.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/pxa/Makefile')
-rw-r--r-- | sound/soc/pxa/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/pxa/Makefile b/sound/soc/pxa/Makefile index 0ab2a9dcb720..ea4929d73318 100644 --- a/sound/soc/pxa/Makefile +++ b/sound/soc/pxa/Makefile @@ -30,7 +30,6 @@ snd-soc-magician-objs := magician.o snd-soc-mioa701-objs := mioa701_wm9713.o snd-soc-z2-objs := z2.o snd-soc-imote2-objs := imote2.o -snd-soc-raumfeld-objs := raumfeld.o snd-soc-brownstone-objs := brownstone.o snd-soc-ttc-dkb-objs := ttc-dkb.o |