OSDN Git Service

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)
commitb0a821daf0d04e5a8ae99829e24f2fe538f25763
tree09d29a8bc11e199534080177c3513802e1e1ada9
parent1c7c3237c0cc4ad3c7b0df458290c8e2a652f178
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