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

Commit f8f5577c authored by Kamal Agrawal's avatar Kamal Agrawal Committed by Gerrit - the friendly Code Review server
Browse files

msm: kgsl: Remove unused 'mapped' variable



"mapped" variable inside kgsl_mem_entry structure is not used anymore.
Remove this variable from kgsl_mem_entry structure.

Change-Id: I3ced1ae140e8ce91fdc4eac3276d3f5283823fd6
Signed-off-by: default avatarKamal Agrawal <kamaagra@codeaurora.org>
parent c6efa85d
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -267,11 +267,6 @@ struct kgsl_mem_entry {
	int pending_free;
	char metadata[KGSL_GPUOBJ_ALLOC_METADATA_MAX + 1];
	struct work_struct work;
	/**
	 * @mapped: The number of bytes in this entry that are mapped to
	 * userspace
	 */
	u64 mapped;
	/**
	 * @map_count: Count how many vmas this object is mapped in - used for
	 * debugfs accounting