diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-05-25 13:22:05 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-05-25 13:22:05 +0200 |
commit | 344235f55707f6f7538378e9790cec58e86ebbca (patch) | |
tree | 8c4f41904450e9b929c162a32faf6141ff26ce75 /include/net/ip_fib.h | |
parent | sc16is7xx: Read the LSR register for basic device presence check (diff) | |
parent | Linux 5.7-rc7 (diff) | |
download | linux-344235f55707f6f7538378e9790cec58e86ebbca.tar.xz linux-344235f55707f6f7538378e9790cec58e86ebbca.zip |
Merge 5.7-rc7 into tty-next
We need the tty/serial fixes in here as well.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/net/ip_fib.h')
-rw-r--r-- | include/net/ip_fib.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/ip_fib.h b/include/net/ip_fib.h index 59e0d4e99f94..b219a8fe0950 100644 --- a/include/net/ip_fib.h +++ b/include/net/ip_fib.h @@ -257,7 +257,6 @@ struct fib_dump_filter { u32 table_id; /* filter_set is an optimization that an entry is set */ bool filter_set; - bool dump_all_families; bool dump_routes; bool dump_exceptions; unsigned char protocol; |