From patchwork Mon Jul 27 09:06:01 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kurt Kanzenbach X-Patchwork-Id: 1336774 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=linutronix.de Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; secure) header.d=linutronix.de header.i=@linutronix.de header.a=rsa-sha256 header.s=2020 header.b=HUQWJkhf; dkim=pass header.d=linutronix.de header.i=@linutronix.de header.a=ed25519-sha256 header.s=2020e header.b=cpgQc8pB; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4BFYnw0Xwrz9sRN for ; Mon, 27 Jul 2020 19:06:28 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727889AbgG0JG1 (ORCPT ); Mon, 27 Jul 2020 05:06:27 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:53760 "EHLO galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727869AbgG0JGV (ORCPT ); Mon, 27 Jul 2020 05:06:21 -0400 From: Kurt Kanzenbach DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1595840780; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=CFXeNC91SxBOO4xdiyX5qzGycn8QKF10EOPz9JU+8V0=; b=HUQWJkhfPA52c1XvXaQAisLVxJfVoEtq2l8HiwIn6DVwFyFGxBBq8F/nipcjuVdU4Zfncv QllZIWfZ1u6n/PAVv33wbmD9hFmIUghYx/bfT8SoxiQAF/Y13Fx36ln1uboSCCS+pan/DH EibuPSoczscE+pY8LBfFyBKG+cYD1a31mkA3yAItEhUiHSIaNMzeyMBVmRf4gQDRyJuY/u qixyi5p9vJ/6G6uiF+Zmm5lbhj7pWXuEGRXjjTm7Uc/nXxrIcFVxsctX72v434QMyVG6zt zptBNSAMiLWuUoejwcLhQd8DMEbAwpn6wLxGkIl+02ZLy3bnq8B8ATiZbqSJiA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1595840780; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=CFXeNC91SxBOO4xdiyX5qzGycn8QKF10EOPz9JU+8V0=; b=cpgQc8pB04qNjeYqAdEZC6K+pZE3Lt21cxkVBLTCyEC+peweKPkeMO0HzygCzl5exUkA+J Ts77EGQ1zqmx7cBQ== To: Richard Cochran Cc: Andrew Lunn , Vivien Didelot , Florian Fainelli , "David S. Miller" , Jakub Kicinski , Jiri Pirko , Ido Schimmel , Heiner Kallweit , Russell King , Grygorii Strashko , Ivan Khoronzhuk , Samuel Zou , netdev@vger.kernel.org, Kurt Kanzenbach Subject: [PATCH v2 9/9] ptp: Remove unused macro Date: Mon, 27 Jul 2020 11:06:01 +0200 Message-Id: <20200727090601.6500-10-kurt@linutronix.de> In-Reply-To: <20200727090601.6500-1-kurt@linutronix.de> References: <20200727090601.6500-1-kurt@linutronix.de> MIME-Version: 1.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org The offset for the control field is not needed anymore. Remove it. Signed-off-by: Kurt Kanzenbach --- 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 e13f9c6150ad..d75ae03cd601 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