diff options
author | David S. Miller <davem@davemloft.net> | 2019-11-15 12:28:28 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-11-15 12:28:28 -0800 |
commit | e7be235fa783209a661c8a324c1e394a5e4d9170 (patch) | |
tree | 1b95d5509f485e0a076e9200e247265e33ba6add /drivers | |
parent | 43da44c87678612f301d6ef6314064a6b52aad60 (diff) | |
parent | 0b29ec6436138721acf5844e558f7334a0fa61d5 (diff) | |
download | linux-e7be235fa783209a661c8a324c1e394a5e4d9170.tar.bz2 |
Merge branch 'net-smc-improve-termination-handling-part-3'
Karsten Graul says:
====================
net/smc: improve termination handling (part 3)
Part 3 of the SMC termination patches improves the link group
termination processing and introduces the ability to immediately
terminate a link group.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/s390/net/ism.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/s390/net/ism.h b/drivers/s390/net/ism.h index 66eac2b9704d..1901e9c80ed8 100644 --- a/drivers/s390/net/ism.h +++ b/drivers/s390/net/ism.h @@ -32,8 +32,6 @@ #define ISM_UNREG_SBA 0x11 #define ISM_UNREG_IEQ 0x12 -#define ISM_ERROR 0xFFFF - struct ism_req_hdr { u32 cmd; u16 : 16; |