diff options
author | Jakub Kicinski <kuba@kernel.org> | 2021-01-27 05:18:44 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2021-01-28 04:50:20 +0300 |
commit | b770753c7b08f1f6008d0d364180fc123f7b25e2 (patch) | |
tree | ae8fcc0aff1e87427e546f1a61677332db0ccb7a | |
parent | 5ae3a25b32eb94908cfb839d24f9c1bc77e0e08c (diff) | |
download | linux-b770753c7b08f1f6008d0d364180fc123f7b25e2.tar.xz |
MAINTAINERS: add missing header for bonding
include/net/bonding.h is missing from bonding entry.
Link: https://lore.kernel.org/r/20210127021844.4071706-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 1a5facde5a90..964d0c03d438 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3239,6 +3239,7 @@ L: netdev@vger.kernel.org S: Supported W: http://sourceforge.net/projects/bonding/ F: drivers/net/bonding/ +F: include/net/bonding.h F: include/uapi/linux/if_bonding.h BOSCH SENSORTEC BMA400 ACCELEROMETER IIO DRIVER |