]> 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 938d55b813a5f600050fcc557331195b036fa12c..d6276e60b3bf3672343046f49c63d0af3e2b9987 100644 (file)
@@ -256,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
 {