- Separate out show_stack changes into own patch.
[linux-flexiantxendom0-3.2.10.git] / drivers / char / drm / drm_drv.h
index 2ea8e6f..9f51aeb 100644 (file)
@@ -454,7 +454,7 @@ static int DRM(takedown)( drm_device_t *dev )
                                        DRM_DEBUG( "mtrr_del=%d\n", retcode );
                                }
 #endif
-                               DRM(ioremapfree)( map->handle, map->size );
+                               DRM(ioremapfree)( map->handle, map->size, dev );
                                break;
                        case _DRM_SHM:
                                vfree(map->handle);