From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [PATCH 2/2] netdrvr/ibmlana: move away from legacy MCA API Date: Mon, 29 Oct 2007 15:41:34 -0400 Message-ID: <4726376E.3080608@garzik.org> References: <47dcd058deaaf90802c720df243f5c8b26ed9de3.1193686354.git.jeff@garzik.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, akpm@linux-foundation.org To: Jan Engelhardt Return-path: Received: from srv5.dvmed.net ([207.36.208.214]:44359 "EHLO mail.dvmed.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754638AbXJ2Tli (ORCPT ); Mon, 29 Oct 2007 15:41:38 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Jan Engelhardt wrote: > On Oct 29 2007 15:33, Jeff Garzik wrote: >> +#if 0 /* info available elsewhere, but this is kept for reference */ > > It is available in the git history, yes, is it still needed for reference? it's there to see if anyone complains at its removal :) >> +static short ibmlana_adapter_ids[] __initdata = { >> + IBM_LANA_ID, >> + 0x0000 >> +}; >> + >> +static char *ibmlana_adapter_names[] __initdata = { >> + "IBM LAN Adapter/A", >> + NULL >> +}; > > Can this be const? Not with the initdata marker, no. Jeff