switchdev: remove "NONE" transaction phase

Shouldn't have been there in the first place. Now it is unused, kill it.

Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Jiri Pirko 2015-09-24 10:02:46 +02:00 committed by David S. Miller
parent ac3dbc68a4
commit 2b8a61a6fd
1 changed files with 0 additions and 1 deletions

View File

@ -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,