diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2013-01-13 20:04:00 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-01-13 23:52:21 -0500 |
commit | c890caee54cd1fa2dd63d7f0c51d6b43eca63db3 (patch) | |
tree | 8454faab2a37c679a0a5513dfb7ed9e79900f9f6 | |
parent | bbf1453e28e4e3ee2cf5a0c34a20469b4d465f0f (diff) |
ASoC: ak4642: remove __devinitconst annotation
CONFIG_HOTPLUG is always true now and the __dev* macros have been removed.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
-rw-r--r-- | sound/soc/codecs/ak4642.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/ak4642.c b/sound/soc/codecs/ak4642.c index c78794dc4b69..2d0378709702 100644 --- a/sound/soc/codecs/ak4642.c +++ b/sound/soc/codecs/ak4642.c | |||
@@ -547,7 +547,7 @@ static int ak4642_i2c_remove(struct i2c_client *client) | |||
547 | return 0; | 547 | return 0; |
548 | } | 548 | } |
549 | 549 | ||
550 | static struct of_device_id ak4642_of_match[] __devinitconst = { | 550 | static struct of_device_id ak4642_of_match[] = { |
551 | { .compatible = "asahi-kasei,ak4642", .data = &soc_codec_dev_ak4642}, | 551 | { .compatible = "asahi-kasei,ak4642", .data = &soc_codec_dev_ak4642}, |
552 | { .compatible = "asahi-kasei,ak4643", .data = &soc_codec_dev_ak4642}, | 552 | { .compatible = "asahi-kasei,ak4643", .data = &soc_codec_dev_ak4642}, |
553 | { .compatible = "asahi-kasei,ak4648", .data = &soc_codec_dev_ak4648}, | 553 | { .compatible = "asahi-kasei,ak4648", .data = &soc_codec_dev_ak4648}, |