mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-05 18:18:27 +02:00
Fix for debug memory routines
This commit is contained in:
parent
3262577407
commit
88be276a42
1 changed files with 6 additions and 1 deletions
|
|
@ -326,7 +326,12 @@ static void *agp_remap(unsigned long offset, unsigned long size,
|
|||
return NULL;
|
||||
}
|
||||
#endif /* agp */
|
||||
|
||||
#else
|
||||
static void *agp_remap(unsigned long offset, unsigned long size,
|
||||
struct drm_device * dev)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
#endif /* debug_memory */
|
||||
|
||||
void drm_core_ioremap(struct drm_map *map, struct drm_device *dev)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue