drm: fix missing symbol export
authorDave Airlie <airlied@linux.ie>
Tue, 15 Jul 2008 10:27:14 +0000 (20:27 +1000)
committerDave Airlie <airlied@linux.ie>
Tue, 15 Jul 2008 10:27:14 +0000 (20:27 +1000)
linux-core/drm_memory.c

index 6af73c8..e1df3da 100644 (file)
@@ -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)