diff options
| author | Steve French <sfrench@us.ibm.com> | 2005-11-09 17:33:22 -0500 |
|---|---|---|
| committer | Steve French <sfrench@us.ibm.com> | 2005-11-09 17:33:22 -0500 |
| commit | e82b3aec8d508d2a925a4c766e97f16b7c4dfb1b (patch) | |
| tree | 69d5685ef0c194f651a03e30bff14628b4d45400 /include/linux/ipmi.h | |
| parent | ec58ef03284f0bfa50a04982b74c8c2325a0758e (diff) | |
| parent | ad8f76be48d817b48222411ae16a7dfe257bdb24 (diff) | |
Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Diffstat (limited to 'include/linux/ipmi.h')
| -rw-r--r-- | include/linux/ipmi.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/linux/ipmi.h b/include/linux/ipmi.h index 938d55b813a5..d6276e60b3bf 100644 --- a/include/linux/ipmi.h +++ b/include/linux/ipmi.h | |||
| @@ -256,10 +256,7 @@ struct ipmi_recv_msg | |||
| 256 | }; | 256 | }; |
| 257 | 257 | ||
| 258 | /* Allocate and free the receive message. */ | 258 | /* Allocate and free the receive message. */ |
| 259 | static inline void ipmi_free_recv_msg(struct ipmi_recv_msg *msg) | 259 | void ipmi_free_recv_msg(struct ipmi_recv_msg *msg); |
| 260 | { | ||
| 261 | msg->done(msg); | ||
| 262 | } | ||
| 263 | 260 | ||
| 264 | struct ipmi_user_hndl | 261 | struct ipmi_user_hndl |
| 265 | { | 262 | { |
