diff options
author | Bill Pemberton <wfp5p@virginia.edu> | 2012-11-19 13:25:33 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-11-19 20:58:34 -0500 |
commit | f6e6574499eeeeee747d9cfc7ba9f4328bb1806d (patch) | |
tree | d89c4674aed03b580600e76dea335f23169fa828 /sound/soc/soc-core.c | |
parent | f4a75d2eb7b1e2206094b901be09adb31ba63681 (diff) |
ASoC: remove use of __devinitconst
CONFIG_HOTPLUG is going away as an option so __devinitconst is no
longer needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/soc-core.c')
-rw-r--r-- | sound/soc/soc-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c index 10d21be383f6..2153e19d8208 100644 --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c | |||
@@ -4007,7 +4007,7 @@ int snd_soc_register_codec(struct device *dev, | |||
4007 | codec->reg_size = reg_size; | 4007 | codec->reg_size = reg_size; |
4008 | /* it is necessary to make a copy of the default register cache | 4008 | /* it is necessary to make a copy of the default register cache |
4009 | * because in the case of using a compression type that requires | 4009 | * because in the case of using a compression type that requires |
4010 | * the default register cache to be marked as __devinitconst the | 4010 | * the default register cache to be marked as the |
4011 | * kernel might have freed the array by the time we initialize | 4011 | * kernel might have freed the array by the time we initialize |
4012 | * the cache. | 4012 | * the cache. |
4013 | */ | 4013 | */ |