[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gnewsense-dev] [loongson-support 01/27] fix-warning: incompatible argum
From: |
wuzhangjin |
Subject: |
[Gnewsense-dev] [loongson-support 01/27] fix-warning: incompatible argument type of pci_fixup_irqs |
Date: |
Thu, 21 May 2009 05:23:21 +0800 |
From: Wu Zhangjin <address@hidden>
arch/mips/pci/pci.c:160: warning: passing argument 2 of ‘pci_fixup_irqs’
from incompatible pointer type
include/linux/pci.h:
void pci_fixup_irqs(u8 (*)(struct pci_dev *, u8 *),
int (*)(struct pci_dev *, u8, u8));
arch/mips/pci/pci.c:160:
pci_fixup_irqs(pci_common_swizzle, pcibios_map_irq);
arch/mips/include/asm/pci.h:
extern int pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin);
arch/mips/pci/fixup-malta.c
int __init pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin)
Signed-off-by: Wu Zhangjin <address@hidden>
--
1.6.2.1
- [Gnewsense-dev] [loongson-support 00/27] linux PATCHes of loongson-based machines, wuzhangjin, 2009/05/20
- [Gnewsense-dev] [loongson-support 01/27] fix-warning: incompatible argument type of pci_fixup_irqs,
wuzhangjin <=
- [Gnewsense-dev] [loongson-support 02/27] fix-warning: incompatible argument type of virt_to_phys, wuzhangjin, 2009/05/20
- [Gnewsense-dev] [loongson-support 04/27] change the naming methods, wuzhangjin, 2009/05/20
- [Gnewsense-dev] [loongson-support 06/27] divide the files to the smallest logic unit, wuzhangjin, 2009/05/20
- [Gnewsense-dev] [loongson-support 03/27] fix-error: incompatiable argument type of clear_user, wuzhangjin, 2009/05/20
- [Gnewsense-dev] [loongson-support 05/27] remove reference to bonito64.h, wuzhangjin, 2009/05/20
- [Gnewsense-dev] [loongson-support 07/27] replace tons of magic numbers by understandable symbols, wuzhangjin, 2009/05/20
- [Gnewsense-dev] [loongson-support 08/27] clean up the early printk support for fuloong(2e), wuzhangjin, 2009/05/20
- [Gnewsense-dev] [loongson-support 09/27] enable Real Time Clock Support for fuloong(2e), wuzhangjin, 2009/05/20
- [Gnewsense-dev] Re: [loongson-support 00/27] linux PATCHes of loongson-based machines, Wu Zhangjin, 2009/05/20
- [Gnewsense-dev] Re: [loongson-support 00/27] linux PATCHes of loongson-based machines, Daniel Clark, 2009/05/20