]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/atm/clip.c
net-next: remove useless union keyword
[net-next-2.6.git] / net / atm / clip.c
index 313aba11316b5764e759fa7356f5f8286d69ceb5..95fdd1185067a859d49d0f5f5ea246e4fcad0893 100644 (file)
@@ -522,7 +522,7 @@ static int clip_setentry(struct atm_vcc *vcc, __be32 ip)
        error = ip_route_output_key(&init_net, &rt, &fl);
        if (error)
                return error;
-       neigh = __neigh_lookup(&clip_tbl, &ip, rt->u.dst.dev, 1);
+       neigh = __neigh_lookup(&clip_tbl, &ip, rt->dst.dev, 1);
        ip_rt_put(rt);
        if (!neigh)
                return -ENOMEM;