]> err.no Git - linux-2.6/blobdiff - kernel/audit.h
[PATCH] i386/x86-64: Check that MCFG points to an e820 reserved area
[linux-2.6] / kernel / audit.h
index 4b602cdcabef433e73a313734b127c72f9b6dffb..bc5392076e2be43349caa39ad5c42b2ea1520fd6 100644 (file)
@@ -19,6 +19,7 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
+#include <linux/mutex.h>
 #include <linux/fs.h>
 #include <linux/audit.h>
 
@@ -84,4 +85,4 @@ extern void               audit_send_reply(int pid, int seq, int type,
                                             void *payload, int size);
 extern void                audit_log_lost(const char *message);
 extern void                audit_panic(const char *message);
-extern struct semaphore audit_netlink_sem;
+extern struct mutex audit_netlink_mutex;