From patchwork Tue Nov 8 15:24:03 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yotam Gigi X-Patchwork-Id: 692346 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3tCtMy1bcjz9t15 for ; Wed, 9 Nov 2016 02:22:22 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753530AbcKHPWL (ORCPT ); Tue, 8 Nov 2016 10:22:11 -0500 Received: from mail-il-dmz.mellanox.com ([193.47.165.129]:37449 "EHLO mellanox.co.il" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751786AbcKHPWJ (ORCPT ); Tue, 8 Nov 2016 10:22:09 -0500 Received: from Internal Mail-Server by MTLPINE1 (envelope-from yotamg@mellanox.com) with ESMTPS (AES256-SHA encrypted); 8 Nov 2016 17:22:04 +0200 Received: from dev-r-vrt-156.mtr.labs.mlnx (dev-r-vrt-156.mtr.labs.mlnx [10.212.156.1]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id uA8FM3en025897; Tue, 8 Nov 2016 17:22:03 +0200 From: Yotam Gigi To: davem@davemloft.net, netdev@vger.kernel.org, mlxsw@mellanox.com Cc: Yotam Gigi Subject: [PATCH net-next] tc_act: Remove tcf_act macro Date: Tue, 8 Nov 2016 17:24:03 +0200 Message-Id: <1478618643-37144-1-git-send-email-yotamg@mellanox.com> X-Mailer: git-send-email 2.4.11 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org tc_act macro addressed a non existing field, and was not used in the kernel source. Signed-off-by: Yotam Gigi Reviewed-by: Jiri Pirko --- include/net/act_api.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/net/act_api.h b/include/net/act_api.h index 82f3c91..d8eae87 100644 --- a/include/net/act_api.h +++ b/include/net/act_api.h @@ -42,7 +42,6 @@ struct tc_action { struct gnet_stats_basic_cpu __percpu *cpu_bstats; struct gnet_stats_queue __percpu *cpu_qstats; }; -#define tcf_act common.tcfa_act #define tcf_head common.tcfa_head #define tcf_index common.tcfa_index #define tcf_refcnt common.tcfa_refcnt