Re: [patch] pci: type may be unused in pci_access_init()

2007-04-30 Thread Andrew Morton
On Mon, 30 Apr 2007 19:46:12 -0700 (PDT) David Rientjes <[EMAIL PROTECTED]> wrote: > So, due to the whacky implementation of __attribute_used__, we can just do > this: > --- > arch/i386/pci/init.c |2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git

Re: [patch] pci: type may be unused in pci_access_init()

2007-04-30 Thread David Rientjes
On Mon, 30 Apr 2007, Andrew Morton wrote: > On Mon, 30 Apr 2007 07:34:52 -0700 (PDT) David Rientjes <[EMAIL PROTECTED]> > wrote: > > > The automatic 'type' variable is unused in !CONFIG_PCI_DIRECT and > > !CONFIG_PCI_MMCONFIG. > > > > Cc: Greg Kroah-Hartman <[EMAIL PROTECTED]> > >

Re: [patch] pci: type may be unused in pci_access_init()

2007-04-30 Thread Andrew Morton
On Mon, 30 Apr 2007 07:34:52 -0700 (PDT) David Rientjes <[EMAIL PROTECTED]> wrote: > The automatic 'type' variable is unused in !CONFIG_PCI_DIRECT and > !CONFIG_PCI_MMCONFIG. > > Cc: Greg Kroah-Hartman <[EMAIL PROTECTED]> > Signed-off-by: David Rientjes <[EMAIL PROTECTED]> > --- >

[patch] pci: type may be unused in pci_access_init()

2007-04-30 Thread David Rientjes
The automatic 'type' variable is unused in !CONFIG_PCI_DIRECT and !CONFIG_PCI_MMCONFIG. Cc: Greg Kroah-Hartman <[EMAIL PROTECTED]> Signed-off-by: David Rientjes <[EMAIL PROTECTED]> --- arch/i386/pci/init.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[patch] pci: type may be unused in pci_access_init()

2007-04-30 Thread David Rientjes
The automatic 'type' variable is unused in !CONFIG_PCI_DIRECT and !CONFIG_PCI_MMCONFIG. Cc: Greg Kroah-Hartman [EMAIL PROTECTED] Signed-off-by: David Rientjes [EMAIL PROTECTED] --- arch/i386/pci/init.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/i386/pci/init.c

Re: [patch] pci: type may be unused in pci_access_init()

2007-04-30 Thread Andrew Morton
On Mon, 30 Apr 2007 07:34:52 -0700 (PDT) David Rientjes [EMAIL PROTECTED] wrote: The automatic 'type' variable is unused in !CONFIG_PCI_DIRECT and !CONFIG_PCI_MMCONFIG. Cc: Greg Kroah-Hartman [EMAIL PROTECTED] Signed-off-by: David Rientjes [EMAIL PROTECTED] --- arch/i386/pci/init.c |

Re: [patch] pci: type may be unused in pci_access_init()

2007-04-30 Thread David Rientjes
On Mon, 30 Apr 2007, Andrew Morton wrote: On Mon, 30 Apr 2007 07:34:52 -0700 (PDT) David Rientjes [EMAIL PROTECTED] wrote: The automatic 'type' variable is unused in !CONFIG_PCI_DIRECT and !CONFIG_PCI_MMCONFIG. Cc: Greg Kroah-Hartman [EMAIL PROTECTED] Signed-off-by: David Rientjes

Re: [patch] pci: type may be unused in pci_access_init()

2007-04-30 Thread Andrew Morton
On Mon, 30 Apr 2007 19:46:12 -0700 (PDT) David Rientjes [EMAIL PROTECTED] wrote: So, due to the whacky implementation of __attribute_used__, we can just do this: --- arch/i386/pci/init.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/i386/pci/init.c