drm: fix missing symbol export

main
Dave Airlie 2008-07-15 20:27:14 +10:00
parent abdd523c75
commit 764573f3b8
1 changed files with 1 additions and 0 deletions

View 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)