The offset for the control field is not needed anymore. Remove it. Signed-off-by: Kurt Kanzenbach <k...@linutronix.de> Reviewed-by: Florian Fainelli <f.faine...@gmail.com> --- include/linux/ptp_classify.h | 1 - 1 file changed, 1 deletion(-)
diff --git a/include/linux/ptp_classify.h b/include/linux/ptp_classify.h index 39bad015d1d6..cf13c7b15c0c 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 -- 2.20.1