mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
ipmi: make ipmi_usr_hndl const
It's only function pointers. Signed-off-by: Corey Minyard <cminyard@mvista.com>
This commit is contained in:
@@ -100,7 +100,7 @@ struct ipmi_user_hndl {
|
||||
|
||||
/* Create a new user of the IPMI layer on the given interface number. */
|
||||
int ipmi_create_user(unsigned int if_num,
|
||||
struct ipmi_user_hndl *handler,
|
||||
const struct ipmi_user_hndl *handler,
|
||||
void *handler_data,
|
||||
ipmi_user_t *user);
|
||||
|
||||
|
Reference in New Issue
Block a user