Re: [PATCH] PCI: drop duplicate const in DECLARE_PCI_FIXUP_SECTION

2012-09-10 Thread Bjorn Helgaas
On Sun, Sep 9, 2012 at 10:54 AM, Mathias Krause wrote: > On Sun, Sep 2, 2012 at 11:37 PM, Mathias Krause > wrote: >> It's redundant and makes sparse complain about it. >> >> Signed-off-by: Mathias Krause >> --- >> include/linux/pci.h |2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [PATCH] PCI: drop duplicate const in DECLARE_PCI_FIXUP_SECTION

2012-09-09 Thread Mathias Krause
On Sun, Sep 2, 2012 at 11:37 PM, Mathias Krause wrote: > It's redundant and makes sparse complain about it. > > Signed-off-by: Mathias Krause > --- > include/linux/pci.h |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/linux/pci.h b/include/linux/pci.h > index

[PATCH] PCI: drop duplicate const in DECLARE_PCI_FIXUP_SECTION

2012-09-02 Thread Mathias Krause
It's redundant and makes sparse complain about it. Signed-off-by: Mathias Krause --- include/linux/pci.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/pci.h b/include/linux/pci.h index 5faa831..aee24a8 100644 --- a/include/linux/pci.h +++ b/include/linux/pc