Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 139768ff authored by Nils Wallménius's avatar Nils Wallménius Committed by Alex Deucher
Browse files

drm/amdgpu: delete unused struct member suspend from amdgpu_device

parent 274ad65c
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -1903,7 +1903,6 @@ struct amdgpu_device {
	int				usec_timeout;
	int				usec_timeout;
	const struct amdgpu_asic_funcs	*asic_funcs;
	const struct amdgpu_asic_funcs	*asic_funcs;
	bool				shutdown;
	bool				shutdown;
	bool				suspend;
	bool				need_dma32;
	bool				need_dma32;
	bool				accel_working;
	bool				accel_working;
	struct work_struct 		reset_work;
	struct work_struct 		reset_work;