]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - include/net/dn_route.h
net-next: remove useless union keyword
[mv-sheeva.git] / include / net / dn_route.h
index 60c9f22d86943f0aa19ecdc18d513a24e763b9b1..ccadab3aa3f6c5948e484062c82c022b5dbf132b 100644 (file)
@@ -65,9 +65,7 @@ extern void dn_rt_cache_flush(int delay);
  * packets to the originating host.
  */
 struct dn_route {
-       union {
-               struct dst_entry dst;
-       } u;
+       struct dst_entry dst;
 
        struct flowi fl;