diff options
| author | Jiri Pirko <jiri@mellanox.com> | 2015-09-24 04:02:46 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2015-09-25 01:59:22 -0400 |
| commit | 2b8a61a6fd5fdd161ae16e4f76bfb09d6de95ddd (patch) | |
| tree | b4c386eeca0e0341db4a76e0e0917ac062dff3aa /include/net/switchdev.h | |
| parent | ac3dbc68a4a74e74f4604207d01456d075394a64 (diff) | |
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>
Diffstat (limited to 'include/net/switchdev.h')
| -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 f84ecf4e5d77..f61ee38c7c96 100644 --- a/include/net/switchdev.h +++ b/include/net/switchdev.h | |||
| @@ -18,7 +18,6 @@ | |||
| 18 | #define SWITCHDEV_F_NO_RECURSE BIT(0) | 18 | #define SWITCHDEV_F_NO_RECURSE BIT(0) |
| 19 | 19 | ||
| 20 | enum switchdev_trans_ph { | 20 | enum switchdev_trans_ph { |
| 21 | SWITCHDEV_TRANS_NONE, | ||
| 22 | SWITCHDEV_TRANS_PREPARE, | 21 | SWITCHDEV_TRANS_PREPARE, |
| 23 | SWITCHDEV_TRANS_ABORT, | 22 | SWITCHDEV_TRANS_ABORT, |
| 24 | SWITCHDEV_TRANS_COMMIT, | 23 | SWITCHDEV_TRANS_COMMIT, |
