diff options
author | 2011-11-02 13:38:54 -0700 | |
---|---|---|
committer | 2011-11-02 16:07:01 -0700 | |
commit | e57940d719e9fc5223d133b631f8cb5232d6064e (patch) | |
tree | f4dfe100c571e245c7db90c446c548b9bf33b9e7 /ipc/msgutil.c | |
parent | ipc/sem.c: handle spurious wakeups (diff) | |
download | wireguard-linux-e57940d719e9fc5223d133b631f8cb5232d6064e.tar.xz wireguard-linux-e57940d719e9fc5223d133b631f8cb5232d6064e.zip |
ipc/sem.c: remove private structures from public header file
include/linux/sem.h contains several structures that are only used within
ipc/sem.c.
The patch moves them into ipc/sem.c - there is no need to expose the
structures to the whole kernel.
No functional changes, only whitespace cleanups and 80-char per line
fixes.
Signed-off-by: Manfred Spraul <manfred@colorfullife.com>
Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Mike Galbraith <efault@gmx.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'ipc/msgutil.c')
0 files changed, 0 insertions, 0 deletions