]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/ipmi.h
[PATCH] NLM: Fix the NLM_GRANTED callback checks
[linux-2.6-omap-h63xx.git] / include / linux / ipmi.h
index dd30adedd07d8456933f50f9b35903ea48282df5..d6276e60b3bf3672343046f49c63d0af3e2b9987 100644 (file)
@@ -242,7 +242,8 @@ struct ipmi_recv_msg
        /* The user_msg_data is the data supplied when a message was
           sent, if this is a response to a sent message.  If this is
           not a response to a sent message, then user_msg_data will
-          be NULL. */
+          be NULL.  If the user above is NULL, then this will be the
+          intf. */
        void             *user_msg_data;
 
        /* Call this when done with the message.  It will presumably free
@@ -255,10 +256,7 @@ struct ipmi_recv_msg
 };
 
 /* Allocate and free the receive message. */
-static inline void ipmi_free_recv_msg(struct ipmi_recv_msg *msg)
-{
-       msg->done(msg);
-}
+void ipmi_free_recv_msg(struct ipmi_recv_msg *msg);
 
 struct ipmi_user_hndl
 {