diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2016-10-15 22:32:41 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-10-24 20:40:51 +0300 |
commit | 5841ce10154e40151dd82eedf3e22e588d87c18b (patch) | |
tree | d25438b7dcc1b379c4c7613bf340387b00cb4425 /sound/soc/pxa | |
parent | 5fdc402ab58f729ff9813b197e92e3d684a1b6a0 (diff) | |
download | linux-5841ce10154e40151dd82eedf3e22e588d87c18b.tar.xz |
ASoC: ak4641: Move register defines to main source
The ak4641 driver only has a few register defines. As they are only used in
the one main driver file there is not really a need to keep them in a
separate header.
Moving them to the main source file allows to remove the now empty header
file completely.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/pxa')
-rw-r--r-- | sound/soc/pxa/hx4700.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/pxa/hx4700.c b/sound/soc/pxa/hx4700.c index ecbf2873b7ff..85483049b916 100644 --- a/sound/soc/pxa/hx4700.c +++ b/sound/soc/pxa/hx4700.c @@ -27,8 +27,6 @@ #include <asm/mach-types.h> #include "pxa2xx-i2s.h" -#include "../codecs/ak4641.h" - static struct snd_soc_jack hs_jack; /* Headphones jack detection DAPM pin */ |