OSDN Git Service

switchdev: Remove unused transaction item queue
authorFlorian Fainelli <f.fainelli@gmail.com>
Thu, 28 Feb 2019 00:29:16 +0000 (16:29 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 2 Mar 2019 05:35:19 +0000 (21:35 -0800)
commit91cf8eceffc131d41f098351e1b290bdaab45ea7
tree098881e99e25b91544083b0657a0eb3060eb7d5c
parent9bfc445e0eece65b51305c47d7c84d8f34c2f7c1
switchdev: Remove unused transaction item queue

There are no more in tree users of the
switchdev_trans_item_{dequeue,enqueue} or switchdev_trans_item structure
in the kernel since commit 00fc0c51e35b ("rocker: Change world_ops API
and implementation to be switchdev independant").

Remove this unused code and update the documentation accordingly since.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Acked-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/switchdev.txt
include/net/switchdev.h
net/switchdev/switchdev.c