From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jamal Hadi Salim Subject: Re: [patch net-next v5 08/11] act_police: move struct tcf_police to act_police.c Date: Tue, 12 Feb 2013 07:08:09 -0500 Message-ID: <511A30A9.30006@mojatatu.com> References: <1360663929-1023-1-git-send-email-jiri@resnulli.us> <1360663929-1023-9-git-send-email-jiri@resnulli.us> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, davem@davemloft.net, edumazet@google.com, kuznet@ms2.inr.ac.ru, j.vimal@gmail.com To: Jiri Pirko Return-path: Received: from mail-ie0-f181.google.com ([209.85.223.181]:46194 "EHLO mail-ie0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758941Ab3BLMJJ (ORCPT ); Tue, 12 Feb 2013 07:09:09 -0500 Received: by mail-ie0-f181.google.com with SMTP id 17so8945009iea.26 for ; Tue, 12 Feb 2013 04:09:08 -0800 (PST) In-Reply-To: <1360663929-1023-9-git-send-email-jiri@resnulli.us> Sender: netdev-owner@vger.kernel.org List-ID: On 13-02-12 05:12 AM, Jiri Pirko wrote: > It's not used anywhere else, so move it. > > Signed-off-by: Jiri Pirko Acked-by: Jamal Hadi Salim