diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-04-20 20:22:05 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-04-20 20:22:05 +0900 |
commit | 3444f5ec49bc6cb901ffea38e085db1d76e1189c (patch) | |
tree | 2d5870e1d7287cca6cc87ec630cab75dca1fccc6 /arch/sh/include/mach-dreamcast | |
parent | 0db38cea69fc478a5c25b3c915ec680cc5538783 (diff) |
sh: pci: Tidy up the dreamcast PCI support.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/mach-dreamcast')
-rw-r--r-- | arch/sh/include/mach-dreamcast/mach/pci.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/include/mach-dreamcast/mach/pci.h b/arch/sh/include/mach-dreamcast/mach/pci.h index 75fc9009e09..0314d975e62 100644 --- a/arch/sh/include/mach-dreamcast/mach/pci.h +++ b/arch/sh/include/mach-dreamcast/mach/pci.h @@ -21,5 +21,7 @@ #define GAPSPCI_IRQ HW_EVENT_EXTERNAL +extern struct pci_ops gapspci_pci_ops; + #endif /* __ASM_SH_DREAMCAST_PCI_H */ |