diff options
| author | Andrew Lunn <[email protected]> | 2018-09-29 21:57:02 +0200 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2018-10-02 22:56:36 -0700 |
| commit | d777f552fcc17b208e63df8b30293e01d9e4971f (patch) | |
| tree | 27edc732eff65cebb6cf503ed1470c9f154a705e | |
| parent | 00538ba915aac3fd30c1e3d3f1409e77dd5b3aff (diff) | |
MAINTAINERS: Fix wrong include file path
Fix the patch for the mv88e6xxx.h header file in MAINTAINERS
Reported-by: Joe Perches <[email protected]>
Signed-off-by: Andrew Lunn <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
| -rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 15565de091af..12d1da4a9653 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8753,7 +8753,7 @@ M: Vivien Didelot <[email protected]> S: Maintained F: drivers/net/dsa/mv88e6xxx/ -F: linux/platform_data/mv88e6xxx.h +F: include/linux/platform_data/mv88e6xxx.h F: Documentation/devicetree/bindings/net/dsa/marvell.txt MARVELL ARMADA DRM SUPPORT |