From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Gustavo F. Padovan" Subject: Re: [PATCH net-next 2/2] stmmac: make function tables const Date: Wed, 13 Oct 2010 18:35:54 -0300 Message-ID: <20101013213554.GB7832@vigoh> References: <20101013175031.41c29349@nehalam> <20101013175125.6f6a64db@nehalam> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: David Miller , Giuseppe Cavallaro , Deepak SIKRI , netdev@vger.kernel.org To: Stephen Hemminger Return-path: Received: from mail-yw0-f46.google.com ([209.85.213.46]:34439 "EHLO mail-yw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751083Ab0JNDfa (ORCPT ); Wed, 13 Oct 2010 23:35:30 -0400 Received: by ywi6 with SMTP id 6so1831577ywi.19 for ; Wed, 13 Oct 2010 20:35:30 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20101013175125.6f6a64db@nehalam> Sender: netdev-owner@vger.kernel.org List-ID: * Stephen Hemminger [2010-10-13 17:51:25 -0700]: > These tables only contain function pointers. > > Signed-off-by: Stephen Hemminger Acked-by: Gustavo F. Padovan