switchdev: sparse warning: make __switchdev_port_obj_add static
Signed-off-by: Scott Feldman <sfeldma@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
9449c3cd90
commit
22c1f67ea5
@ -188,7 +188,8 @@ int switchdev_port_attr_set(struct net_device *dev, struct switchdev_attr *attr)
|
|||||||
}
|
}
|
||||||
EXPORT_SYMBOL_GPL(switchdev_port_attr_set);
|
EXPORT_SYMBOL_GPL(switchdev_port_attr_set);
|
||||||
|
|
||||||
int __switchdev_port_obj_add(struct net_device *dev, struct switchdev_obj *obj)
|
static int __switchdev_port_obj_add(struct net_device *dev,
|
||||||
|
struct switchdev_obj *obj)
|
||||||
{
|
{
|
||||||
const struct switchdev_ops *ops = dev->switchdev_ops;
|
const struct switchdev_ops *ops = dev->switchdev_ops;
|
||||||
struct net_device *lower_dev;
|
struct net_device *lower_dev;
|
||||||
|
Loading…
Reference in New Issue
Block a user