]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ASoC: ak4642: remove __devinitconst annotation
authorStephen Rothwell <sfr@canb.auug.org.au>
Mon, 14 Jan 2013 01:04:00 +0000 (12:04 +1100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 14 Jan 2013 04:52:21 +0000 (13:52 +0900)
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>
sound/soc/codecs/ak4642.c

index c78794dc4b69f23e0cee245076b9ebe951bf2cca..2d037870970221b2c2a87f4f96cac4886d606cb9 100644 (file)
@@ -547,7 +547,7 @@ static int ak4642_i2c_remove(struct i2c_client *client)
        return 0;
 }
 
        return 0;
 }
 
-static struct of_device_id ak4642_of_match[] __devinitconst = {
+static struct of_device_id ak4642_of_match[] = {
        { .compatible = "asahi-kasei,ak4642",   .data = &soc_codec_dev_ak4642},
        { .compatible = "asahi-kasei,ak4643",   .data = &soc_codec_dev_ak4642},
        { .compatible = "asahi-kasei,ak4648",   .data = &soc_codec_dev_ak4648},
        { .compatible = "asahi-kasei,ak4642",   .data = &soc_codec_dev_ak4642},
        { .compatible = "asahi-kasei,ak4643",   .data = &soc_codec_dev_ak4642},
        { .compatible = "asahi-kasei,ak4648",   .data = &soc_codec_dev_ak4648},