]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
switchdev: remove "NONE" transaction phase
authorJiri Pirko <jiri@mellanox.com>
Thu, 24 Sep 2015 08:02:46 +0000 (10:02 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 25 Sep 2015 05:59:22 +0000 (22:59 -0700)
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>
include/net/switchdev.h

index f84ecf4e5d77d4d38511303fd361efabfc206ec6..f61ee38c7c9639142604bd1d6bac61c3f8003780 100644 (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,