diff options
author | Jiri Pirko <jiri@mellanox.com> | 2015-09-24 10:02:47 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-09-24 22:59:22 -0700 |
commit | 9f6467cf229a0e8a7580401b07de2a76e4c8618d (patch) | |
tree | bbe254dbd8442b7ac4c3e19cf1309cd83683cfcc /include | |
parent | 2b8a61a6fd5fdd161ae16e4f76bfb09d6de95ddd (diff) |
switchdev: remove "ABORT" transaction phase
No longer used by drivers, as transaction queue with item destructors
takes care of abort phase internally in switchdev code. So kill it.
Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/switchdev.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/switchdev.h b/include/net/switchdev.h index f61ee38c7c96..9cf372fe1365 100644 --- a/include/net/switchdev.h +++ b/include/net/switchdev.h @@ -19,7 +19,6 @@ enum switchdev_trans_ph { SWITCHDEV_TRANS_PREPARE, - SWITCHDEV_TRANS_ABORT, SWITCHDEV_TRANS_COMMIT, }; |