提交 e43fc6af 编写于 作者: T Thierry Reding 提交者: Mark Brown

ASoC: fsi: Remove __devinitconst

__devinitconst and friends have recently been removed and must not be
used anymore.
Signed-off-by: NThierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
上级 9e7b6d60
......@@ -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},
{},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册