]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/decnet/dn_nsp_in.c
[PATCH] proc: remove the useless SMP-safe comments from /proc
[linux-2.6-omap-h63xx.git] / net / decnet / dn_nsp_in.c
index a2ba9db1c37643aa5fd6d22359661a5564f3c9b0..72ecc6e62ec4a6630aef847a702b8e5748299f79 100644 (file)
@@ -45,7 +45,6 @@
     GNU General Public License for more details.
 *******************************************************************************/
 
-#include <linux/config.h>
 #include <linux/errno.h>
 #include <linux/types.h>
 #include <linux/socket.h>
@@ -587,7 +586,7 @@ static __inline__ int dn_queue_skb(struct sock *sk, struct sk_buff *skb, int sig
                goto out;
         }
 
-       err = sk_filter(sk, skb, 0);
+       err = sk_filter(sk, skb);
        if (err)
                goto out;