diff options
author | Ben Hutchings <ben@decadent.org.uk> | 2016-02-15 21:25:57 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-02-17 16:15:46 -0500 |
commit | 7bbf3cae65b6e438bf52033b63fdce4a86e89e17 (patch) | |
tree | dcc317e5140f8934a41d7bcabf78d9320e05095f /net/ipv4/Makefile | |
parent | 63e5f9535fcf238b0779e6bcaf092e3f627e6942 (diff) |
ipv4: Remove inet_lro library
There are no longer any in-tree drivers that use it.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/Makefile')
-rw-r--r-- | net/ipv4/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/Makefile b/net/ipv4/Makefile index 62c049b647e9..bfa133691cde 100644 --- a/net/ipv4/Makefile +++ b/net/ipv4/Makefile @@ -32,7 +32,6 @@ obj-$(CONFIG_INET_ESP) += esp4.o obj-$(CONFIG_INET_IPCOMP) += ipcomp.o obj-$(CONFIG_INET_XFRM_TUNNEL) += xfrm4_tunnel.o obj-$(CONFIG_INET_XFRM_MODE_BEET) += xfrm4_mode_beet.o -obj-$(CONFIG_INET_LRO) += inet_lro.o obj-$(CONFIG_INET_TUNNEL) += tunnel4.o obj-$(CONFIG_INET_XFRM_MODE_TRANSPORT) += xfrm4_mode_transport.o obj-$(CONFIG_INET_XFRM_MODE_TUNNEL) += xfrm4_mode_tunnel.o |