]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit066f38a36a17b9faa24ab9d7f237cbe560fb9434
tree719e28246a20a7384078d0d005d8976dd09f57cf
parentc363367c1aa7d7407a3ee79e61bd83f61fcd7775
ASoC: tegra: tegra20_das: Fold header file into only user

Since commit b4056cba65be ("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]