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

Commit a518db45 authored by Fabian Frederick's avatar Fabian Frederick Committed by Philipp Zabel
Browse files

reset: sti: constify of_device_id array



of_device_id is always used as const.
(See driver.of_match_table and open firmware functions)

Signed-off-by: default avatarFabian Frederick <fabf@skynet.be>
Acked-by: default avatarMaxime Coquelin <maxime.coquelin@st.com>
Acked-by: default avatarPatrice Chotard <patrice.chotard@st.com>
Signed-off-by: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
parent efdf5aa8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -126,7 +126,7 @@ static const struct syscfg_reset_controller_data stih407_picophyreset_controller
	.channels = stih407_picophyresets,
};

static struct of_device_id stih407_reset_match[] = {
static const struct of_device_id stih407_reset_match[] = {
	{
		.compatible = "st,stih407-powerdown",
		.data = &stih407_powerdown_controller,
+1 −1
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@ static struct syscfg_reset_controller_data stih415_softreset_controller = {
	.channels = stih415_softresets,
};

static struct of_device_id stih415_reset_match[] = {
static const struct of_device_id stih415_reset_match[] = {
	{ .compatible = "st,stih415-powerdown",
	  .data = &stih415_powerdown_controller, },
	{ .compatible = "st,stih415-softreset",
+1 −1
Original line number Diff line number Diff line
@@ -120,7 +120,7 @@ static struct syscfg_reset_controller_data stih416_softreset_controller = {
	.channels = stih416_softresets,
};

static struct of_device_id stih416_reset_match[] = {
static const struct of_device_id stih416_reset_match[] = {
	{ .compatible = "st,stih416-powerdown",
	  .data = &stih416_powerdown_controller, },
	{ .compatible = "st,stih416-softreset",