From: Dave Airlie Date: Tue, 15 Jul 2008 10:27:14 +0000 (+1000) Subject: drm: fix missing symbol export X-Git-Tag: libdrm-2.4.0~123 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=764573f3b8bec90f20c3bdd58c4b55490fbbdaf4;p=platform%2Fupstream%2Flibdrm.git drm: fix missing symbol export --- diff --git a/linux-core/drm_memory.c b/linux-core/drm_memory.c index 6af73c8..e1df3da 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)