Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751339AbVLDJ2q (ORCPT ); Sun, 4 Dec 2005 04:28:46 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751340AbVLDJ2q (ORCPT ); Sun, 4 Dec 2005 04:28:46 -0500 Received: from fsmlabs.com ([168.103.115.128]:44471 "EHLO spamalot.fsmlabs.com") by vger.kernel.org with ESMTP id S1751339AbVLDJ2p (ORCPT ); Sun, 4 Dec 2005 04:28:45 -0500 X-ASG-Debug-ID: 1133688520-11506-68-0 X-Barracuda-URL: http://10.0.1.244:8000/cgi-bin/mark.cgi Date: Sun, 4 Dec 2005 01:34:18 -0800 (PST) From: Zwane Mwaikambo To: Linus Torvalds cc: Helge Hafting , Jeff Garzik , Helge Hafting , Linux Kernel Mailing List , Tejun Heo X-ASG-Orig-Subj: Re: Linux 2.6.15-rc3 problem found - scsi order changed Subject: Re: Linux 2.6.15-rc3 problem found - scsi order changed In-Reply-To: Message-ID: References: <20051129213656.GA8706@aitel.hist.no> <438D69FF.2090002@aitel.hist.no> <438EB150.2090502@pobox.com> <20051204004302.GA2188@aitel.hist.no> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Barracuda-Spam-Score: 0.00 X-Barracuda-Spam-Status: No, SCORE=0.00 using global scores of TAG_LEVEL=1000.0 QUARANTINE_LEVEL=5.0 KILL_LEVEL=5.0 tests= X-Barracuda-Spam-Report: Code version 3.02, rules version 3.0.5907 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1035 Lines: 30 On Sat, 3 Dec 2005, Linus Torvalds wrote: > diff --git a/drivers/Makefile b/drivers/Makefile > index fac1e16..ea410b6 100644 > --- a/drivers/Makefile > +++ b/drivers/Makefile > @@ -5,7 +5,7 @@ > # Rewritten to use lists instead of if-statements. > # > > -obj-$(CONFIG_PCI) += pci/ usb/ > +obj-$(CONFIG_PCI) += pci/ > obj-$(CONFIG_PARISC) += parisc/ > obj-$(CONFIG_RAPIDIO) += rapidio/ > obj-y += video/ > @@ -49,6 +49,7 @@ obj-$(CONFIG_ATA_OVER_ETH) += block/aoe/ > obj-$(CONFIG_PARIDE) += block/paride/ > obj-$(CONFIG_TC) += tc/ > obj-$(CONFIG_USB) += usb/ > +obj-$(CONFIG_PCI) += usb/ > obj-$(CONFIG_USB_GADGET) += usb/gadget/ > obj-$(CONFIG_GAMEPORT) += input/gameport/ > obj-$(CONFIG_INPUT) += input/ Yes that fixed it, but why walk into usb/ on CONFIG_PCI? - 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/