aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/socket.c
diff options
context:
space:
mode:
authorAllan Stephens <Allan.Stephens@windriver.com>2010-12-31 18:59:29 +0000
committerDavid S. Miller <davem@davemloft.net>2011-01-01 13:57:54 -0800
commit886ef52a8ce6930a9d0c58267d5b5038ac3e8d30 (patch)
tree7cd0019938cc0c52301d206a54556f6a355c2529 /net/tipc/socket.c
parent6e7e309c62ab584348e0fef90c8e3e48f634dba1 (diff)
downloadkernel_samsung_smdk4412-886ef52a8ce6930a9d0c58267d5b5038ac3e8d30.zip
kernel_samsung_smdk4412-886ef52a8ce6930a9d0c58267d5b5038ac3e8d30.tar.gz
kernel_samsung_smdk4412-886ef52a8ce6930a9d0c58267d5b5038ac3e8d30.tar.bz2
tipc: remove redundant #includes
Eliminates a number of #include statements that no longer serve any useful purpose. Signed-off-by: Allan Stephens <Allan.Stephens@windriver.com> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc/socket.c')
-rw-r--r--net/tipc/socket.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/tipc/socket.c b/net/tipc/socket.c
index 7a21a5e..f972c0b 100644
--- a/net/tipc/socket.c
+++ b/net/tipc/socket.c
@@ -34,17 +34,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#include <linux/module.h>
-#include <linux/types.h>
-#include <linux/net.h>
-#include <linux/socket.h>
-#include <linux/errno.h>
-#include <linux/mm.h>
-#include <linux/poll.h>
-#include <linux/fcntl.h>
-#include <linux/gfp.h>
-#include <asm/string.h>
-#include <asm/atomic.h>
#include <net/sock.h>
#include <linux/tipc.h>