diff options
-rw-r--r-- | drivers/char/ipmi/ipmi_poweroff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/ipmi/ipmi_poweroff.c b/drivers/char/ipmi/ipmi_poweroff.c index 9f2e3be2c5b8..cd0f41fd4a51 100644 --- a/drivers/char/ipmi/ipmi_poweroff.c +++ b/drivers/char/ipmi/ipmi_poweroff.c | |||
@@ -133,7 +133,7 @@ static void receive_handler(struct ipmi_recv_msg *recv_msg, void *handler_data) | |||
133 | complete(comp); | 133 | complete(comp); |
134 | } | 134 | } |
135 | 135 | ||
136 | static struct ipmi_user_hndl ipmi_poweroff_handler = { | 136 | static const struct ipmi_user_hndl ipmi_poweroff_handler = { |
137 | .ipmi_recv_hndl = receive_handler | 137 | .ipmi_recv_hndl = receive_handler |
138 | }; | 138 | }; |
139 | 139 | ||