summaryrefslogtreecommitdiffstats
path: root/include/net/switchdev.h
diff options
context:
space:
mode:
authorFlorian Fainelli <f.fainelli@gmail.com>2019-02-24 21:39:02 -0500
committerDavid S. Miller <davem@davemloft.net>2019-02-25 01:31:41 -0500
commit72636db5ba7bb0520bf39ea56dc87c90580ec6fd (patch)
tree70d20b2cb399c7c40712855e98404f505de7a2c3 /include/net/switchdev.h
parent75104db0cb353ec0b74644d960640ac0f84ab839 (diff)
switchdev: Complete removal of switchdev_port_attr_get()
We have no more in tree users of switchdev_port_attr_get() after d0e698d57a94 ("Merge branch 'net-Get-rid-of-switchdev_port_attr_get'") so completely remove the function signature and body. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/switchdev.h')
-rw-r--r--include/net/switchdev.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/net/switchdev.h b/include/net/switchdev.h
index 45310ddf2d7e..be4b13e66668 100644
--- a/include/net/switchdev.h
+++ b/include/net/switchdev.h
@@ -115,13 +115,9 @@ typedef int switchdev_obj_dump_cb_t(struct switchdev_obj *obj);
115/** 115/**
116 * struct switchdev_ops - switchdev operations 116 * struct switchdev_ops - switchdev operations
117 * 117 *
118 * @switchdev_port_attr_get: Get a port attribute (see switchdev_attr).
119 *
120 * @switchdev_port_attr_set: Set a port attribute (see switchdev_attr). 118 * @switchdev_port_attr_set: Set a port attribute (see switchdev_attr).
121 */ 119 */
122struct switchdev_ops { 120struct switchdev_ops {
123 int (*switchdev_port_attr_get)(struct net_device *dev,
124 struct switchdev_attr *attr);
125 int (*switchdev_port_attr_set)(struct net_device *dev, 121 int (*switchdev_port_attr_set)(struct net_device *dev,
126 const struct switchdev_attr *attr, 122 const struct switchdev_attr *attr,
127 struct switchdev_trans *trans); 123 struct switchdev_trans *trans);