aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/r300_cmdbuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/radeon/r300_cmdbuf.c')
-rw-r--r--drivers/gpu/drm/radeon/r300_cmdbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/r300_cmdbuf.c b/drivers/gpu/drm/radeon/r300_cmdbuf.c
index 84b1d5367a11..9418e388b045 100644
--- a/drivers/gpu/drm/radeon/r300_cmdbuf.c
+++ b/drivers/gpu/drm/radeon/r300_cmdbuf.c
@@ -34,10 +34,10 @@
34 */ 34 */
35 35
36#include <drm/drmP.h> 36#include <drm/drmP.h>
37#include <drm/drm_buffer.h>
38#include <drm/radeon_drm.h> 37#include <drm/radeon_drm.h>
39#include "radeon_drv.h" 38#include "radeon_drv.h"
40#include "r300_reg.h" 39#include "r300_reg.h"
40#include "drm_buffer.h"
41 41
42#include <asm/unaligned.h> 42#include <asm/unaligned.h>
43 43