2013-04-19 08:07:37

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: build warning after merge of the final tree

Hi all,

After merging the final tree, today's linux-next build (i386 defconfig)
produced this warning:

In file included from arch/x86/kernel/early-quirks.c:21:0:
arch/x86/include/asm/irq_remapping.h:87:58: warning: 'struct irq_chip' declared inside parameter list [enabled by default]
arch/x86/include/asm/irq_remapping.h:87:58: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default]
arch/x86/include/asm/irq_remapping.h:93:18: warning: 'struct irq_chip' declared inside parameter list [enabled by default]

Probably caused by commit 03bbcb2e7e29 ("iommu/vt-d: add quirk for broken
interrupt remapping on 55XX chipsets") from the iommu tree.

--
Cheers,
Stephen Rothwell [email protected]


Attachments:
(No filename) (775.00 B)
(No filename) (836.00 B)
Download all attachments

2013-04-19 09:44:38

by Joerg Roedel

[permalink] [raw]
Subject: Re: linux-next: build warning after merge of the final tree

On Fri, Apr 19, 2013 at 06:07:24PM +1000, Stephen Rothwell wrote:
> After merging the final tree, today's linux-next build (i386 defconfig)
> produced this warning:
>
> In file included from arch/x86/kernel/early-quirks.c:21:0:
> arch/x86/include/asm/irq_remapping.h:87:58: warning: 'struct irq_chip' declared inside parameter list [enabled by default]
> arch/x86/include/asm/irq_remapping.h:87:58: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default]
> arch/x86/include/asm/irq_remapping.h:93:18: warning: 'struct irq_chip' declared inside parameter list [enabled by default]
>
> Probably caused by commit 03bbcb2e7e29 ("iommu/vt-d: add quirk for broken
> interrupt remapping on 55XX chipsets") from the iommu tree.

Thanks for the report, Stephen. I will queue a fix for that problem
asap.


Joerg