diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-06-23 05:04:07 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-23 10:42:55 -0400 |
commit | 576132b42647e3facd28e3148a20307fadfd9afc (patch) | |
tree | 3e986e0838df9c11d17a50c06a3a7d0fd9119006 /arch/frv/mb93090-mb00 | |
parent | 53470aaa02ef3c83187f1ffe0d2cb647274fe397 (diff) |
[PATCH] frv: misc sparse annotations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/frv/mb93090-mb00')
-rw-r--r-- | arch/frv/mb93090-mb00/pci-irq.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/frv/mb93090-mb00/pci-irq.c b/arch/frv/mb93090-mb00/pci-irq.c index c4a1144c98b0..45ae39d84b69 100644 --- a/arch/frv/mb93090-mb00/pci-irq.c +++ b/arch/frv/mb93090-mb00/pci-irq.c | |||
@@ -32,11 +32,11 @@ | |||
32 | */ | 32 | */ |
33 | 33 | ||
34 | static const uint8_t __initdata pci_bus0_irq_routing[32][4] = { | 34 | static const uint8_t __initdata pci_bus0_irq_routing[32][4] = { |
35 | [0 ] { IRQ_FPGA_MB86943_PCI_INTA }, | 35 | [0 ] = { IRQ_FPGA_MB86943_PCI_INTA }, |
36 | [16] { IRQ_FPGA_RTL8029_INTA }, | 36 | [16] = { IRQ_FPGA_RTL8029_INTA }, |
37 | [17] { IRQ_FPGA_PCI_INTC, IRQ_FPGA_PCI_INTD, IRQ_FPGA_PCI_INTA, IRQ_FPGA_PCI_INTB }, | 37 | [17] = { IRQ_FPGA_PCI_INTC, IRQ_FPGA_PCI_INTD, IRQ_FPGA_PCI_INTA, IRQ_FPGA_PCI_INTB }, |
38 | [18] { IRQ_FPGA_PCI_INTB, IRQ_FPGA_PCI_INTC, IRQ_FPGA_PCI_INTD, IRQ_FPGA_PCI_INTA }, | 38 | [18] = { IRQ_FPGA_PCI_INTB, IRQ_FPGA_PCI_INTC, IRQ_FPGA_PCI_INTD, IRQ_FPGA_PCI_INTA }, |
39 | [19] { IRQ_FPGA_PCI_INTA, IRQ_FPGA_PCI_INTB, IRQ_FPGA_PCI_INTC, IRQ_FPGA_PCI_INTD }, | 39 | [19] = { IRQ_FPGA_PCI_INTA, IRQ_FPGA_PCI_INTB, IRQ_FPGA_PCI_INTC, IRQ_FPGA_PCI_INTD }, |
40 | }; | 40 | }; |
41 | 41 | ||
42 | void __init pcibios_irq_init(void) | 42 | void __init pcibios_irq_init(void) |