diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2020-08-22 23:11:21 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-08-25 02:18:47 +0300 |
commit | d0cac91817c81140957a9b3deb1581e4f908907d (patch) | |
tree | 0b3d61b6c3f254925aa5ccdd7168797779bfc19f /MAINTAINERS | |
parent | 5978fac03ea3faf793dffeedcbe60dd8da673f89 (diff) | |
download | linux-d0cac91817c81140957a9b3deb1581e4f908907d.tar.xz |
MAINTAINERS: GENET: Add missing platform data file
When commit b0ba512e25d7 ("net: bcmgenet: enable driver to work without
a device tree") added include/linux/platform_data/bcmgenet.h, the file
was not added to the GENET MAINTAINERS file section, add it now.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f0068bceeb61..2bfa6def184b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3580,6 +3580,7 @@ L: bcm-kernel-feedback-list@broadcom.com L: netdev@vger.kernel.org S: Supported F: drivers/net/ethernet/broadcom/genet/ +F: include/linux/platform_data/bcmgenet.h BROADCOM IPROC ARM ARCHITECTURE M: Ray Jui <rjui@broadcom.com> |