projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac3dbc6
)
switchdev: remove "NONE" transaction phase
author
Jiri Pirko
<jiri@mellanox.com>
Thu, 24 Sep 2015 08:02:46 +0000
(10:02 +0200)
committer
David 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
patch
|
blob
|
history
diff --git
a/include/net/switchdev.h
b/include/net/switchdev.h
index f84ecf4e5d77d4d38511303fd361efabfc206ec6..f61ee38c7c9639142604bd1d6bac61c3f8003780 100644
(file)
--- a/
include/net/switchdev.h
+++ b/
include/net/switchdev.h
@@
-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,