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

Commit 68760f99 authored by Mitchel Humpherys's avatar Mitchel Humpherys
Browse files

ion: remove obsolete stub



ion_mark_dangling_buffers_locked is no longer used anywhere. The main
implementation of the function was removed but the stub wasn't. Remove
the stub.

Change-Id: I8488c5dfdd93827c31ae41be849dfe0999a965d1
Signed-off-by: default avatarMitchel Humpherys <mitchelh@codeaurora.org>
parent e06488ca
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -242,10 +242,6 @@ static inline void ion_unmap_iommu(struct ion_client *client,
	return;
}

static inline void ion_mark_dangling_buffers_locked(struct ion_device *dev)
{
}

static inline int msm_ion_do_cache_op(struct ion_client *client,
			struct ion_handle *handle, void *vaddr,
			unsigned long len, unsigned int cmd)