[PATCH 01/30] headers: fixup cred.h, ipc_namespace.h

From: Alexey Dobriyan
Date: Thu Apr 09 2009 - 22:32:59 EST


cred.h uses __init
ipc_namespace.h uses kern_ipc_perm.

Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx>
---

include/linux/cred.h | 1 +
include/linux/ipc_namespace.h | 2 ++
2 files changed, 3 insertions(+)

--- a/include/linux/cred.h
+++ b/include/linux/cred.h
@@ -13,6 +13,7 @@
#define _LINUX_CRED_H

#include <linux/capability.h>
+#include <linux/init.h>
#include <linux/key.h>
#include <asm/atomic.h>

--- a/include/linux/ipc_namespace.h
+++ b/include/linux/ipc_namespace.h
@@ -6,6 +6,8 @@
#include <linux/rwsem.h>
#include <linux/notifier.h>

+struct kern_ipc_perm;
+
/*
* ipc namespace events
*/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/