Skip to content

Commit

Permalink
ASoC: fsi: Remove __devinitconst
Browse files Browse the repository at this point in the history
__devinitconst and friends have recently been removed and must not be
used anymore.

Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Thierry Reding authored and Mark Brown committed Jan 16, 2013
1 parent 9e7b6d6 commit e43fc6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/sh/fsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -2160,7 +2160,7 @@ static struct fsi_core fsi2_core = {
.b_mclk = B_MST_CTLR,
};

static struct of_device_id fsi_of_match[] __devinitconst = {
static struct of_device_id fsi_of_match[] = {
{ .compatible = "renesas,sh_fsi", .data = &fsi1_core},
{ .compatible = "renesas,sh_fsi2", .data = &fsi2_core},
{},
Expand Down

0 comments on commit e43fc6a

Please sign in to comment.