1
0
Fork 0

ASoC: fsi: Remove __devinitconst

__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>
hifive-unleashed-5.1
Thierry Reding 2013-01-16 12:09:45 +01:00 committed by Mark Brown
parent 9e7b6d60d8
commit e43fc6af25
1 changed files with 1 additions and 1 deletions

View File

@ -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},
{},