Merge branch 'work.thaw' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[sfrench/cifs-2.6.git] / include / net / dn.h
index fc0036228d207acbd5793bf1fe47c3fd585ac086..56ab0726c641a01e31db29c71b6f4b14e6ce20db 100644 (file)
@@ -123,13 +123,6 @@ struct dn_scp                                   /* Session Control Port */
        unsigned long keepalive;
        void (*keepalive_fxn)(struct sock *sk);
 
-       /*
-        * This stuff is for the fast timer for delayed acks
-        */
-       struct timer_list delack_timer;
-       int delack_pending;
-       void (*delack_fxn)(struct sock *sk);
-
 };
 
 static inline struct dn_scp *DN_SK(struct sock *sk)