aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon_state.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon_state.c')
-rw-r--r--drivers/gpu/drm/radeon/radeon_state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_state.c b/drivers/gpu/drm/radeon/radeon_state.c
index 23bb64fd775f..535403e0c8a2 100644
--- a/drivers/gpu/drm/radeon/radeon_state.c
+++ b/drivers/gpu/drm/radeon/radeon_state.c
@@ -30,9 +30,9 @@
30 */ 30 */
31 31
32#include <drm/drmP.h> 32#include <drm/drmP.h>
33#include <drm/drm_buffer.h>
34#include <drm/radeon_drm.h> 33#include <drm/radeon_drm.h>
35#include "radeon_drv.h" 34#include "radeon_drv.h"
35#include "drm_buffer.h"
36 36
37/* ================================================================ 37/* ================================================================
38 * Helper functions for client state checking and fixup 38 * Helper functions for client state checking and fixup