From: Manfred Spraul Date: Wed, 2 Nov 2011 20:38:54 +0000 (-0700) Subject: ipc/sem.c: remove private structures from public header file X-Git-Tag: v3.2-rc1~82^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e57940d719e9fc5223d133b631f8cb5232d6064e;p=pandora-kernel.git 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 Acked-by: Peter Zijlstra Cc: Thomas Gleixner Cc: Mike Galbraith Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed