summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2017-02-09 14:55:51 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2017-02-09 14:55:51 +1100
commit94a42f1fa417dbf6a6cd24cb51606a2ffd42613f (patch)
tree1efbd193ccc0cee5e0f6e62d13a00d11e3841b44 /include
parent904f8b0174a37cc10f97b5517e20911f762887a5 (diff)
parentc5afee1b0dfc0652dea72404ffd55fd15b61b61e (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);