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

Commit 09de99db authored by Kiran Padwal's avatar Kiran Padwal Committed by Tejun Heo
Browse files

ahci: st: Make of_device_id array const



Make of_device_id array const, because all OF functions handle it as const.

Signed-off-by: default avatarKiran Padwal <kiran.padwal21@gmail.com>
Acked-by: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent 11838230
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -221,7 +221,7 @@ static int st_ahci_resume(struct device *dev)

static SIMPLE_DEV_PM_OPS(st_ahci_pm_ops, st_ahci_suspend, st_ahci_resume);

static struct of_device_id st_ahci_match[] = {
static const struct of_device_id st_ahci_match[] = {
	{ .compatible = "st,ahci", },
	{},
};