summaryrefslogtreecommitdiff
path: root/linux-core/drm_compat.h
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@tungstengraphics.com>2008-02-19 15:32:00 +0000
committerAlan Hourihane <alanh@tungstengraphics.com>2008-02-20 19:55:14 +0000
commit66cd6bd66667433f56feecdcc94a2bb228d5a7ca (patch)
treeaf79f2757c2735e750255526fcf0e2c451fa4381 /linux-core/drm_compat.h
parente484681a43964502bf7e61a1701bb85ab6befab3 (diff)
compatibility code for pci_get_bus_and_slot()
Diffstat (limited to 'linux-core/drm_compat.h')
-rw-r--r--linux-core/drm_compat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/linux-core/drm_compat.h b/linux-core/drm_compat.h
index 92dcbc21..78545768 100644
--- a/linux-core/drm_compat.h
+++ b/linux-core/drm_compat.h
@@ -335,4 +335,8 @@ void *idr_replace(struct idr *idp, void *ptr, int id);
extern unsigned long round_jiffies_relative(unsigned long j);
#endif
+#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,19))
+extern struct pci_dev * pci_get_bus_and_slot(unsigned int bus, unsigned int devfn);
+#endif
+
#endif