summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2017-02-17 13:42:02 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2017-02-17 13:42:02 +1100
commitda81f1de5849510b4db51a523c595950112af806 (patch)
treeff6cc2d7256acfe2635abdf2211e29a7e56ff704 /include
parent3cf6f0b051a23f23dc20c2ebe01f6329b8a1bdf7 (diff)
parentdb3b7e134185b27e6073618c1ad7eca1e4473eb4 (diff)
Merge remote-tracking branch 'ipmi/for-next'
Diffstat (limited to 'include')
-rw-r--r--include/linux/ipmi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ipmi.h b/include/linux/ipmi.h
index 78c5d5ae3857..f1045b2c6a00 100644
--- a/include/linux/ipmi.h
+++ b/include/linux/ipmi.h
@@ -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);