summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJerome Glisse <glisse@freedesktop.org>2007-06-21 10:22:27 +0200
committerJerome Glisse <glisse@freedesktop.org>2007-06-21 10:22:27 +0200
commitf1de5482406ee01ace5d2c1871c5ec5e74567701 (patch)
treed1aa79d500170b07c82854231e85f63cfea8b913 /include
parentb9771c7e26a1dbdcb7dd5cf3c525dad8f196eb6e (diff)
avivo: add missing extern to chipset tables declaration.
Diffstat (limited to 'include')
-rw-r--r--include/avivo_chipset.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/avivo_chipset.h b/include/avivo_chipset.h
index 82c2c42..7dd5275 100644
--- a/include/avivo_chipset.h
+++ b/include/avivo_chipset.h
@@ -46,9 +46,9 @@ enum avivo_chip_type {
};
#ifdef PCIACCESS
-const struct pci_id_match *avivo_device_match;
+extern const struct pci_id_match *avivo_device_match;
#endif
-SymTabRec avivo_chips[];
-PciChipsets avivo_pci_chips[];
+extern SymTabRec avivo_chips[];
+extern PciChipsets avivo_pci_chips[];
#endif