Re: [patch 12/30] Fix drivers/scsi/fdomain.c CONFIG_PCI=n warnings

2007-08-15 Thread James Bottomley
On Wed, 2007-08-15 at 10:39 -0700, Andrew Morton wrote: > On Wed, 15 Aug 2007 11:35:49 -0500 James Bottomley <[EMAIL PROTECTED]> wrote: > > > On Fri, 2007-08-10 at 14:50 -0700, [EMAIL PROTECTED] wrote: > > > From: Gabriel C <[EMAIL PROTECTED]> > > > > > > I get this warnings on current git when C

Re: [patch 12/30] Fix drivers/scsi/fdomain.c CONFIG_PCI=n warnings

2007-08-15 Thread Andrew Morton
On Wed, 15 Aug 2007 11:35:49 -0500 James Bottomley <[EMAIL PROTECTED]> wrote: > On Fri, 2007-08-10 at 14:50 -0700, [EMAIL PROTECTED] wrote: > > From: Gabriel C <[EMAIL PROTECTED]> > > > > I get this warnings on current git when CONFIG_PCI is not set : > > > > drivers/scsi/fdomain.c:390: warning:

Re: [patch 12/30] Fix drivers/scsi/fdomain.c CONFIG_PCI=n warnings

2007-08-15 Thread James Bottomley
On Fri, 2007-08-10 at 14:50 -0700, [EMAIL PROTECTED] wrote: > From: Gabriel C <[EMAIL PROTECTED]> > > I get this warnings on current git when CONFIG_PCI is not set : > > drivers/scsi/fdomain.c:390: warning: 'PCI_dev' defined but not used > drivers/scsi/fdomain.c:1768: warning: 'fdomain_pci_tbl' d

[patch 12/30] Fix drivers/scsi/fdomain.c CONFIG_PCI=n warnings

2007-08-10 Thread akpm
From: Gabriel C <[EMAIL PROTECTED]> I get this warnings on current git when CONFIG_PCI is not set : drivers/scsi/fdomain.c:390: warning: 'PCI_dev' defined but not used drivers/scsi/fdomain.c:1768: warning: 'fdomain_pci_tbl' defined but not used Signed-off-by: Gabriel Craciunescu <[EMAIL PROTECTE