summaryrefslogtreecommitdiff
path: root/linux-core/drm_compat.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2008-03-07 11:59:21 +1100
committerDave Airlie <airlied@redhat.com>2008-03-07 11:59:21 +1100
commitf96baf1e1ec10768ea2027f75ebaef46f7d7f30a (patch)
tree1c387c45449a42e5692dcc3d1a62e39dcd8ca53f /linux-core/drm_compat.h
parentccae12a837e7b17c4e9211295ecbd18807020742 (diff)
parent2540ea7dc6c0c4f0ebca3370d6ec7359e4276e13 (diff)
Merge branch 'master' of ../../drm into modesetting-101
Diffstat (limited to 'linux-core/drm_compat.h')
-rw-r--r--linux-core/drm_compat.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/linux-core/drm_compat.h b/linux-core/drm_compat.h
index 86f1159a..03838a18 100644
--- a/linux-core/drm_compat.h
+++ b/linux-core/drm_compat.h
@@ -348,4 +348,9 @@ extern struct pci_dev * pci_get_bus_and_slot(unsigned int bus, unsigned int devf
extern void *kmap_atomic_prot_pfn(unsigned long pfn, enum km_type type,
pgprot_t protection);
#endif
+
+#if !defined(flush_agp_mappings)
+#define flush_agp_mappings() do {} while(0)
+#endif
+
#endif