[PATCH] remove many unneeded #includes of sched.h
[deliverable/linux.git] / net / ipv4 / inetpeer.c
index f072f3875af8dfd5c6505787230cc578d8085c1c..db3ef96bdfd96412c9b30d88e785a97a38aaf17b 100644 (file)
@@ -14,7 +14,6 @@
 #include <linux/interrupt.h>
 #include <linux/spinlock.h>
 #include <linux/random.h>
-#include <linux/sched.h>
 #include <linux/timer.h>
 #include <linux/time.h>
 #include <linux/kernel.h>
@@ -73,7 +72,7 @@
 /* Exported for inet_getid inline function.  */
 DEFINE_SPINLOCK(inet_peer_idlock);
 
-static kmem_cache_t *peer_cachep __read_mostly;
+static struct kmem_cache *peer_cachep __read_mostly;
 
 #define node_height(x) x->avl_height
 static struct inet_peer peer_fake_node = {
This page took 0.024934 seconds and 5 git commands to generate.