diff options
author | Joachim Eastwood <manabian@gmail.com> | 2015-07-29 00:09:02 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-07-29 00:13:24 -0700 |
commit | 0933328a1b8adb6c8b2b8c8b823dad0295659c40 (patch) | |
tree | 7e411c1b3348f72020d877bee14dfb812ad23a4e /include/linux/stmmac.h | |
parent | f529f18255ed5fbb888498cfaa8cad63eab629e4 (diff) | |
download | blackbird-op-linux-0933328a1b8adb6c8b2b8c8b823dad0295659c40.tar.gz blackbird-op-linux-0933328a1b8adb6c8b2b8c8b823dad0295659c40.zip |
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 'include/linux/stmmac.h')
-rw-r--r-- | include/linux/stmmac.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/include/linux/stmmac.h b/include/linux/stmmac.h index c86a20047cb1..b43cd56b78e9 100644 --- a/include/linux/stmmac.h +++ b/include/linux/stmmac.h @@ -125,22 +125,4 @@ struct plat_stmmacenet_data { void (*exit)(struct platform_device *pdev, void *priv); void *bsp_priv; }; - -/* of_data for SoC glue layer device tree bindings */ - -struct stmmac_of_data { - int has_gmac; - int enh_desc; - int tx_coe; - int rx_coe; - int bugged_jumbo; - int pmt; - int riwt_off; - void (*fix_mac_speed)(void *priv, unsigned int speed); - void (*bus_setup)(void __iomem *ioaddr); - void *(*setup)(struct platform_device *pdev); - void (*free)(struct platform_device *pdev, void *priv); - int (*init)(struct platform_device *pdev, void *priv); - void (*exit)(struct platform_device *pdev, void *priv); -}; #endif |