aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon_sa.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon_sa.c')
-rw-r--r--drivers/gpu/drm/radeon/radeon_sa.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_sa.c b/drivers/gpu/drm/radeon/radeon_sa.c
index 4e771240fdd0..83e889b9420b 100644
--- a/drivers/gpu/drm/radeon/radeon_sa.c
+++ b/drivers/gpu/drm/radeon/radeon_sa.c
@@ -41,8 +41,7 @@
41 * If we are asked to block we wait on all the oldest fence of all 41 * If we are asked to block we wait on all the oldest fence of all
42 * rings. We just wait for any of those fence to complete. 42 * rings. We just wait for any of those fence to complete.
43 */ 43 */
44#include "drmP.h" 44#include <drm/drmP.h>
45#include "drm.h"
46#include "radeon.h" 45#include "radeon.h"
47 46
48static void radeon_sa_bo_remove_locked(struct radeon_sa_bo *sa_bo); 47static void radeon_sa_bo_remove_locked(struct radeon_sa_bo *sa_bo);