diff options
author | Florian Fainelli <[email protected]> | 2020-08-22 13:11:21 -0700 |
---|---|---|
committer | David S. Miller <[email protected]> | 2020-08-24 16:18:47 -0700 |
commit | d0cac91817c81140957a9b3deb1581e4f908907d (patch) | |
tree | 0b3d61b6c3f254925aa5ccdd7168797779bfc19f | |
parent | 5978fac03ea3faf793dffeedcbe60dd8da673f89 (diff) |
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 <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
-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: [email protected] S: Supported F: drivers/net/ethernet/broadcom/genet/ +F: include/linux/platform_data/bcmgenet.h BROADCOM IPROC ARM ARCHITECTURE M: Ray Jui <[email protected]> |