|
@@ -182,9 +182,6 @@ static int drm_addmap_core(struct drm_device * dev, resource_size_t offset,
|
|
|
kfree(map);
|
|
kfree(map);
|
|
|
return -EINVAL;
|
|
return -EINVAL;
|
|
|
}
|
|
}
|
|
|
-#endif
|
|
|
|
|
-#ifdef __alpha__
|
|
|
|
|
- map->offset += dev->hose->mem_space->start;
|
|
|
|
|
#endif
|
|
#endif
|
|
|
/* Some drivers preinitialize some maps, without the X Server
|
|
/* Some drivers preinitialize some maps, without the X Server
|
|
|
* needing to be aware of it. Therefore, we just return success
|
|
* needing to be aware of it. Therefore, we just return success
|