IPMI: make ipmi_poweroff_handler const
authorBhumika Goyal <bhumirks@gmail.com>
Mon, 28 Aug 2017 18:08:15 +0000 (23:38 +0530)
committerCorey Minyard <cminyard@mvista.com>
Wed, 27 Sep 2017 21:03:45 +0000 (16:03 -0500)
commite6dd76a6e9c20a6cc63406061f216d4eb7c9ae7b
treece163e3425af4012798f8e79cb8e0b4efc5b63ed
parent1c9f98d1bfbd0696442f97fa7d43a727e1e16568
IPMI: make ipmi_poweroff_handler const

Make this const as it is only passed to a const argument of the function
ipmi_create_user.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Corey Minyard <cminyard@mvista.com>
drivers/char/ipmi/ipmi_poweroff.c