This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / linux / filter.h
index 3ba843c..e5234d8 100644 (file)
@@ -6,11 +6,6 @@
 #define __LINUX_FILTER_H__
 
 #include <linux/compiler.h>
-#include <linux/types.h>
-
-#ifdef __KERNEL__
-#include <asm/atomic.h>
-#endif
 
 /*
  * Current version of the filter code architecture.
@@ -140,9 +135,6 @@ static inline unsigned int sk_filter_len(struct sk_filter *fp)
 #define SKF_LL_OFF    (-0x200000)
 
 #ifdef __KERNEL__
-struct sk_buff;
-struct sock;
-
 extern int sk_run_filter(struct sk_buff *skb, struct sock_filter *filter, int flen);
 extern int sk_attach_filter(struct sock_fprog *fprog, struct sock *sk);
 extern int sk_chk_filter(struct sock_filter *filter, int flen);