drm/amdgpu: Delete useless header file reference
Those header file includes are not needed. Signed-off-by: Yong Zhao <Yong.Zhao@amd.com> Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
21889cec0a
commit
1456482bf8
|
@ -22,15 +22,9 @@
|
||||||
#undef pr_fmt
|
#undef pr_fmt
|
||||||
#define pr_fmt(fmt) "kfd2kgd: " fmt
|
#define pr_fmt(fmt) "kfd2kgd: " fmt
|
||||||
|
|
||||||
#include <linux/module.h>
|
|
||||||
#include <linux/fdtable.h>
|
|
||||||
#include <linux/uaccess.h>
|
|
||||||
#include <linux/firmware.h>
|
|
||||||
#include <linux/mmu_context.h>
|
#include <linux/mmu_context.h>
|
||||||
#include "amdgpu.h"
|
#include "amdgpu.h"
|
||||||
#include "amdgpu_amdkfd.h"
|
#include "amdgpu_amdkfd.h"
|
||||||
#include "amdgpu_ucode.h"
|
|
||||||
#include "soc15_hw_ip.h"
|
|
||||||
#include "gc/gc_10_1_0_offset.h"
|
#include "gc/gc_10_1_0_offset.h"
|
||||||
#include "gc/gc_10_1_0_sh_mask.h"
|
#include "gc/gc_10_1_0_sh_mask.h"
|
||||||
#include "navi10_enum.h"
|
#include "navi10_enum.h"
|
||||||
|
|
|
@ -20,8 +20,6 @@
|
||||||
* OTHER DEALINGS IN THE SOFTWARE.
|
* OTHER DEALINGS IN THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/fdtable.h>
|
|
||||||
#include <linux/uaccess.h>
|
|
||||||
#include <linux/mmu_context.h>
|
#include <linux/mmu_context.h>
|
||||||
|
|
||||||
#include "amdgpu.h"
|
#include "amdgpu.h"
|
||||||
|
|
|
@ -20,9 +20,6 @@
|
||||||
* OTHER DEALINGS IN THE SOFTWARE.
|
* OTHER DEALINGS IN THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/module.h>
|
|
||||||
#include <linux/fdtable.h>
|
|
||||||
#include <linux/uaccess.h>
|
|
||||||
#include <linux/mmu_context.h>
|
#include <linux/mmu_context.h>
|
||||||
|
|
||||||
#include "amdgpu.h"
|
#include "amdgpu.h"
|
||||||
|
|
|
@ -22,14 +22,10 @@
|
||||||
|
|
||||||
#define pr_fmt(fmt) "kfd2kgd: " fmt
|
#define pr_fmt(fmt) "kfd2kgd: " fmt
|
||||||
|
|
||||||
#include <linux/module.h>
|
|
||||||
#include <linux/fdtable.h>
|
|
||||||
#include <linux/uaccess.h>
|
|
||||||
#include <linux/mmu_context.h>
|
#include <linux/mmu_context.h>
|
||||||
|
|
||||||
#include "amdgpu.h"
|
#include "amdgpu.h"
|
||||||
#include "amdgpu_amdkfd.h"
|
#include "amdgpu_amdkfd.h"
|
||||||
#include "soc15_hw_ip.h"
|
|
||||||
#include "gc/gc_9_0_offset.h"
|
#include "gc/gc_9_0_offset.h"
|
||||||
#include "gc/gc_9_0_sh_mask.h"
|
#include "gc/gc_9_0_sh_mask.h"
|
||||||
#include "vega10_enum.h"
|
#include "vega10_enum.h"
|
||||||
|
|
|
@ -24,7 +24,6 @@
|
||||||
#include "soc15.h"
|
#include "soc15.h"
|
||||||
|
|
||||||
#include "soc15_common.h"
|
#include "soc15_common.h"
|
||||||
#include "soc15_hw_ip.h"
|
|
||||||
#include "arct_ip_offset.h"
|
#include "arct_ip_offset.h"
|
||||||
|
|
||||||
int arct_reg_base_init(struct amdgpu_device *adev)
|
int arct_reg_base_init(struct amdgpu_device *adev)
|
||||||
|
|
|
@ -24,7 +24,6 @@
|
||||||
#include "nv.h"
|
#include "nv.h"
|
||||||
|
|
||||||
#include "soc15_common.h"
|
#include "soc15_common.h"
|
||||||
#include "soc15_hw_ip.h"
|
|
||||||
#include "navi10_ip_offset.h"
|
#include "navi10_ip_offset.h"
|
||||||
|
|
||||||
int navi10_reg_base_init(struct amdgpu_device *adev)
|
int navi10_reg_base_init(struct amdgpu_device *adev)
|
||||||
|
|
|
@ -24,7 +24,6 @@
|
||||||
#include "nv.h"
|
#include "nv.h"
|
||||||
|
|
||||||
#include "soc15_common.h"
|
#include "soc15_common.h"
|
||||||
#include "soc15_hw_ip.h"
|
|
||||||
#include "navi12_ip_offset.h"
|
#include "navi12_ip_offset.h"
|
||||||
|
|
||||||
int navi12_reg_base_init(struct amdgpu_device *adev)
|
int navi12_reg_base_init(struct amdgpu_device *adev)
|
||||||
|
|
|
@ -24,7 +24,6 @@
|
||||||
#include "nv.h"
|
#include "nv.h"
|
||||||
|
|
||||||
#include "soc15_common.h"
|
#include "soc15_common.h"
|
||||||
#include "soc15_hw_ip.h"
|
|
||||||
#include "navi14_ip_offset.h"
|
#include "navi14_ip_offset.h"
|
||||||
|
|
||||||
int navi14_reg_base_init(struct amdgpu_device *adev)
|
int navi14_reg_base_init(struct amdgpu_device *adev)
|
||||||
|
|
|
@ -24,7 +24,6 @@
|
||||||
#include "soc15.h"
|
#include "soc15.h"
|
||||||
|
|
||||||
#include "soc15_common.h"
|
#include "soc15_common.h"
|
||||||
#include "soc15_hw_ip.h"
|
|
||||||
#include "vega10_ip_offset.h"
|
#include "vega10_ip_offset.h"
|
||||||
|
|
||||||
int vega10_reg_base_init(struct amdgpu_device *adev)
|
int vega10_reg_base_init(struct amdgpu_device *adev)
|
||||||
|
|
|
@ -24,7 +24,6 @@
|
||||||
#include "soc15.h"
|
#include "soc15.h"
|
||||||
|
|
||||||
#include "soc15_common.h"
|
#include "soc15_common.h"
|
||||||
#include "soc15_hw_ip.h"
|
|
||||||
#include "vega20_ip_offset.h"
|
#include "vega20_ip_offset.h"
|
||||||
|
|
||||||
int vega20_reg_base_init(struct amdgpu_device *adev)
|
int vega20_reg_base_init(struct amdgpu_device *adev)
|
||||||
|
|
Loading…
Reference in New Issue