On Tue, 2007-12-11 at 23:19 +0100, Adrian Bunk wrote: > This patch fixes the following problem present with older gcc versions: > > <-- snip --> > > ... > CC drivers/pci/msi.o > /home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/pci/msi.c:692: warning: weak declaration of `arch_msi_check_device' after first use results in unspecified behavior > /home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/pci/msi.c:704: warning: weak declaration of `arch_setup_msi_irqs' after first use results in unspecified behavior > /home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/pci/msi.c:724: warning: weak declaration of `arch_teardown_msi_irqs' after first use results in unspecified behavior > ... > > <-- snip --> They're declared in <linux/msi.h>, I don't see what it's problem is. cheers -- Michael Ellerman OzLabs, IBM Australia Development Lab wwweb: http://michael.ellerman.id.au phone: +61 2 6212 1183 (tie line 70 21183) We do not inherit the earth from our ancestors, we borrow it from our children. - S.M.A.R.T Person
Attachment:
signature.asc
Description: This is a digitally signed message part
- Follow-Ups:
- Re: [2.6 patch] drivers/pci/msi.c: move arch hooks to the top
- From: Adrian Bunk <[email protected]>
- Re: [2.6 patch] drivers/pci/msi.c: move arch hooks to the top
- References:
- [2.6 patch] drivers/pci/msi.c: move arch hooks to the top
- From: Adrian Bunk <[email protected]>
- [2.6 patch] drivers/pci/msi.c: move arch hooks to the top
- Prev by Date: Re: [PATCH 08/28] SECURITY: Allow kernel services to override LSM settings for task actions [try #2]
- Next by Date: [PATCH 08/30] blk_end_request: changing nbd (take 4)
- Previous by thread: [2.6 patch] drivers/pci/msi.c: move arch hooks to the top
- Next by thread: Re: [2.6 patch] drivers/pci/msi.c: move arch hooks to the top
- Index(es):