kernel/drivers/gpu/drm/radeon/si_dma.c
.. .. @@ -21,7 +21,7 @@ 21 21 * 22 22 * Authors: Alex Deucher 23 23 */ 24 -#include <drm/drmP.h>24 +25 25 #include "radeon.h" 26 26 #include "radeon_asic.h" 27 27 #include "radeon_trace.h" .. .. @@ -231,7 +231,7 @@ 231 231 struct radeon_fence *si_copy_dma(struct radeon_device *rdev, 232 232 uint64_t src_offset, uint64_t dst_offset, 233 233 unsigned num_gpu_pages, 234 - struct reservation_object *resv)234 + struct dma_resv *resv)235 235 { 236 236 struct radeon_fence *fence; 237 237 struct radeon_sync sync;