diff options
| author | David S. Miller <davem@davemloft.net> | 2011-02-08 19:17:55 -0500 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2011-02-08 19:17:55 -0500 |
| commit | 8d13a2a9fb3e5e3f68e9d3ec0de3c8fcfa56a224 (patch) | |
| tree | fee1865c2fbfe8fbb67e8aed97fd8df18254d777 /include | |
| parent | e7b66bdc02592f5573ade667e4d68ac6e7b0f9e1 (diff) | |
net: Kill NETEVENT_PMTU_UPDATE.
Nobody actually does anything in response to the event,
so just kill it off.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/netevent.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/netevent.h b/include/net/netevent.h index e82b7bab3ff3..22b239c17eaa 100644 --- a/include/net/netevent.h +++ b/include/net/netevent.h | |||
| @@ -21,7 +21,6 @@ struct netevent_redirect { | |||
| 21 | 21 | ||
| 22 | enum netevent_notif_type { | 22 | enum netevent_notif_type { |
| 23 | NETEVENT_NEIGH_UPDATE = 1, /* arg is struct neighbour ptr */ | 23 | NETEVENT_NEIGH_UPDATE = 1, /* arg is struct neighbour ptr */ |
| 24 | NETEVENT_PMTU_UPDATE, /* arg is struct dst_entry ptr */ | ||
| 25 | NETEVENT_REDIRECT, /* arg is struct netevent_redirect ptr */ | 24 | NETEVENT_REDIRECT, /* arg is struct netevent_redirect ptr */ |
| 26 | }; | 25 | }; |
| 27 | 26 | ||
