diff options
Diffstat (limited to 'include/linux/ipmi.h')
-rw-r--r-- | include/linux/ipmi.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/ipmi.h b/include/linux/ipmi.h index f1045b2c6a00..80fc3f798984 100644 --- a/include/linux/ipmi.h +++ b/include/linux/ipmi.h | |||
@@ -113,9 +113,9 @@ int ipmi_create_user(unsigned int if_num, | |||
113 | int ipmi_destroy_user(ipmi_user_t user); | 113 | int ipmi_destroy_user(ipmi_user_t user); |
114 | 114 | ||
115 | /* Get the IPMI version of the BMC we are talking to. */ | 115 | /* Get the IPMI version of the BMC we are talking to. */ |
116 | void ipmi_get_version(ipmi_user_t user, | 116 | int ipmi_get_version(ipmi_user_t user, |
117 | unsigned char *major, | 117 | unsigned char *major, |
118 | unsigned char *minor); | 118 | unsigned char *minor); |
119 | 119 | ||
120 | /* Set and get the slave address and LUN that we will use for our | 120 | /* Set and get the slave address and LUN that we will use for our |
121 | source messages. Note that this affects the interface, not just | 121 | source messages. Note that this affects the interface, not just |