]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[NEIGHBOUR]: Remove unused fields in struct neigh_parms and neigh_table
authorThomas Graf <tgraf@suug.ch>
Sun, 19 Jun 2005 05:51:12 +0000 (22:51 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 19 Jun 2005 05:51:12 +0000 (22:51 -0700)
Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/neighbour.h

index 17191ac9be7062312e4ac948856c5237f6494e3e..89809891e5ab2e8e9430ccac31255d22ee364231 100644 (file)
@@ -69,8 +69,6 @@ struct neigh_parms
        struct neigh_parms *next;
        int     (*neigh_setup)(struct neighbour *);
        struct neigh_table *tbl;
-       int     entries;
-       void    *priv;
 
        void    *sysctl_table;
 
@@ -193,7 +191,6 @@ struct neigh_table
        atomic_t                entries;
        rwlock_t                lock;
        unsigned long           last_rand;
-       struct neigh_parms      *parms_list;
        kmem_cache_t            *kmem_cachep;
        struct neigh_statistics *stats;
        struct neighbour        **hash_buckets;