diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-02-26 16:38:06 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-02-26 16:38:06 +0100 |
commit | 58d36928da0e3099e17309bd7a44ee442b5f5153 (patch) | |
tree | 014a32c4c7fad476960b02a510009590593b6599 /interface-ip.h | |
parent | 13490ce99ab44afdf20a129fc9232682ed67b7ce (diff) |
remove device_{route,addr}->device
Diffstat (limited to 'interface-ip.h')
-rw-r--r-- | interface-ip.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/interface-ip.h b/interface-ip.h index 112c61b..f6413ee 100644 --- a/interface-ip.h +++ b/interface-ip.h @@ -27,8 +27,6 @@ struct device_addr { enum device_addr_flags flags; bool enabled; - struct device *device; - /* must be last */ unsigned int mask; union if_addr addr; @@ -42,7 +40,6 @@ struct device_route { bool keep; union if_addr nexthop; - struct device *device; int metric; int mtu; |