diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2009-09-26 19:37:22 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-26 10:17:19 -0700 |
commit | 1d1764c39815db55e10b2d78732db4d6dd9d6039 (patch) | |
tree | 4511bd9b696d86eae2922239407a9655abf6c80b /include/linux/ipc.h | |
parent | 3b383767c41be070cae24875789d97b42a3e71a8 (diff) | |
download | op-kernel-dev-1d1764c39815db55e10b2d78732db4d6dd9d6039.zip op-kernel-dev-1d1764c39815db55e10b2d78732db4d6dd9d6039.tar.gz |
headers: kref.h redux
* remove asm/atomic.h inclusion from kref.h -- not needed, linux/types.h
is enough for atomic_t
* remove linux/kref.h inclusion from files which do not need it.
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/ipc.h')
-rw-r--r-- | include/linux/ipc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/ipc.h b/include/linux/ipc.h index b882610..3b1594d 100644 --- a/include/linux/ipc.h +++ b/include/linux/ipc.h @@ -78,8 +78,6 @@ struct ipc_kludge { #define IPCCALL(version,op) ((version)<<16 | (op)) #ifdef __KERNEL__ - -#include <linux/kref.h> #include <linux/spinlock.h> #define IPCMNI 32768 /* <= MAX_INT limit for ipc arrays (including sysctl changes) */ |