Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e43fc6af authored by Thierry Reding's avatar Thierry Reding Committed by Mark Brown
Browse files

ASoC: fsi: Remove __devinitconst



__devinitconst and friends have recently been removed and must not be
used anymore.

Signed-off-by: default avatarThierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 9e7b6d60
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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},
	{},