diff options
Diffstat (limited to 'drivers/power/reset/st-poweroff.c')
-rw-r--r-- | drivers/power/reset/st-poweroff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/power/reset/st-poweroff.c b/drivers/power/reset/st-poweroff.c index 27383de9caa8..a488877a3538 100644 --- a/drivers/power/reset/st-poweroff.c +++ b/drivers/power/reset/st-poweroff.c | |||
@@ -97,7 +97,7 @@ static struct notifier_block st_restart_nb = { | |||
97 | .priority = 192, | 97 | .priority = 192, |
98 | }; | 98 | }; |
99 | 99 | ||
100 | static struct of_device_id st_reset_of_match[] = { | 100 | static const struct of_device_id st_reset_of_match[] = { |
101 | { | 101 | { |
102 | .compatible = "st,stih415-restart", | 102 | .compatible = "st,stih415-restart", |
103 | .data = (void *)&stih415_reset, | 103 | .data = (void *)&stih415_reset, |