diff options
Diffstat (limited to 'linux-core')
| -rw-r--r-- | linux-core/drm_memory.c | 1 | 
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) | 
