Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933586AbYAaVj1 (ORCPT ); Thu, 31 Jan 2008 16:39:27 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759629AbYAaVjS (ORCPT ); Thu, 31 Jan 2008 16:39:18 -0500 Received: from sovereign.computergmbh.de ([85.214.69.204]:50719 "EHLO sovereign.computergmbh.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754019AbYAaVjS (ORCPT ); Thu, 31 Jan 2008 16:39:18 -0500 Date: Thu, 31 Jan 2008 22:39:16 +0100 (CET) From: Jan Engelhardt To: Frank Seidel cc: Greg Kroah-Hartman , jirislaby@gmail.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] nozomi: constify driver In-Reply-To: <200801312210.30722.fseidel@suse.de> Message-ID: References: <200801312210.30722.fseidel@suse.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 632 Lines: 19 On Jan 31 2008 22:10, Frank Seidel wrote: > >This one is based on the last patch i sent >(Re: [PATCH 012/196 ver2] nozomi driver) and is a rework >of the nozomi constify patch from Jan Engelhardt. It's hard to find what you actually reworked... >-static struct pci_device_id nozomi_pci_tbl[] = { >+static const struct pci_device_id nozomi_pci_tbl[] __devinitdata = { This is bogus. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/