]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: rename functions that pollute the simple_xxx namespace
authorAmir Goldstein <amir73il@gmail.com>
Thu, 16 May 2019 10:26:28 +0000 (13:26 +0300)
committerMark Brown <broonie@kernel.org>
Mon, 20 May 2019 14:20:53 +0000 (15:20 +0100)
commitd57d5140b4a47c7f4a0e51fce80b77cbe2153238
tree09d29a8bc11e199534080177c3513802e1e1ada9
parente5b7da1a7676da6f406487ff2094041c50946ded
ASoC: rename functions that pollute the simple_xxx namespace

include/linux/fs.h defines a bunch of simple fs helpers, (e.g.
simple_rename) and we intend to add an fs helper named simple_remove.

Rename the ASoC driver static functions, so they will not collide with
the upcoming fs helper function name.

Cc: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Cc: Mark Brown <broonie@kernel.org>
Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/generic/simple-card.c