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

Commit 2ae37c23 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: kgsl: Remove unused 'mapped' variable"

parents a2419103 f8f5577c
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