diff options
| author | Richard Fitzgerald <[email protected]> | 2022-08-17 13:23:45 +0100 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2022-08-17 13:58:48 +0100 |
| commit | dbd231732c99e336c2ece4a70896139e7f5a51a7 (patch) | |
| tree | 99c3ba8a04938903a2c99052633a58dd89966e72 /sound/soc/codecs/cs42l42.h | |
| parent | b48d1da00fc8f32f7f75b8a34eb484f08b39ffaa (diff) | |
ASoC: cs42l42: Move cs42l42_supply_names to .c file
The array of supply name strings doesn't need to be in the header file.
Move it to the .c file.
Signed-off-by: Richard Fitzgerald <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'sound/soc/codecs/cs42l42.h')
| -rw-r--r-- | sound/soc/codecs/cs42l42.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sound/soc/codecs/cs42l42.h b/sound/soc/codecs/cs42l42.h index 1d53e0e050ee..50299c9f283a 100644 --- a/sound/soc/codecs/cs42l42.h +++ b/sound/soc/codecs/cs42l42.h @@ -21,14 +21,6 @@ #include <sound/jack.h> #include <sound/cs42l42.h> -static const char *const cs42l42_supply_names[CS42L42_NUM_SUPPLIES] = { - "VA", - "VP", - "VCP", - "VD_FILT", - "VL", -}; - struct cs42l42_private { struct regmap *regmap; struct device *dev; |