From: Kurt Kanzenbach Date: Tue, 18 Aug 2020 10:32:51 +0000 (+0200) Subject: ptp: Remove unused macro X-Git-Tag: io_uring-5.10-2020-10-20~32^2~479^2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=17060fb5069f2c73a566015ce6e019d5685680b5;p=linux-2.6-block.git ptp: Remove unused macro The offset for the control field is not needed anymore. Remove it. Signed-off-by: Kurt Kanzenbach Reviewed-by: Florian Fainelli Signed-off-by: David S. Miller --- diff --git a/include/linux/ptp_classify.h b/include/linux/ptp_classify.h index cfc6d9152f69..8437307cca8c 100644 --- a/include/linux/ptp_classify.h +++ b/include/linux/ptp_classify.h @@ -36,7 +36,6 @@ #define OFF_PTP_SOURCE_UUID 22 /* PTPv1 only */ #define OFF_PTP_SEQUENCE_ID 30 -#define OFF_PTP_CONTROL 32 /* PTPv1 only */ /* Below defines should actually be removed at some point in time. */ #define IP6_HLEN 40