Commit 2b8a61a6 authored by Jiri Pirko's avatar Jiri Pirko Committed by David S. Miller

switchdev: remove "NONE" transaction phase

Shouldn't have been there in the first place. Now it is unused, kill it.
Signed-off-by: default avatarJiri Pirko <jiri@mellanox.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ac3dbc68
......@@ -18,7 +18,6 @@
#define SWITCHDEV_F_NO_RECURSE BIT(0)
enum switchdev_trans_ph {
SWITCHDEV_TRANS_NONE,
SWITCHDEV_TRANS_PREPARE,
SWITCHDEV_TRANS_ABORT,
SWITCHDEV_TRANS_COMMIT,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment