summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2022-04-01 12:04:15 +0100
committerDavid S. Miller <davem@davemloft.net>2022-04-01 12:04:15 +0100
commitf41bdd49afef32e63c61c3011fef53c463710169 (patch)
treed83d15ecd2c40edc981b748a909ac3486e155c6e /include
parent4298a62ff894b5b3b3e6545b2aa6dcbcfdc69be1 (diff)
parent4a9dda1c1da65beee994f0977a56a9a21c5db2a7 (diff)
downloadcachepc-linux-f41bdd49afef32e63c61c3011fef53c463710169.tar.gz
cachepc-linux-f41bdd49afef32e63c61c3011fef53c463710169.zip
Merge branch 'MCTP-fixes'
Matt Johnston says: ==================== MCTP fixes The following are fixes for the mctp core and mctp-i2c driver. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/net/mctp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/mctp.h b/include/net/mctp.h
index d37268fe6825..82800d521c3d 100644
--- a/include/net/mctp.h
+++ b/include/net/mctp.h
@@ -36,8 +36,6 @@ struct mctp_hdr {
#define MCTP_HDR_TAG_SHIFT 0
#define MCTP_HDR_TAG_MASK GENMASK(2, 0)
-#define MCTP_HEADER_MAXLEN 4
-
#define MCTP_INITIAL_DEFAULT_NET 1
static inline bool mctp_address_unicast(mctp_eid_t eid)