drm/amdgpu: move dummy page functions to amdgpu_gart.c
It's the only place they are used. Acked-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -377,9 +377,6 @@ struct amdgpu_dummy_page {
|
||||
struct page *page;
|
||||
dma_addr_t addr;
|
||||
};
|
||||
int amdgpu_dummy_page_init(struct amdgpu_device *adev);
|
||||
void amdgpu_dummy_page_fini(struct amdgpu_device *adev);
|
||||
|
||||
|
||||
/*
|
||||
* Clocks
|
||||
|
Reference in New Issue
Block a user