diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2011-05-20 01:23:28 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-05-20 01:23:28 +0200 |
commit | 034cfe48d0efc248ba4b725e3a94b95e76fbc5d3 (patch) | |
tree | e5a9079bd3b40f1ef4dd9f88d75a79b862f073a0 /drivers/net/macvlan.c | |
parent | irda: Fix error propagation in ircomm_lmp_connect_response() (diff) | |
download | linux-034cfe48d0efc248ba4b725e3a94b95e76fbc5d3.tar.xz linux-034cfe48d0efc248ba4b725e3a94b95e76fbc5d3.zip |
networking: NET_CLS_ROUTE4 depends on INET
IP_ROUTE_CLASSID depends on INET and NET_CLS_ROUTE4 selects
IP_ROUTE_CLASSID, but when INET is not enabled, this kconfig warning
is produced, so fix it by making NET_CLS_ROUTE4 depend on INET.
warning: (NET_CLS_ROUTE4) selects IP_ROUTE_CLASSID which has unmet direct dependencies (NET && INET)
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/macvlan.c')
0 files changed, 0 insertions, 0 deletions