Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760175AbYKVRlk (ORCPT ); Sat, 22 Nov 2008 12:41:40 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759281AbYKVRhQ (ORCPT ); Sat, 22 Nov 2008 12:37:16 -0500 Received: from zeniv.linux.org.uk ([195.92.253.2]:58490 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759251AbYKVRhP (ORCPT ); Sat, 22 Nov 2008 12:37:15 -0500 To: torvalds@linux-foundation.org Subject: [PATCH 24/32] pci_setup() is init, not devinit Cc: linux-kernel@vger.kernel.org Message-Id: From: Al Viro Date: Sat, 22 Nov 2008 17:37:14 +0000 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 753 Lines: 25 for fsck sake, it's used only when parsing kernel command line... Signed-off-by: Al Viro --- drivers/pci/pci.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c @@ -2042,7 +2042,7 @@ static int __devinit pci_init(void) return 0; } -static int __devinit pci_setup(char *str) +static int __init pci_setup(char *str) { while (str) { char *k = strchr(str, ','); -- 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/