aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon_mem.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon_mem.c')
-rw-r--r--drivers/gpu/drm/radeon/radeon_mem.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_mem.c b/drivers/gpu/drm/radeon/radeon_mem.c
index 64f59a03eb5a..b9f067241633 100644
--- a/drivers/gpu/drm/radeon/radeon_mem.c
+++ b/drivers/gpu/drm/radeon/radeon_mem.c
@@ -29,8 +29,8 @@
29 * Keith Whitwell <keith@tungstengraphics.com> 29 * Keith Whitwell <keith@tungstengraphics.com>
30 */ 30 */
31 31
32#include "drmP.h" 32#include <drm/drmP.h>
33#include "radeon_drm.h" 33#include <drm/radeon_drm.h>
34#include "radeon_drv.h" 34#include "radeon_drv.h"
35 35
36/* Very simple allocator for GART memory, working on a static range 36/* Very simple allocator for GART memory, working on a static range