diff options
Diffstat (limited to 'arch/sh/include/asm')
-rw-r--r-- | arch/sh/include/asm/pci.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/include/asm/pci.h b/arch/sh/include/asm/pci.h index df1d383e18a5..5c7a8f1d2d54 100644 --- a/arch/sh/include/asm/pci.h +++ b/arch/sh/include/asm/pci.h | |||
@@ -17,11 +17,13 @@ | |||
17 | * external) PCI controllers. | 17 | * external) PCI controllers. |
18 | */ | 18 | */ |
19 | struct pci_channel { | 19 | struct pci_channel { |
20 | int (*init)(struct pci_channel *chan); | ||
20 | struct pci_ops *pci_ops; | 21 | struct pci_ops *pci_ops; |
21 | struct resource *io_resource; | 22 | struct resource *io_resource; |
22 | struct resource *mem_resource; | 23 | struct resource *mem_resource; |
23 | int first_devfn; | 24 | int first_devfn; |
24 | int last_devfn; | 25 | int last_devfn; |
26 | int enabled; | ||
25 | }; | 27 | }; |
26 | 28 | ||
27 | /* | 29 | /* |