summaryrefslogtreecommitdiff
path: root/include/linux/stmmac.h
diff options
context:
space:
mode:
authorJoachim Eastwood <manabian@gmail.com>2015-07-17 00:26:12 +0200
committerDavid S. Miller <davem@davemloft.net>2015-07-20 20:45:57 -0700
commitf4c190eb8b4f80b12dc98ce7d54a3bea0e4e7e69 (patch)
treef21c0cbf821d566dfb116af722cac58366ba61e8 /include/linux/stmmac.h
parent1734befd0694c9e430d2c84445eceb6a7bbe1008 (diff)
stmmac: drop custom_* fields from plat_stmmacenet_data
Both of these fields are unused and has been unused since they were added 3 and 5 years ago. Drop them since they are clearly not very useful. 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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/stmmac.h b/include/linux/stmmac.h
index c735f5c91eea..c86a20047cb1 100644
--- a/include/linux/stmmac.h
+++ b/include/linux/stmmac.h
@@ -123,8 +123,6 @@ struct plat_stmmacenet_data {
void (*free)(struct platform_device *pdev, void *priv);
int (*init)(struct platform_device *pdev, void *priv);
void (*exit)(struct platform_device *pdev, void *priv);
- void *custom_cfg;
- void *custom_data;
void *bsp_priv;
};