net: reduce structures when XFRM=n
[safe/jmp/linux-2.6] / include / net / dst.h
index 8a8b71e..f96c4ba 100644 (file)
@@ -59,8 +59,9 @@ struct dst_entry
 
        struct neighbour        *neighbour;
        struct hh_cache         *hh;
+#ifdef CONFIG_XFRM
        struct xfrm_state       *xfrm;
-
+#endif
        int                     (*input)(struct sk_buff*);
        int                     (*output)(struct sk_buff*);