commit | 891a88f4f5768b1e6ff52a2386d48558aa5a3f63 | [log] [tgz] |
---|---|---|
author | Jonathan Toppins <jtoppins@redhat.com> | Tue Aug 10 22:53:30 2021 -0400 |
committer | Jakub Kicinski <kuba@kernel.org> | Wed Aug 11 14:57:31 2021 -0700 |
tree | 3b41a472c51a38793b606e40af685470e13aa7d5 | |
parent | bc8968e420dcff8d240fe1d49fd0b2214be98ca5 [diff] |
bonding: remove extraneous definitions from bonding.h All of the symbols either only exist in bond_options.c or nowhere at all. These symbols were verified to not exist in the code base by using `git grep` and their removal was verified by compiling bonding.ko. Signed-off-by: Jonathan Toppins <jtoppins@redhat.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>