diff options
author | Joachim Eastwood <manabian@gmail.com> | 2015-07-28 18:09:02 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-07-29 03:13:24 -0400 |
commit | 0933328a1b8adb6c8b2b8c8b823dad0295659c40 (patch) | |
tree | 7e411c1b3348f72020d877bee14dfb812ad23a4e /Documentation/networking | |
parent | f529f18255ed5fbb888498cfaa8cad63eab629e4 (diff) |
stmmac: remove unused stmmac_of_data struct
As dwmac-* drivers that need OF match have been converted
to use their own internal OF match data structure this can
now be removed.
Signed-off-by: Joachim Eastwood <manabian@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking')
-rw-r--r-- | Documentation/networking/stmmac.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/networking/stmmac.txt b/Documentation/networking/stmmac.txt index 5fddefa69baf..de5c42342ec3 100644 --- a/Documentation/networking/stmmac.txt +++ b/Documentation/networking/stmmac.txt | |||
@@ -274,8 +274,6 @@ capability register can replace what has been passed from the platform. | |||
274 | Please see the following document: | 274 | Please see the following document: |
275 | Documentation/devicetree/bindings/net/stmmac.txt | 275 | Documentation/devicetree/bindings/net/stmmac.txt |
276 | 276 | ||
277 | and the stmmac_of_data structure inside the include/linux/stmmac.h header file. | ||
278 | |||
279 | 4.11) This is a summary of the content of some relevant files: | 277 | 4.11) This is a summary of the content of some relevant files: |
280 | o stmmac_main.c: to implement the main network device driver; | 278 | o stmmac_main.c: to implement the main network device driver; |
281 | o stmmac_mdio.c: to provide mdio functions; | 279 | o stmmac_mdio.c: to provide mdio functions; |