diff options
author | Andrew Lunn <andrew@lunn.ch> | 2018-04-19 01:02:59 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-04-19 15:59:11 -0400 |
commit | 0207dd1173fe31c153ffd439c4bb33d1341829b1 (patch) | |
tree | 8ce7e96850d9073368e72c8f89133ceb90931bf1 /MAINTAINERS | |
parent | fb78a95e22123da57cb79b98bdc62eb33965ca8a (diff) | |
download | linux-0207dd1173fe31c153ffd439c4bb33d1341829b1.tar.bz2 |
net: phy: mdio-gpio: Remove redundant platform data header
The platform data header file is now unused. Remove it, but add
an extra include which it brought in.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index b60179d948bb..a7321687cae9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5321,7 +5321,6 @@ F: include/linux/*mdio*.h F: include/linux/of_net.h F: include/linux/phy.h F: include/linux/phy_fixed.h -F: include/linux/platform_data/mdio-gpio.h F: include/linux/platform_data/mdio-bcm-unimac.h F: include/trace/events/mdio.h F: include/uapi/linux/mdio.h |