ASoC: tegra: tegra20_das: Fold header file into only user
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Wed, 29 Jun 2022 19:42:20 +0000 (21:42 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 5 Jul 2022 18:53:55 +0000 (19:53 +0100)
commit6dbc34d9c31e71aeb8175ce443c11b9e19e9f8ee
tree719e28246a20a7384078d0d005d8976dd09f57cf
parent0ff9f8b9f59208332c6707e37d5739c57c7f7bce
ASoC: tegra: tegra20_das: Fold header file into only user

Since commit fcff5f99742e ("ASoC: tegra: remove unnecessary includes")
the header file (which at the time was named tegra_das.h) there is only
the actual driver that includes it. Just move the definitions into the
driver, drop the exports and remove the completely unused function.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Link: https://lore.kernel.org/r/20220629194224.175607-1-u.kleine-koenig@pengutronix.de
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/tegra/tegra20_das.c
sound/soc/tegra/tegra20_das.h [deleted file]