Skip to content

Commit

Permalink
ASoC: ak4642: remove __devinitconst annotation
Browse files Browse the repository at this point in the history
CONFIG_HOTPLUG is always true now and the __dev* macros have been removed.

Signed-off-by: Stephen Rothwell <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
sfrothwell authored and broonie committed Jan 14, 2013

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
1 parent bbf1453 commit c890cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/ak4642.c
Original file line number Diff line number Diff line change
@@ -547,7 +547,7 @@ static int ak4642_i2c_remove(struct i2c_client *client)
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},

0 comments on commit c890cae

Please sign in to comment.