From patchwork Wed Nov 7 17:07:03 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?b?TWljaGHFgiBNaXJvc8WCYXc=?= X-Patchwork-Id: 994380 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=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=rere.qmqm.pl Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=rere.qmqm.pl header.i=@rere.qmqm.pl header.b="BblQa9tp"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 42qtBN5nxjz9sCw for ; Thu, 8 Nov 2018 04:07:08 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731453AbeKHCiU (ORCPT ); Wed, 7 Nov 2018 21:38:20 -0500 Received: from rere.qmqm.pl ([91.227.64.183]:29793 "EHLO rere.qmqm.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727757AbeKHCiU (ORCPT ); Wed, 7 Nov 2018 21:38:20 -0500 Received: from remote.user (localhost [127.0.0.1]) by rere.qmqm.pl (Postfix) with ESMTPSA id 42qt9B5tBfzSP; Wed, 7 Nov 2018 18:06:06 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=rere.qmqm.pl; s=1; t=1541610366; bh=/EF3iFpeyYFdPCGjWli4D3u++bVZj5C8ubsGifMoxiM=; h=Date:In-Reply-To:References:From:Subject:To:From; b=BblQa9tpD0GQiJ1J6G4QMwHbYD5zhP7Iy74YY7Lve+JUlSnjR0Nh2OY4A5HTuhVSm 4dL4EwBvGewNGJw0RWpbwp0OQhuaI6qX3fTJTmOf4bQNFUD+OaE29H/QK3qWuk0D4u A7QGlvjdSQj9xl2FMtTg1b1ISoQJdY0KYajPSIQXirV+S4IStVMRSH43gwUjIF/MPA zsFyEWdPF8t/lPOOrIygeMRZO+ZfLF3LLCxiUrC3M0WdA0zQEL/ICMofFwL37EzZz6 JBS7+qP+6jWIKQf4TFecknL7VVzh9qeYOqq0FC2mQbIcnswb5+tZWclrTlQGRTEruQ JZ6pvPrLO7r6A== X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.100.2 at mail Date: Wed, 07 Nov 2018 18:07:03 +0100 Message-Id: <56a05e7022bb0c9b50ee18c1f43bf64f17053658.1541610138.git.mirq-linux@rere.qmqm.pl> In-Reply-To: References: From: =?utf-8?b?TWljaGHFgiBNaXJvc8WCYXc=?= Subject: [PATCH net-next 4/4] net/vlan: remove unused #define HAVE_VLAN_GET_TAG MIME-Version: 1.0 To: netdev@vger.kernel.org Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Signed-off-by: Michał Mirosław --- include/linux/if_vlan.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/linux/if_vlan.h b/include/linux/if_vlan.h index b14bf87999aa..03b08ffded07 100644 --- a/include/linux/if_vlan.h +++ b/include/linux/if_vlan.h @@ -555,8 +555,6 @@ static inline int __vlan_hwaccel_get_tag(const struct sk_buff *skb, } } -#define HAVE_VLAN_GET_TAG - /** * vlan_get_tag - get the VLAN ID from the skb * @skb: skbuff to query