linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][CORRECTED] section mismatch:  pcibios_scan_specific_bus()
@ 2010-01-13 21:41 René Bolldorf
  2010-01-15 23:40 ` Jesse Barnes
  0 siblings, 1 reply; 3+ messages in thread
From: René Bolldorf @ 2010-01-13 21:41 UTC (permalink / raw)
  To: Jesse Barnes; +Cc: linux-pci, linux-kernel

Hi all,
pcibios_scan_specific_bus() is only invoked from
__devinit pcibios_fixup_peer_bridges(void).

Mark it as __devinit.
Sry for the first mail, I hadn't sleep enough...

diff --git a/arch/x86/pci/legacy.c b/arch/x86/pci/legacy.c
--- a/arch/x86/pci/legacy.c
+++ b/arch/x86/pci/legacy.c
@@ -39,7 +39,7 @@ static int __init pci_legacy_init(void)
         return 0;
  }

-void pcibios_scan_specific_bus(int busn)
+void __devinit pcibios_scan_specific_bus(int busn)
  {
         int devfn;
         long node;

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH][CORRECTED] section mismatch:  pcibios_scan_specific_bus()
  2010-01-13 21:41 [PATCH][CORRECTED] section mismatch: pcibios_scan_specific_bus() René Bolldorf
@ 2010-01-15 23:40 ` Jesse Barnes
  2010-01-16 15:13   ` René Bolldorf
  0 siblings, 1 reply; 3+ messages in thread
From: Jesse Barnes @ 2010-01-15 23:40 UTC (permalink / raw)
  To: René Bolldorf; +Cc: linux-pci, linux-kernel

On Wed, 13 Jan 2010 22:41:52 +0100
René Bolldorf <xsecute@googlemail.com> wrote:

> Hi all,
> pcibios_scan_specific_bus() is only invoked from
> __devinit pcibios_fixup_peer_bridges(void).
> 
> Mark it as __devinit.
> Sry for the first mail, I hadn't sleep enough...
> 
> diff --git a/arch/x86/pci/legacy.c b/arch/x86/pci/legacy.c
> --- a/arch/x86/pci/legacy.c
> +++ b/arch/x86/pci/legacy.c
> @@ -39,7 +39,7 @@ static int __init pci_legacy_init(void)
>          return 0;
>   }
> 
> -void pcibios_scan_specific_bus(int busn)
> +void __devinit pcibios_scan_specific_bus(int busn)
>   {
>          int devfn;
>          long node;

Doesn't apply to my for-linus branch, also missing a Signed-off-by.  I
guess you need more sleep. :)  Care to refresh if it's still necessary?

Thanks,
-- 
Jesse Barnes, Intel Open Source Technology Center

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH][CORRECTED] section mismatch: pcibios_scan_specific_bus()
  2010-01-15 23:40 ` Jesse Barnes
@ 2010-01-16 15:13   ` René Bolldorf
  0 siblings, 0 replies; 3+ messages in thread
From: René Bolldorf @ 2010-01-16 15:13 UTC (permalink / raw)
  To: Jesse Barnes; +Cc: linux-pci, linux-kernel

On 01/16/10 00:40, Jesse Barnes wrote:
> On Wed, 13 Jan 2010 22:41:52 +0100
> René Bolldorf<xsecute@googlemail.com>  wrote:
>
>> Hi all,
>> pcibios_scan_specific_bus() is only invoked from
>> __devinit pcibios_fixup_peer_bridges(void).
>>
>> Mark it as __devinit.
>> Sry for the first mail, I hadn't sleep enough...
>>
>> diff --git a/arch/x86/pci/legacy.c b/arch/x86/pci/legacy.c
>> --- a/arch/x86/pci/legacy.c
>> +++ b/arch/x86/pci/legacy.c
>> @@ -39,7 +39,7 @@ static int __init pci_legacy_init(void)
>>           return 0;
>>    }
>>
>> -void pcibios_scan_specific_bus(int busn)
>> +void __devinit pcibios_scan_specific_bus(int busn)
>>    {
>>           int devfn;
>>           long node;
>
> Doesn't apply to my for-linus branch, also missing a Signed-off-by.  I
> guess you need more sleep. :)  Care to refresh if it's still necessary?
>
> Thanks,

I pulled today 
git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 
linux-next. pci legacy was deleted.
Now patch can be ignored.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-01-16 15:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-13 21:41 [PATCH][CORRECTED] section mismatch: pcibios_scan_specific_bus() René Bolldorf
2010-01-15 23:40 ` Jesse Barnes
2010-01-16 15:13   ` René Bolldorf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).