commit | 80fbbb1672e7815a15d7329638537961d65c453d | [log] [tgz] |
---|---|---|
author | YueHaibing <yuehaibing@huawei.com> | Mon Aug 03 21:19:48 2020 +0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 03 18:01:49 2020 -0700 |
tree | d1d96c19811df41ffcec0977ccad00c5299798d6 | |
parent | 190f8b060ee38fcea885e08b2fe0e3fdd428a618 [diff] |
fib: Fix undef compile warning net/core/fib_rules.c:26:7: warning: "CONFIG_IP_MULTIPLE_TABLES" is not defined, evaluates to 0 [-Wundef] #elif CONFIG_IP_MULTIPLE_TABLES ^~~~~~~~~~~~~~~~~~~~~~~~~ Fixes: 8b66a6fd34f5 ("fib: fix another fib_rules_ops indirect call wrapper problem") Signed-off-by: YueHaibing <yuehaibing@huawei.com> Acked-By: Brian Vazquez <brianvv@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>