net/802: add __rcu annotations
[pandora-kernel.git] / include / linux / netdevice.h
index 4722d4a..b72d5a4 100644 (file)
@@ -1072,7 +1072,7 @@ struct net_device {
                struct pcpu_dstats __percpu     *dstats; /* dummy stats */
        };
        /* GARP */
-       struct garp_port        *garp_port;
+       struct garp_port __rcu  *garp_port;
 
        /* class/net/name entry */
        struct device           dev;