commit | e81963b180ac502fda0326edf059b1e29cdef1a2 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Fri May 08 12:45:26 2009 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri May 08 12:45:26 2009 -0700 |
tree | 47b8b84acbaa45bc683a51e97c236eb35975aa0d | |
parent | 9b05126baa146fc3f41360164141d4e1b3ea93c4 [diff] |
ipv4: Make INET_LRO a bool instead of tristate. This code is used as a library by several device drivers, which select INET_LRO. If some are modules and some are statically built into the kernel, we get build failures if INET_LRO is modular. Signed-off-by: David S. Miller <davem@davemloft.net>