summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2008-07-15 20:27:14 +1000
committerDave Airlie <airlied@linux.ie>2008-07-15 20:27:14 +1000
commit764573f3b8bec90f20c3bdd58c4b55490fbbdaf4 (patch)
tree6daa778f2d0f07a7407ed9d6eb7dc77ba77e509e
parentabdd523c759a5e19e733e3b544c2f1bcaa7a0b9a (diff)
drm: fix missing symbol export
-rw-r--r--linux-core/drm_memory.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-core/drm_memory.c b/linux-core/drm_memory.c
index 6af73c8d..e1df3dac 100644
--- a/linux-core/drm_memory.c
+++ b/linux-core/drm_memory.c
@@ -354,6 +354,7 @@ void drm_core_ioremap_wc(struct drm_map *map, struct drm_device *dev)
{
map->handle = ioremap_wc(map->offset, map->size);
}
+EXPORT_SYMBOL_GPL(drm_core_ioremap_wc);
#endif
void drm_core_ioremapfree(struct drm_map *map, struct drm_device *dev)